|
You might be hindered by using the wrong term. You clip vector data, but crop images. That isn't quite the whole story. After cropping, an image (any raster) necessary includes (only) whole rectangles of data. There is no format that includes jagged irregular image data. (That would be points, a vector format of course. I don't know of any sparse raster format available to us GIS mortals but I might be wrong on that.) However, you can set an irregularly shaped group of pixels within an image to be invalid or transparent, so that only the valid or visible pixels are shown. (With underlying data of any kind showing through instead.) That is what you need here I think.
|