etc1tool
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
etc1tool
เป็นยูทิลิตีบรรทัดคำสั่งที่ช่วยให้คุณเข้ารหัส PNG
รูปภาพให้อยู่ในรูปแบบมาตรฐานการบีบอัด ETC1 และถอดรหัสรูปภาพที่บีบอัดโดย ETC1 กลับไปเป็น PNG
การใช้งาน etc1tool
มีดังนี้
etc1tool infile [--help | --encode | --encodeNoHeader | --decode] [--showDifference
diff-file] [-o outfile]
ตารางนี้แสดงตัวเลือกคำสั่งต่างๆ ดังนี้
ตัวเลือก |
คำอธิบาย |
infile |
ไฟล์อินพุตที่จะบีบอัด |
--help |
ข้อมูลการใช้งานการพิมพ์ |
--encode |
สร้างไฟล์ ETC1 จากไฟล์ PNG
โหมดนี้จะเป็นโหมดเริ่มต้นของเครื่องมือหากไม่มีการระบุไว้ |
--encodeNoHeader |
สร้างไฟล์ข้อมูล ETC1 แบบข้อมูลดิบโดยไม่มีส่วนหัวจากไฟล์ PNG |
--decode |
สร้างไฟล์ PNG จากไฟล์ ETC1 |
--showDifference diff-file |
เขียนความแตกต่างระหว่างรูปภาพต้นฉบับและภาพที่เข้ารหัสเป็น
diff-file ตัวเลือกนี้จะใช้งานได้เมื่อเข้ารหัสเท่านั้น |
-o outfile |
ระบุชื่อของไฟล์เอาต์พุต
หากไม่ได้ระบุ outfile ระบบจะสร้างไฟล์เอาต์พุต
จากชื่อไฟล์อินพุตพร้อมคำต่อท้ายที่เหมาะสม (.pkm หรือ .png )
|
ตัวอย่างเนื้อหาและโค้ดในหน้าเว็บนี้ขึ้นอยู่กับใบอนุญาตที่อธิบายไว้ในใบอนุญาตการใช้เนื้อหา Java และ OpenJDK เป็นเครื่องหมายการค้าหรือเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-27 UTC
[null,null,["อัปเดตล่าสุด 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`). |"]]