vwebp
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
이름
vwebp
- WebP 파일의 압축을 풀어 창에 표시합니다.
개요
vwebp [options] input_file.webp
설명
vwebp
는 WebP 파일의 압축을 풀고 OpenGL을 사용하여 창에 표시합니다.
옵션
-h
- 사용량 요약을 인쇄합니다.
-version
- 버전 번호를 인쇄하고 종료합니다.
-noicc
- ICC 프로필이 있다면 사용하지 마세요.
-nofancy
- 고급 YUV420 업스케일러는 사용하지 마세요.
-nofilter
- 인 루프 필터링을 사용 중지합니다.
-dither strength
- 디더링 강도를
0
~100
사이로 지정합니다. 디더링은
손실이 있는 압축의 크로마 구성요소에 적용되는 후처리 효과입니다.
경사를 부드럽게 하고 밴딩 아티팩트를 방지하여 도움이 됩니다. 기본값:
50
-mt
- 가능한 경우 디코딩에 멀티스레딩을 사용합니다.
-info
- 디코딩된 이미지 위에 이미지 정보를 표시합니다.
-- string
- 입력 파일을 명시적으로 지정합니다. 이 옵션은 입력값이
'-'로 시작하는 파일 예로 들 수 있습니다 이 옵션은
last
로 표시되어야 합니다.
이후 다른 옵션은 무시됩니다. 입력 파일이 '-'인 경우
파일이 아닌 stdin에서 데이터를 읽습니다.
단축키
c
- 색상 프로필 사용 전환
i
- 오버레이 파일 정보
d
- 디버깅 목적으로 혼합 및 폐기 프로세스를 사용 중지합니다.
q
/Q
/Esc
- 종료
버그
예
vwebp picture.webp
vwebp picture.webp -mt -dither 0
vwebp -- ---picture.webp
저자
vwebp
은 libwebp
의 일부이며 WebP팀에서 작성했습니다.
최신 소스 트리는 다음 위치에서 확인할 수 있습니다.
https://chromium.googlesource.com/webm/libwebp/
이 매뉴얼 페이지는 Debian 프로젝트용으로 작성되었으며
있습니다.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-25(UTC)
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-07-25(UTC)"],[[["`vwebp` is a command-line tool that decompresses WebP files and displays them in a window."],["It offers various options for controlling the decoding process, such as using multi-threading, adjusting dithering strength, and disabling filters."],["Users can interact with the displayed image using keyboard shortcuts to toggle features or access information."],["Bug reports and patches are encouraged through provided links."],["`vwebp` is developed by the WebP team as part of the `libwebp` library."]]],["`vwebp` decompresses and displays WebP files using OpenGL. Key actions include using options like `-noicc` to disable ICC profiles, `-nofancy` for upscaling, `-nofilter` to disable filtering, and `-dither` to adjust dithering strength. The `-mt` option enables multi-threading. `vwebp` can show image information with `-info`. Input can be from a file or stdin. Keyboard shortcuts include `c` for color profile toggle, `i` for overlay information, `d` to disable blending, and `q` to quit.\n"]]