etc1 টুল
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
etc1tool
হল একটি কমান্ড লাইন ইউটিলিটি যা আপনাকে PNG ছবিগুলিকে ETC1 কম্প্রেশন স্ট্যান্ডার্ডে এনকোড করতে দেয় এবং ETC1 সংকুচিত ছবিগুলিকে PNG-তে ডিকোড করতে দেয়৷
etc1tool
ব্যবহার হল:
etc1tool infile [--help | --encode | --encodeNoHeader | --decode] [--showDifference
diff-file] [-o outfile]
এই টেবিলটি কমান্ডের বিকল্পগুলি তালিকাভুক্ত করে:
অপশন | বর্ণনা |
---|
infile | কম্প্রেস করার জন্য ইনপুট ফাইল। |
--help | প্রিন্ট ব্যবহার তথ্য. |
--encode | একটি PNG ফাইল থেকে একটি ETC1 ফাইল তৈরি করুন। কিছু নির্দিষ্ট না থাকলে এটি টুলের জন্য ডিফল্ট মোড। |
--encodeNoHeader | একটি PNG ফাইল থেকে হেডার ছাড়াই একটি কাঁচা ETC1 ডেটা ফাইল তৈরি করুন৷ |
--decode | একটি ETC1 ফাইল থেকে একটি PNG ফাইল তৈরি করুন। |
--showDifference diff-file | diff-file আসল এবং এনকোড করা ছবির মধ্যে পার্থক্য লিখুন। এই বিকল্পটি শুধুমাত্র এনকোডিং করার সময় বৈধ। |
-o outfile | আউটপুট ফাইলের নাম উল্লেখ করুন। যদি outfile নির্দিষ্ট করা না থাকে, আউটপুট ফাইলটি উপযুক্ত প্রত্যয় ( .pkm বা .png ) সহ ইনপুট ফাইলের নাম থেকে তৈরি করা হয়। |
এই পৃষ্ঠার কন্টেন্ট ও কোডের নমুনাগুলি Content License-এ বর্ণিত লাইসেন্সের অধীনস্থ। Java এবং OpenJDK হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-29 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-29 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`). |"]]