webpinfo
이름
webpinfo
-- WebP 파일의 청크 수준 구조를 다음과 함께 출력합니다.
기본 무결성 검사
개요
webpinfo OPTIONS INPUT
webpinfo [-h|-help|-H|-longhelp]
설명
webpinfo
는 청크 수준 구조와 비트스트림을 출력하는 데 사용할 수 있습니다.
WebP 파일의 헤더 정보를 확인해야 합니다. 또한 파일이 유효한지 확인할 수 있습니다.
WebP 형식을 사용합니다.
옵션
-version
- 버전 번호 (Major.minor.revision)를 출력하고 종료합니다.
-quiet
- 청크 파싱 정보를 표시하지 않습니다.
-diag
- 파싱 오류 진단을 표시합니다.
-summary
- 청크 통계 요약을 표시합니다.
-bitstream_info
- 비트스트림 헤더 파싱
-h, -help
- 간단한 사용 요약
-H, -longhelp
- 자세한 사용 안내
WebP 형식의 입력 파일. 입력 파일은 다음 옵션 중 마지막에 와야 합니다(
모두 포함). 여러 입력 파일이 있을 수 있습니다.
버그
예
webpinfo -h
webpinfo -diag -summary input_file.webp
webpinfo -bitstream_info input_file_1.webp input_file_2.webp
webpinfo *.webp
저자
webpinfo
는 libwebp
의 일부이며 WebP팀에서 작성했습니다. 최신
소스 트리는 https://chromium.googlesource.com/webm/libwebp에서 확인할 수 있습니다.
이 매뉴얼 페이지는 Debian 프로젝트를 위해 Hui Su huisu@google.com이 작성했습니다.
(다른 사용자가 사용할 수도 있음)
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-10-13(UTC)
[null,null,["최종 업데이트: 2024-10-13(UTC)"],[[["`webpinfo` is a command-line tool used to analyze WebP image files, displaying their structure, headers, and validating their format."],["It provides options for controlling output, including version information, error diagnosis, chunk statistics, and bitstream header parsing."],["Users can input multiple WebP files for analysis and can find further support and contribution information through the provided links."],["The tool is part of the `libwebp` library developed by the WebP team, with source code available on Google's Chromium repository."]]],["`webpinfo` analyzes WebP files, outputting their chunk structure and bitstream header data. It verifies file validity and offers options for version display, quiet mode (no chunk parsing details), error diagnosis, and chunk statistics. The tool accepts multiple WebP input files and provides usage instructions via `-h`, `-help`, `-H`, or `-longhelp`. Users can report bugs to the specified issue tracker. Patches are welcomed.\n"]]