etc1tool
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
etc1tool
là một tiện ích dòng lệnh cho phép bạn mã hoá hình ảnh PNG theo tiêu chuẩn nén ETC1 và giải mã hình ảnh nén theo tiêu chuẩn ETC1 về định dạng PNG.
Mức sử dụng của etc1tool
là:
etc1tool infile [--help | --encode | --encodeNoHeader | --decode] [--showDifference
diff-file] [-o outfile]
Bảng này liệt kê các tuỳ chọn lệnh:
Tuỳ chọn |
Nội dung mô tả |
infile |
Tệp đầu vào cần nén. |
--help |
In thông tin về việc sử dụng. |
--encode |
Tạo tệp ETC1 từ tệp PNG.
Đây là chế độ mặc định cho công cụ nếu không chỉ định chế độ nào. |
--encodeNoHeader |
Tạo một tệp dữ liệu ETC1 chưa qua xử lý (không có tiêu đề) từ tệp PNG. |
--decode |
Tạo tệp PNG từ tệp ETC1. |
--showDifference diff-file |
Ghi sự khác biệt giữa hình ảnh gốc và hình ảnh mã hoá vào diff-file . Tuỳ chọn này chỉ hợp lệ khi mã hoá. |
-o outfile |
Chỉ định tên của tệp đầu ra.
Nếu không chỉ định outfile , tệp đầu ra sẽ được tạo từ tên tệp đầu vào với hậu tố thích hợp (.pkm hoặc .png ).
|
Nội dung và mã mẫu trên trang này phải tuân thủ các giấy phép như mô tả trong phần Giấy phép nội dung. Java và OpenJDK là nhãn hiệu hoặc nhãn hiệu đã đăng ký của Oracle và/hoặc đơn vị liên kết của Oracle.
Cập nhật lần gần đây nhất: 2025-07-27 UTC.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2025-07-27 UTC."],[],[],null,["# etc1tool\n\n`etc1tool` is a command line utility that lets you encode PNG\nimages to the [ETC1](https://registry.khronos.org/OpenGL/extensions/OES/OES_compressed_ETC1_RGB8_texture.txt) compression standard and decode ETC1 compressed images back to PNG.\n\nThe usage for `etc1tool` is: \n\n```\netc1tool infile [--help | --encode | --encodeNoHeader | --decode] [--showDifference\ndiff-file] [-o outfile]\n```\n\nThis table lists the command options:\n\n| Option | Description |\n|--------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `infile` | The input file to compress. |\n| `--help` | Print usage information. |\n| `--encode` | Create an ETC1 file from a PNG file. This is the default mode for the tool if nothing is specified. |\n| `--encodeNoHeader` | Create a raw ETC1 data file without a header from a PNG file. |\n| `--decode` | Create a PNG file from an ETC1 file. |\n| `--showDifference `*diff-file* | Write the difference between the original and encoded image to *diff-file*. This option is only valid when encoding. |\n| `-o `*outfile* | Specify the name of the output file. If *outfile* is not specified, the output file is constructed from the input filename with the appropriate suffix (`.pkm` or `.png`). |"]]