etc1tool
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
etc1tool
, PNG'yi kodlamanızı sağlayan bir komut satırı yardımcı programıdır
resimleri ETC1 sıkıştırma standardına çevirir ve ETC1 sıkıştırılmış resimlerin kodunu tekrar PNG'ye dönüştürür.
etc1tool
için kullanım:
etc1tool infile [--help | --encode | --encodeNoHeader | --decode] [--showDifference
diff-file] [-o outfile]
Aşağıdaki tabloda komut seçenekleri listelenmiştir:
Option |
Açıklama |
infile |
Sıkıştırılacak giriş dosyası. |
--help |
Kullanım bilgilerini yazdır. |
--encode |
PNG dosyasından ETC1 dosyası oluşturun.
Hiçbir şey belirtilmezse araç için varsayılan mod budur. |
--encodeNoHeader |
PNG dosyasından başlık içermeyen ham ETC1 veri dosyası oluşturun. |
--decode |
ETC1 dosyasından bir PNG dosyası oluşturun. |
--showDifference diff-file |
Orijinal ve kodlanmış resim arasındaki farkı
diff-file Bu seçenek yalnızca kodlama sırasında geçerlidir. |
-o outfile |
Çıkış dosyasının adını belirtin.
outfile belirtilmezse çıkış dosyası oluşturulur.
giriş dosya adından uygun son eki (.pkm veya .png ) ekleyin.
|
Bu sayfadaki içerik ve kod örnekleri, İçerik Lisansı sayfasında açıklanan lisanslara tabidir. Java ve OpenJDK, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-07-27 UTC.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 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`). |"]]