gnustep / libs-gui

The GNUstep gui library is a library of graphical user interface classes written completely in the Objective-C language; the classes are based upon Apple's Cocoa framework (which came from the OpenStep specification). *** Larger patches require copyright assignment to FSF. please file bugs here. ***
http://www.gnustep.org
GNU General Public License v3.0
276 stars 100 forks source link

ImageMagick TGA support fix #275

Closed rmottola closed 3 months ago

rmottola commented 4 months ago

seek for trailing signature and recognize v2 TGA files and hint that to ImageMagick

works for v2 TGA files

rmottola commented 4 months ago

@eukara I think this might interest you

eukara commented 4 months ago

Thank you very much Riccardo!

rmottola commented 3 months ago

Tested on ImageMagick 6 & 7. Going to merge. Details can be smoothed out, @fredkiefer!