Issue with resize percentage (DDS)
Posted: 2015-04-27T23:16:23-07:00
Hi folks, I have been trying to figure this out all morning.
I'm trying to convert a bunch of DDS files by 50% and retain their DXT type, their type of alpha, because they are mixed. Here is my command:-
but here's how it looks in the DOS window:-
I've tried a few combinations, 50%, 50x50%, 50%x50%. The result is either no change in size, or all become 50x50 pixels. I can't get them down to 50% no matter what I try. Not sure if it's because of my source (DDS) images, the software itself or something with my .BAT file.
Any suggestions?
Thanks.
I'm trying to convert a bunch of DDS files by 50% and retain their DXT type, their type of alpha, because they are mixed. Here is my command:-
Code: Select all
mogrify *.dds -resize 50% -filter Mitchell -sharpen 1 *.dds
Code: Select all
C:\decals>mogrify -resize 50 -filter Mitchell -sharpen 1 *.dds
Any suggestions?
Thanks.