Image

Imagekriona wrote in Imagephp

I'm wondering if anybody knows how to work with the pixel data from a gif image in PHP.

I want to take a gif and write a text file that contains one letter for every color (the image only has 7 colors so only having 26 letters won't be a problem) and has the same "line breaks" that the image does. I'm not too familiar with how gifs are set up and am wondering if anybody has written any libraries for this.