Hello
I want to resize a PNG image which is stored in a bytearray without writing it to disk.
How would this be possible?
I was thinking of transforming the bytearray to a bitmap for resizing, but initializing a bitmap from a bytearray doesn't seem to be possible.
Anyone has an idea?
Thanks!
I want to resize a PNG image which is stored in a bytearray without writing it to disk.
How would this be possible?
I was thinking of transforming the bytearray to a bitmap for resizing, but initializing a bitmap from a bytearray doesn't seem to be possible.
Anyone has an idea?
Thanks!