이미지를 다루는툴로서 imagemagick 은 마술이다.
여러가지 command line example의 덤프..
IMAGE FLIP, FLOP, ROTATE
상하반전 : convert source.bmp -flip dest.bmp
좌우반전 : convert source.bmp -flop dest.bmp
회전 : convert source.bmp -rotate N dest.bmp
이미지를 다루는툴로서 imagemagick 은 마술이다.
여러가지 command line example의 덤프..
IMAGE FLIP, FLOP, ROTATE
상하반전 : convert source.bmp -flip dest.bmp
좌우반전 : convert source.bmp -flop dest.bmp
회전 : convert source.bmp -rotate N dest.bmp