Image File Types causing me stress.
Posted: Sun May 21, 2006 6:58 pm
What I need to do is create a script that interprets the meta tags associated with an image, and alter the actual image, based on those values. The image will be 8.5x11 300dpi - for print advertising purposes. This rules out JPG as a solution. Using EXIF functions to get the meta values, I would only be able to use jpg or tiff, however, for some reason that I am not privy to, tiff is not supported by GD. This leaves me with a problem. Seeing as the image is about 25 megs, I will not be able to read it into memory, read the meta tags, then convert the string to png, and output the png using the GD library. Too much memory, too much processing power.
Anyone have a solution to my problem?
Anyone have a solution to my problem?