Search found 5 matches
Re: Resize p
thank you, do i need to open a new post for this mater
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 ...
Re: Resize p
i sent you a pm
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 ...
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 ...