Search found 5 matches

by souwar
2016-10-31T17:32:32-07:00
Forum: Users
Topic: Resize p
Replies: 8
Views: 2320

Re: Resize p

thank you, do i need to open a new post for this mater
by souwar
2016-10-31T16:05:48-07:00
Forum: Users
Topic: Resize p
Replies: 8
Views: 2320

Re: Resize p

thank you sir, and sorry for the PM :), what would be the full code based on my code? i can still be able to use it? @ECHO OFF set resizeSize=1000x1000 set dirCnt=0 set tmpCnt=0 set convert_exe=C:\Program Files\ImageMagick-6.8.0-Q16\convert.exe set foldername=%1 REM remove double quote from string ...
by souwar
2016-10-31T11:40:13-07:00
Forum: Users
Topic: Resize p
Replies: 8
Views: 2320

Re: Resize p

i sent you a pm
by souwar
2016-10-31T10:19:24-07:00
Forum: Users
Topic: Resize p
Replies: 8
Views: 2320

Re: Resize p

Thank you for the reply fred's actually i found a script in your library that do 80% of what i want ASPECTPAD, i want the script to detect how many picture in the folder and resize them and send them to a new folder called let's say 1000x1000 but in this process their is a catch, i want to fix the ...
by souwar
2016-10-31T07:35:51-07:00
Forum: Users
Topic: Resize p
Replies: 8
Views: 2320

Resize p

can someone help me to add proportional resize code to this script: for example 1000xproportional and resize it again with white background if the image is not 1000x1000 like yc:white +swap -gravity center -composite \ http://i68.tinypic.com/2afzp8h.jpg @ECHO OFF set resizeSize=1000x1000 set dirCnt ...