npm, brew
[brew] imageMagicK - gif 압축 프로그램
millfeel1298
2022. 4. 20. 16:14
# 설치
brew install imagemagick
# 명령어
mogrify
identify
convert
[이미지의 정보를 보기]
identify -verbose example.jpg
[다른 타입으로 변환]
convert input.gif output.png
https://lifeasy88.tistory.com/51
imagemagick 설치 및 사용법(사진 용량 및 크기 줄이기)
Mac에서 이미지 편집에 자주 사용하는 커맨드 라인 툴인 imagemaggick을 소개합니다. imagemagick은 커맨드 라인 명령어로 엄청나게 다양한 이미지 편집 기능을 제공하는 프로그램이에요. 저는 일반적
lifeasy88.tistory.com