It is currently Tue Jul 23, 2024 10:39 am


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: Bulk de-RLE-compress TGA images
PostPosted: Mon May 29, 2017 11:43 am  (#1) 
Offline
New Member

Joined: May 29, 2017
Posts: 1
GIMP Version: 2.8.14
Operating System: Linux
OS Version: Mint 17.3
GIMP Experience: Intermediate Level



I have a bunch of TGAs (nearly 1gb) that are RLE compressed. How can I bulk decompress them?


Share on Facebook Share on Twitter Share on Orkut Share on Digg Share on MySpace Share on Delicious Share on Technorati
Top
 Post subject: Re: Bulk de-RLE-compress TGA images
PostPosted: Mon May 29, 2017 12:41 pm  (#2) 
Offline
Script Coder
User avatar

Joined: Oct 25, 2010
Posts: 4757
I would look into ImageMagick and not Gimp for this.

_________________
Image


Top
 Post subject: Re: Bulk de-RLE-compress TGA images
PostPosted: Mon May 29, 2017 1:53 pm  (#3) 
Offline
GimpChat Member

Joined: Mar 04, 2011
Posts: 2446
You could use BIMP but you will need the latest v 1.18 for targa input and compile it yourself.

As ofnuts ImageMagick should do it.
Use mogrify and work on copies of the files for saftey. Mogrify can and will overwrite files with the same names. In the folder containing the files. Remember case sensitive *.tga or *.TGA as required.

mogrify -format tga *.TGA


Took ages to find some genuine rle compressed targa files. 12 year old CD from my archive

ImageMagick (mogrify) looks like this.

Attachment:
tga.jpg
tga.jpg [ 90.32 KiB | Viewed 1895 times ]


How to check that they are uncompressed? XnViewMP says they are. The only difference I can see is the Type 2/Type 10 whatever that indicates.

Attachment:
compare.jpg
compare.jpg [ 99.27 KiB | Viewed 1895 times ]

_________________
Image


Top
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts More RPG images

3

No new posts Resizing Images

6

No new posts save images according to abc

1

No new posts RPG images summary

7

No new posts Layering images rom different directories.

7



* Login  



Powered by phpBB3 © phpBB Group