Hi,
I want to create a CropMargin filter. This filter will look in the img, and remove the white line all around the image.
For this I need the source image to look for the pixel I want to remove.
If the Bounds method receive the src instead the src.Bounds, that would make a lot for filter possible.
For now I have to calculate the bound before I can create the filter Crop and apply it.
May be I can return the srcBound, and in the Draw I can draw the return the src.sub image. That may work, but the g.Bounds will return the wrong value.
Do you think it could be a possible evolution?