Appledrop
Platinum Member
edit: solved. had to use GDI+ call - GdipSaveImageToStream function
Hi, I have a very large byte array which represents a bitmap image (if you wrote the byte array out to a file the picture would open properly)
But.. Its too big.. I want to compress the bitmap array into an array containing a jpeg or png image.
Does anyone have any idea how this could be done, without using any external dlls except those included in windows or ocx files?
I was thinking GDI.. But I have no idea how to do this...
anyone got any help please
Hi, I have a very large byte array which represents a bitmap image (if you wrote the byte array out to a file the picture would open properly)
But.. Its too big.. I want to compress the bitmap array into an array containing a jpeg or png image.
Does anyone have any idea how this could be done, without using any external dlls except those included in windows or ocx files?
I was thinking GDI.. But I have no idea how to do this...
anyone got any help please