Skip to content

% 빼고 center crop

2016.10.22 20:43

WHRIA 조회 수:297

set /a width = 128 * %1 / (100-%1)

set /a rwidth= 25600 / (100-%1)

 

:treeProcess

rem Do whatever you want here over the files of this subdir, for example:

for %%f in (*.jpg) do (

c:\imagemagick\convert "%%f"   -set option:distort:viewport "%%[fx:min(w,h)]x%%[fx:min(w,h)]+%%[fx:max((w-h)/2,0)]+%%[fx:max((h-w)/2,0)]" -filter point -distort SRT 0  +repage "%%f"

c:\imagemagick\convert.exe -resize %rwidth%x%rwidth% "%%f" "%%f"

c:\imagemagick\convert.exe -crop 256x256+%width%+%width% "%%f" "%%f"

)

 

for /D %%d in (*) do (

    cd %%d

    call :treeProcess

    cd ..

)

exit /b

Powered by Xpress Engine / Designed by Sketchbook

sketchbook5, 스케치북5

sketchbook5, 스케치북5

나눔글꼴 설치 안내


이 PC에는 나눔글꼴이 설치되어 있지 않습니다.

이 사이트를 나눔글꼴로 보기 위해서는
나눔글꼴을 설치해야 합니다.

설치 취소