Search found 5 matches
- 2017-03-06T11:13:24-07:00
- Forum: Users
- Topic: How to convert RGBA4444 TGA files to RGBA8888 ?
- Replies: 8
- Views: 4358
Re: How to convert RGBA4444 TGA files to RGBA8888 ?
My version is: ImageMagick 7.0.5-1 Q16 x64 2017-03-04 (Windows 10 64 bits)
- 2017-03-06T11:11:47-07:00
- Forum: Users
- Topic: How to convert RGBA4444 TGA files to RGBA8888 ?
- Replies: 8
- Views: 4358
Re: How to convert RGBA4444 TGA files to RGBA8888 ?
any 8-bit per channel depth format wil be ok, BMP for example is OK
Thanks,
Thanks,
- 2017-03-06T10:45:19-07:00
- Forum: Users
- Topic: How to convert RGBA4444 TGA files to RGBA8888 ?
- Replies: 8
- Views: 4358
Re: How to convert RGBA4444 TGA files to RGBA8888 ?
The pixels are not compressed, there are simply 16 bits depth, no palette, nothing special except there are into the RGBA 4444 format.
- 2017-03-06T10:43:48-07:00
- Forum: Users
- Topic: How to convert RGBA4444 TGA files to RGBA8888 ?
- Replies: 8
- Views: 4358
Re: How to convert RGBA4444 TGA files to RGBA8888 ?
Yes the data are not in a standard TGA format. Here are some of them: http://www.maison-sartrouville.fr/voisin/ The pictures are from the game "Neigbours from hell". Some people wrote successfully a program to convert them with DarkBasic Pro from RGBA 4444 to RGBA 8888 but I'm asking if Imagemagick ...
- 2017-03-06T05:55:09-07:00
- Forum: Users
- Topic: How to convert RGBA4444 TGA files to RGBA8888 ?
- Replies: 8
- Views: 4358
How to convert RGBA4444 TGA files to RGBA8888 ?
Hi, I have several thousands of tga files (without palette) wich contain RGBA4444 data (I know usualy tga files don't contain RGBA4444 datas). I would like to convert them into RGBA8888 data. I use the following command line convert -depth 4 woody4.tga -depth 8 woddy8.tga In this case, woody4.tga is ...