![Wink ;)](./images/smilies/icon_wink.gif)
Well, but till then - anybody got an idea how to keep PNG2DDS from popping up all the time?
You likely will need to ask that of the PNG2DDS developer or some forum about that. But perhaps some IM user may be familiar with that tool and you will get lucky.Langschwert wrote:OK... Tomorrow afternoon?
Well, but till then - anybody got an idea how to keep PNG2DDS from popping up all the time?
dlemstra wrote:
- dds:mipmaps
- true (Writes mipmaps in the output file, this requires the image width and height to be a power of two)
- false (Disable writing mipmaps, this will be used when the width and height are not a power of two)
I decided to just change the dds:mipmaps option. You can use it now to set the number of mipmaps. Setting it to zero will disable writing mipmaps.dlemstra wrote: 2.) This will be added before the next release. I will call this option 'dds:mipmapcount'?
Code: Select all
convert %1 %2 ( %3 +level 0,80% ) -compose Over -composite %4