Edje Image Compression
Edje Eet files are designed not only to store the interface information, but to also serve as a distribution medium.
Due to this, a certain level of image compression is required in order to keep the file sizes manageable.
Valid compression levels are COMP, RAW, and LOSSY.
- RAW stores the image in raw format, note that this doesn't mean unmodified format, a RAW stored PNG will be uncompressed and stored as the raw image, thus your tidy 1K PNG may be stored as an 8K raw image.
- COMP method will use lossless compression on your image.
- LOSSY method will use lossy compression and is followed by an integer between 0 and 100, defining the quality level.
|