Re: [PHP-WIN] reading an image into a string

2001-04-17 Thread Mike Flynn
Hi Ben, I think you need to clarify this. An image is composed of all kinds of data, depending on the type of image it is. Things like header information, version #, color palettes, and other info related to the image but not actually part of the image itself are included in the binary file

[PHP-WIN] reading an image into a string

2001-04-17 Thread Ben Cairns
I need to open an image and convert its binary type to hex, what I need to do is a bin2hex on the binary info of the image, sounds simple enough. Although, I can get php to open the image and read the (binary) contents into a string, can someone help me. Thanks. -- Ben Cairns - Head Of Techn