one of my scripts uses include() to display images. first, the header is sent (GIF or JPG) to the browser and then the image file is included.
the problem arises when an image is made with "exact" palette. the script outputs an error (like "parse error at line 4") and doesnt show the image. can it be fixed? anything i can do to show those?