On Tue, 9 Jul 2002, JSheble wrote: > I'm using a Zebra label printer in an application I have and in order to > display an image on the label, according to the ZPL II printer language, > any image must be converted to HEX code. Does anyone hvae a code snippet > or know of a free utility that will take a graphic image (BMP, GIF, JPG, > etc...) and convert it to HEX values?
"Hex" isn't enough detail. In order to do this you'll need to figure out the specific format that ZPL II wants. How many bits per pixel? Any prologue? Interlacing? Row-first or column-first? etc. etc. miguel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php