Search found 1 match
- 2013-06-28T06:01:17-07:00
- Forum: Bugs
- Topic: Bug loading TGA with 32-bit palette
- Replies: 2
- Views: 5715
Re: Bug loading TGA with 32-bit palette
I had successfully converted 32bit-palette TGA with following patch. Thanks. --- ImageMagick-6.8.6/coders/tga.c.orig 2013-04-08 01:20:50.000000000 +0900 +++ ImageMagick-6.8.6/coders/tga.c 2013-06-27 22:13:27.000000000 +0900 @@ -229,7 +229,8 @@ image->columns=tga_info.width; image->rows=tga_info ...