설치는 npm install imagemagick
리사이즈 옵션
imageMagick.resize({
width: opts.width,
height: opts.height,
srcPath: options.uploadDir + '/' + fileInfo.name,
dstPath: options.uploadDir + '/' + "thumb_"+origin_img_name
}, finish);
resize 옵션 사용법.
* eps 파일이 input 되면 jpg 로 출력된다
댓글 없음:
댓글 쓰기