ChangeFSI Bug
Malcolm Hussain-Gambles (1596) 811 posts |
I’ve found a couple of times that when converting GIF files via ChangeFSI (v1.38) it crashes. http://news.bbcimg.co.uk/media/images/68163000/gif/_68163045_44944066.gif I think for my app I’ll disable ChangeFSI for GIF files for the moment, I’m only interested in the larger files which always seem to be jpgs anyway. |
Sprow (202) 1158 posts |
The image you linked to seems to use local colour tables, and ChangeFSI doesn’t look to handle those (it does support global colour tables, however). It then tries to interpret the unexpected table as an LZW bitstream and explodes. I’ve added support for local colour tables , can you see if this fixes your problem? |
Rick Murray (539) 13850 posts |
Err… Isn’t GIF a chunk format and you’re supposed to ignore chunks you don’t understand/support? |
Malcolm Hussain-Gambles (1596) 811 posts |
That fixes the problem indeed! Great (I am a little suspicious how fast you managed to turn that around, are you actually human or some kind of demi-god?) From what I can see from the licence I am free to distribute this (or a later version) of ChangeFSI with my application as long as I whack the Licence in there with it? With, as in the same archive, not as in embedded into the application. My application is nearly ready for a preview release ;-) |
Malcolm Hussain-Gambles (1596) 811 posts |
Will this get pushed into the code base automatically? Cheers |
Malcolm Hussain-Gambles (1596) 811 posts |
http://news.bbcimg.co.uk/media/images/68415000/png/_68415359_mmmgpnedfp2lorenzocrash.png This one get’s a “This type of file is not recognised by ChangeFSI” Any chance of png support? |