Seriously, I'd like some actual documentation
Posted Monday, October 22, 2007 at {ts '2013-05-23 15:42:00'}

Really appreciate the work that's gone into this. But why can't I find some actual, documentation beyond the simple examples?

What types of images are supported? JPG? JPEG? PJPG? PJPEG? GIF? PNG? I see refrences to JPG, and a couple of questions about PNG's, I assume GIF are supported. Yes, I know that all of those JPG's are the same (essentially). But there is a distinction. For example, BlueDragon can handle JPG/JPEG but not PJPEG/PJPG.

From what I can find when I search (Google) the imageCFC.getImageInfo method, it appears that I have to use the method to discover the files type (an integer) and then make decisions about that??? Seriously? So, I gotta go code for all kinds of interger values that I don't even have a clue about? C'mon.

I am dealing with some dumb users on my sites. I need to be able to detect the image type without relying on their file extension. Too often, they change it on purpose to avoid being rejected. And, I see a lot more pjpg/pjpeg's these days.

So, what is the full file type list that imagecfc can handle?