2021년 12월 13일 월요일

[Ubuntu]Convert로 eps 파일 png, jpg 등으로 변환

 * ImageMagick 설치 및 파일 변환

sudo apt install imagemagick

설치 후 ex1.eps 파일을 ex1.png 로 변환하려면

convert ex1.eps ex1.png

변환 시 다음과 같은 오류가 나오기도 함

convert-im6.q16: attempt to perform an operation not allowed by the security policy `PS' @ error/constitute.c/IsCoderAuthorized/408.
convert-im6.q16: no images defined `ex1.png' @ error/convert.c/ConvertImageCommand/3258.


이 때는 
sudo vi /etc/ImageMagick-6/policy.xml

로 policy.xml 파일에서


rights="none" 로 되어 있는 부분을 위 사진처럼 rights="read | write" 로 변경해줘야 함



출처:https://askubuntu.com/questions/1181762/imagemagickconvert-im6-q16-no-images-defined

댓글 없음:

댓글 쓰기