Hello!
For some reason if I call on a 600 dpi image:
myImage.SetResolution(72, 72)
It gives me "A generic error occurred in GDI+".
Moreover, if I try to create a new 72 dpi bitmap, create graphics object from that and use DrawImage to draw original 600 dpi image in the graphics object created from the new bitmap, I also get this error.
Can someone explain, please, what is going on?
Thanks.