2013년 8월 25일 일요일

node.js 이미지 편집모듈

imagemagick  이라는 모듈이 있다.
설치는 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 로 출력된다

댓글 없음:

댓글 쓰기