Search found 4 matches
- 2019-02-27T16:26:53-07:00
- Forum: Users
- Topic: Help with finding two scripts to convert .DDS to PNG and back
- Replies: 6
- Views: 8439
Re: Help with finding two scripts to convert .DDS to PNG and back
@snibgo thanks for the tip, I'll be sure to look into it.
- 2019-02-27T15:18:46-07:00
- Forum: Users
- Topic: Help with finding two scripts to convert .DDS to PNG and back
- Replies: 6
- Views: 8439
Re: Help with finding two scripts to convert .DDS to PNG and back
Ok, thanks for your help anywayfmw42 wrote: 2019-02-27T15:10:28-07:00 Sorry, I do not code on Windows. But others on this forum do and likely can help you.
- 2019-02-27T14:13:05-07:00
- Forum: Users
- Topic: Help with finding two scripts to convert .DDS to PNG and back
- Replies: 6
- Views: 8439
Re: Help with finding two scripts to convert .DDS to PNG and back
I am not an expert on DDD. See the defines for DDS at https://imagemagick.org/script/formats.php and https://imagemagick.org/script/command-line-options.php#define, which include those for mipmaps.
Thanks for the reply, I was wondering if you could help me also with a script that scans sub ...
- 2019-02-27T13:16:46-07:00
- Forum: Users
- Topic: Help with finding two scripts to convert .DDS to PNG and back
- Replies: 6
- Views: 8439
Help with finding two scripts to convert .DDS to PNG and back
Hi,
I am trying to find a way to convert .DDS files to .PNG, and .PNG to .DDS, while keeping all the channels such as alpha, mipmaps and normalmaps intact.
Does anyone know of a few scripts I could use? I am using Windows 10.
Edit: I thought about doing this: convert image1.dds image1.png But is ...
I am trying to find a way to convert .DDS files to .PNG, and .PNG to .DDS, while keeping all the channels such as alpha, mipmaps and normalmaps intact.
Does anyone know of a few scripts I could use? I am using Windows 10.
Edit: I thought about doing this: convert image1.dds image1.png But is ...