Regarding Q1, to give you the context of my question, I am looking for a way to generate images dynamically, which will be shown on display. To do that I need to implement in my MCU a function which will take .jpg or .png as an input, and convert it to format which BT817 can display. Image data needs to be stored in ASTC format, and stored on FLASH, because my display has 1280x800 px, and images of that size do not fit in BT817's RAM_G if stored in ARGB format. Noesis might do the job, but I need open source solution, which can be executed in MCU. That is why I asked what is the difference between ASTC format, generated by EAB, and ARM's algorithm, which is open source and available for download from Github.
Regarding Q2, yes I presume resolution 1100x700 by itself is not a problem. The problem is my image. Find attached original and converted image, encoded with ASTC 4x4 and 6x6.
Regarding Q2, yes I presume resolution 1100x700 by itself is not a problem. The problem is my image. Find attached original and converted image, encoded with ASTC 4x4 and 6x6.