Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt for MCUs
  4. RLE compression
QtWS25 Last Chance

RLE compression

Scheduled Pinned Locked Moved Unsolved Qt for MCUs
2 Posts 2 Posters 413 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    Prem Kumar S
    wrote on 16 Apr 2024, 06:13 last edited by
    #1

    i am been trying rLe compressing looking at the qt document but then its not getting compressed showcasing cache error you look at the screenshot attached and let me know !Screenshot 2024-04-16 114042.png

    1 Reply Last reply
    0
    • A Offline
      A Offline
      arceajin
      wrote on 17 May 2024, 06:41 last edited by arceajin
      #2

      as the error message mentioned, you are using "OnDemand" to load the image without giving "Cache" to extract.
      https://doc.qt.io/QtForMCUs/qtul-qmlproject-imagefilesnode-mcu-resourcecachepolicy.html

      I guess you are using PNG compression rather than RLE compression.

      For RLE compression you don't have to enable
      https://doc.qt.io/QtForMCUs/qtul-qmlproject-imagefilesnode-mcu-resourcecompression.html
      this option is for PNG compression.

      check your qmlproject file, if resourceCompression is true, try to change it to false.

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved