이미지 파일을 WebP 형식으로 변환
* 다운로드
https://developers.google.com/speed/webp/download
https://storage.googleapis.com/downloads.webmproject.org/releases/webp/index.html
//-------------------------------------
- 이미지 파일을 webp 포맷 형식으로 변경
cwebp [options] input_file -o output_file.webp
input 포맷 : PNG, JPEG, TIFF, WebP or raw Y'CbCr samples.
-q float : 압축도 , 0~100, 기본 75
-resize width height : 크기 변경
-f : deblocking filter, 0~100
-sns : spatial noise shaping, , 0~100, 기본 50
예)
cwebp -q 60 input.png -o output.webp
//=========================
webp 이미지 뷰어(viewer)
FastStone Image Viewer 7.4
//-------------------------------------
참고
WIC(Windows Imaging Component)
https://en.wikipedia.org/wiki/Windows_Imaging_Component
이미지 처리, 메타데이터 작업등의 기능을 구현한 COM 기반 이미징 코덱 프레임워크
윈도우 XP SP3부터 시스템에 내장된 이미지 처리 컴포넌트