[solved] tga image can't be displayed

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
toralf
Posts: 8
Joined: 2010-10-28T09:58:17-07:00
Authentication code: 8675308

[solved] tga image can't be displayed

Post by toralf »

Under Gentoo Linux I'm running BOINC. One file of he project "computing for clean water" is a tgy image which can't be displayed (version 6.6.2.5):

Code: Select all

tfoerste@n22 ~/tmp $ display c4cw_image04_6.13.tga 
display: improper image header `c4cw_image04_6.13.tga' @ error/tga.c/ReadTGAImage/209.
Here's the image http://paste.pocoo.org/show/282749/
Last edited by toralf on 2010-10-30T08:24:44-07:00, edited 1 time in total.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: tga image can't be displayed

Post by fmw42 »

toralf wrote:Under Gentoo Linux I'm running BOINC. One file of he project "computing for clean water" is a tgy image which can't be displayed (version 6.6.2.5):

Code: Select all

tfoerste@n22 ~/tmp $ display c4cw_image04_6.13.tga 
display: improper image header `c4cw_image04_6.13.tga' @ error/tga.c/ReadTGAImage/209.
Here's the image http://paste.pocoo.org/show/282749/

Your file is not downloadable as is. The page just shows text. Try uploading it somewhere.
toralf
Posts: 8
Joined: 2010-10-28T09:58:17-07:00
Authentication code: 8675308

Re: tga image can't be displayed

Post by toralf »

Well, bad idea to paste a binary file, therefore I uuencoded it : http://paste.pocoo.org/show/282761/
With the use of uudecode you can derive the tga image from that file.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: tga image can't be displayed

Post by fmw42 »

It would be best to upload your file unchanged to some free hosting location so that one can download the file as is without having to copy text and convert it. Every change you make or we make by downloading and converting has the possibility of causing trouble so that one cannot tell where you real problem lies.
toralf
Posts: 8
Joined: 2010-10-28T09:58:17-07:00
Authentication code: 8675308

Re: tga image can't be displayed

Post by toralf »

User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: tga image can't be displayed

Post by fmw42 »

every image viewer I have (on my Mac) says your file is corrupt. so perhaps it is corrupt and not conforming to tga format.
toralf
Posts: 8
Joined: 2010-10-28T09:58:17-07:00
Authentication code: 8675308

Re: tga image can't be displayed

Post by toralf »

Ok, thx so I'll inform that BOINC project team...
Post Reply