Search found 4 matches

by enderandrew
2017-01-15T17:31:29-07:00
Forum: Users
Topic: Batch convert .tga textures, preserve alpha channel
Replies: 8
Views: 7118

Re: Batch convert .tga textures, preserve alpha channel

How do I get an the escape code? From identify? And I don't care which OS (since I can run bash, powershell, VB, basic .bat files, etc.) I'm assuming this should be a basic script with pseudo code of : For every_file_in_directory { Identify alpha if alpha then convert to PNG with alpha preservered ...
by enderandrew
2017-01-15T12:26:33-07:00
Forum: Users
Topic: Batch convert .tga textures, preserve alpha channel
Replies: 8
Views: 7118

Re: Batch convert .tga textures, preserve alpha channel

Sorry, I thought you meant instant messaging when you first said IM. I will download the latest version of ImageMagick.
by enderandrew
2017-01-15T00:19:57-07:00
Forum: Users
Topic: Batch convert .tga textures, preserve alpha channel
Replies: 8
Views: 7118

Re: Batch convert .tga textures, preserve alpha channel

I'm doing this on a Windows 10 machine, but these days you can also run a Linux subsystem and bash on Windows 10. So the script can be bash, powershell, visual basic, you name it. I'm not picky.
by enderandrew
2017-01-14T23:43:08-07:00
Forum: Users
Topic: Batch convert .tga textures, preserve alpha channel
Replies: 8
Views: 7118

Batch convert .tga textures, preserve alpha channel

At the very least, I'm hoping to batch covert .tga textures (for a game mod) into a .png file while preserving the alpha channel (and hoping I save space). I need to be able to batch covert tons of textures at once. Ideally, what I'd like to do is use ImageMagick to identify if the image has an ...