How to reduce the size of Guiliani resources.

Hi all,

I am using Guiliani v2.3 and I have a question.

Image files are used a lot in my project.
When I checked with the tool, it seems that the size of the resource binary is increased because the image is stored as raw format data. Is it right?
Is there a way to save as a compressed image to reduce the size of the Resource binary?
Could you tell me how to reduce the resource binary?

  • Hello YJ Kim,

    please refer to the GSE Manual Chapter 2.3.8 Export Formats.

    Of course you can store the images in a compressed format by selecting "native". But be aware that this will use up a reasonable amount of RAM, since the images need to be uncompressed somewhere for blitting.

    When using RAW or RLE the images can be blitted directly from the Flash-Memory which greatly saves RAM.

    Best Regards

    Guiliani Support