Crop an image without creating bitmap
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Is it possible with GDI+ to just crop an image withou creating a new one? I'm working with, say, 5 Mpix photos, so It can be superfluous, to create a cropped 4 Mpix bitmap and then drawing the first one to this. I believe there is something similar to array reallocation applied to images...
-
Is it possible with GDI+ to just crop an image withou creating a new one? I'm working with, say, 5 Mpix photos, so It can be superfluous, to create a cropped 4 Mpix bitmap and then drawing the first one to this. I believe there is something similar to array reallocation applied to images...
No. Christian Graus - Microsoft MVP - C++