irfanview 에서 이미지 batch 처리 command
현재 directory 의 모든 jpg 를 x,y = (10,10) 에서 시작해서 width=720, height=480 으로 crop 해서 out3 directory 에 저장한다.
"c:\Program Files\irfanview\i_view64.exe" .\*.jpg /crop=(10,10, 720, 480) /convert=.\out3\*.jpg
c:\의 모든 jpg 를 비율을 유지하고(/aspectratio) , c:\temp 에 png 로 저장한다.
"c:\Program Files\irfanview\i_view64.exe" c:\*.jpg /resize=(200,100) /aspectratio /resample /convert=c:\temp\*.png
References
- 10 Useful Command-Line IrfanView Tools For Working With Images
- From 8 to 5: [dos batch] Irfan view command line options
댓글 없음:
댓글 쓰기