Search found 35 matches

by LDAsh
2016-10-03T06:24:27-07:00
Forum: Users
Topic: [solved] Help with DDS mipmaps and alphas
Replies: 4
Views: 4229

Re: [solved] Help with DDS mipmaps and alphas

Okay, I really appreciate the clarification. It seems the best way is indeed to separate all 4 channels and just do any operations, instead of being confined within the limitations of using "channel".
by LDAsh
2016-10-02T01:48:55-07:00
Forum: Users
Topic: [solved] Help with DDS mipmaps and alphas
Replies: 4
Views: 4229

Re: Help with DDS mipmaps and alphas

Thanks for your reply. I have since decided, despite some extra effort and mess, it's probably better (more powerful) to just separate all 4 of the channels, operate on them independently, and then combine them all back together again. I couldn't seem to RGB+A using "-combine" (that's wher...
by LDAsh
2016-10-01T03:20:06-07:00
Forum: Users
Topic: [solved] Help with DDS mipmaps and alphas
Replies: 4
Views: 4229

[solved] Help with DDS mipmaps and alphas

I've been writing BAT files to perform operations and convert DDS files, mainly concerning a sequence of adjustments to each mipmap stage, and with great success so far. I can feed it a TGA and do things like hue-shifts and brighten/darken while resizing down by 50% each time, then combine all those...
by LDAsh
2015-04-29T12:40:17-07:00
Forum: Users
Topic: Issue with resize percentage (DDS)
Replies: 3
Views: 4205

Re: Issue with resize percentage (DDS)

Thanks a million for the help. Seems to be working now, although I didn't test them in-game yet, I thank you very much anyway. :) ________ Just wanted to post a follow-up that I've tested the assets in the game engine - we didn't get any errors at all and they are all rendering as they should, as th...
by LDAsh
2015-04-27T23:16:23-07:00
Forum: Users
Topic: Issue with resize percentage (DDS)
Replies: 3
Views: 4205

Issue with resize percentage (DDS)

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:- mogrify *.dds -resize 50% -filter Mitchell -sharpen 1 *.dds but here's how it looks in the DOS w...