Search found 17 matches

by Langschwert
2013-10-08T10:50:24-07:00
Forum: Users
Topic: Strange "add" behaviour
Replies: 31
Views: 30853

Re: Strange "add" behaviour

Thank you again. :) convert %1 ( %2 -modulate 100,0,100 ) ( %3 +level 0,80%% ) -compose Over -composite %4 This special command line doesn´t work as intended, it results in a greyscaled camo pattern. ;) But I changed it a little so it composes a greyscaled image of itself onto the coloured original....
by Langschwert
2013-10-08T07:31:40-07:00
Forum: Users
Topic: Strange "add" behaviour
Replies: 31
Views: 30853

Re: Strange "add" behaviour

It works perfectly - and of course that results in a new problem. Each nation got a different basic color for its tanks. Now it changes the camo colors by abut 20%. Pics: http://167881.homepagemodules.de/g22-.html Sooooo, is there a way to greyscale only the area that is beeing procecced by the batc...
by Langschwert
2013-10-07T06:42:12-07:00
Forum: Users
Topic: Strange "add" behaviour
Replies: 31
Views: 30853

Re: Strange "add" behaviour

Thank you sooooo much - again! Image
by Langschwert
2013-10-07T02:40:29-07:00
Forum: Users
Topic: Strange "add" behaviour
Replies: 31
Views: 30853

Re: Strange "add" behaviour

Thank you sooooo much für implementing the .DDS writing feature. :) Now I have another question that is more about syntax. convert %1 %2 %3 -compose Over -composite %4 Whereas %1 = original tank skin %2 = camo Pattern %3 = template between both %4 = target file How do I have to change the command l...
by Langschwert
2013-09-10T01:35:42-07:00
Forum: Users
Topic: Strange "add" behaviour
Replies: 31
Views: 30853

Re: Strange "add" behaviour

Are you able to estimate a release date for the next version? I am quite interested in the dds-writing capabilities. ;)
by Langschwert
2013-09-07T16:24:35-07:00
Forum: Users
Topic: Strange "add" behaviour
Replies: 31
Views: 30853

Re: Strange "add" behaviour

Thank youuuuu. Image
by Langschwert
2013-08-23T07:01:04-07:00
Forum: Users
Topic: Strange "add" behaviour
Replies: 31
Views: 30853

Re: Strange "add" behaviour

I found a different approach using a Dos command I never used before. Instead of FOR /F %%I IN ('DIR %zieldir%\*.png /b/s') DO png2dds.exe -c %%~pI%%~nI.png %%~pI I use FOR /F %%I IN ('DIR %zieldir%\*.png /b/s') DO start /I /wait /min png2dds.exe -c %%~pI%%~nI.png %%~pI That way the program is start...
by Langschwert
2013-08-23T00:07:37-07:00
Forum: Users
Topic: Strange "add" behaviour
Replies: 31
Views: 30853

Re: Strange "add" behaviour

Thanks, I will try to find these. :)
by Langschwert
2013-08-22T06:54:24-07:00
Forum: Users
Topic: Strange "add" behaviour
Replies: 31
Views: 30853

Re: Strange "add" behaviour

OK... Tomorrow afternoon? ;)

Well, but till then - anybody got an idea how to keep PNG2DDS from popping up all the time?
by Langschwert
2013-08-22T00:49:09-07:00
Forum: Users
Topic: Strange "add" behaviour
Replies: 31
Views: 30853

Re: Strange "add" behaviour

Make it just a few hours, just to please me. Image
by Langschwert
2013-08-21T13:56:34-07:00
Forum: Users
Topic: Strange "add" behaviour
Replies: 31
Views: 30853

Re: Strange "add" behaviour

Things are working great. :) I still have a little problem not concerning ImageMagick. Ich have to convert the results do .dds - I use PNG2DDS by EasyConvert. It is working fine but it opens a new window and closes it every time it is started. Since that is every two seconds for about half an hour (...
by Langschwert
2013-08-20T14:31:52-07:00
Forum: Users
Topic: Strange "add" behaviour
Replies: 31
Views: 30853

Re: Strange "add" behaviour

Here first results of your kindly given hints. It´s all your fault now. :D

Just click any of the listed links containing a version number:
http://167881.homepagemodules.de/f42-Ko ... -sets.html
by Langschwert
2013-08-20T10:39:56-07:00
Forum: Users
Topic: Strange "add" behaviour
Replies: 31
Views: 30853

Re: Strange "add" behaviour

Perfect! Absolutely perfect! May I proclaim you to a demigod on trial? Image
by Langschwert
2013-08-20T03:01:47-07:00
Forum: Users
Topic: Strange "add" behaviour
Replies: 31
Views: 30853

Re: Strange "add" behaviour

BTW - Problem solved - this thread might better be moved to "Noob questions" or so since it´s no bug. ;) I do have a more complex question. I am creating skins for World of Tanks an am not content with the quality I produced yet. See http://wot.langschwert.de I am trying to go to complete ...
by Langschwert
2013-08-19T13:58:54-07:00
Forum: Users
Topic: Strange "add" behaviour
Replies: 31
Views: 30853

Re: Strange "add" behaviour

Code: Select all

convert pic1.png pic2.png -compose screen -composite -auto-gamma -colorspace RGB p3s.png
Hey, that looks muuuch better - thank you. :)

Simple change for you - a miracle for me. ;)