Forum Moderators: coopster

Message Too Old, No Replies

Read Monochrome bitmap

         

force123

7:03 am on Feb 7, 2009 (gmt 0)

10+ Year Member



Hi,

can anybody help me how to read a monochrome bitmap image file? I need to convert it to some html readable format.

I can't setup things like ImageMagick.
Can it be done within a function?

whoisgregg

10:59 pm on Feb 7, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You may find a script that can be used by doing some searches for "php image to ascii" or "php script image to ascii" at your favorite search engine. :)

force123

4:49 am on Feb 8, 2009 (gmt 0)

10+ Year Member



by "html readbl format" I meant popular image extensions, like jpg, gif ...

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?

Little_G

11:34 am on Feb 8, 2009 (gmt 0)

10+ Year Member



Hi,

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