Forum Moderators: coopster
I have these monochrome/bitmap images, which I wanna show some kind of preview of them.
I was wondering to convert them to jpg,gif... with php and save it on the site and show those images as preview for these.
How can I convert it? Is it possible?
Take a look at [php.net...] this function creates an image resource for a Wireless Bitmap, if you need Windows Bitmap look at the "User Contributed Notes" further down the page.
Andrew