Adafruit_CircuitPython_ImageLoad icon indicating copy to clipboard operation
Adafruit_CircuitPython_ImageLoad copied to clipboard

Super-slim image decoder that loads code as needed to minimize memory use

Results 10 Adafruit_CircuitPython_ImageLoad issues
Sort by recently updated
recently updated
newest added
trafficstars

Im trying to dynamically index a palette that is being loaded via imageload in circuitpython, however, when i try to get the length of the palette an error occurs saying...

Not sure if imageload has JPG capability. RTD is lacking details. Would very much appreciate a JPG simpletest example.

Using typing protocols might help with some of the issues in #59. They can live in `circuitpython_typing`.

documentation

I've found a bug when I upload a PNG file. The image load as the right size but the index of color seems to be all over the place. I...

Originally mentioned here: https://github.com/adafruit/Adafruit_CircuitPython_ImageLoad/pull/63#discussion_r997451363 The current handling of transparency is left entirely to user code. Ideally we can read transparency information from the PNG file and apply it as needed...

For the case of sequentially loading large bitmaps and then freeing them from memory, it can sometimes cause the RAM to get fragmented so there is no contiguous chunk of...

@FoamyGuy Now that we have transparent PNG support (as of this week) This is a request for tilegrid inflator to support PNG use instead of solely using transparent indexed BMP....

# Expected Behavior Python logo displays correctly. [Python logo in a ZIP archive](https://github.com/user-attachments/files/17304120/untitled_app.zip) ![python logo](https://github.com/user-attachments/assets/d8f6c97b-f348-4661-8ce5-3be0b4407ce7) # Behavior shown Skewed python logo. ![image](https://github.com/user-attachments/assets/f7f3bc35-fdb0-4d31-81c5-c1dbd4db158a) Please feel free to ask me any further...

This PR implements the [fix #74](https://github.com/adafruit/Adafruit_CircuitPython_ImageLoad/pull/84/commits/349529978c607bc4added21642594a98d96babe6) workaround on images that have a width greater than 128 pixels. I don't know if the PNG image format changes when the image width...

I noticed this: ``` /tmp/build-env-4g46qohc/lib/python3.11/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'adafruit_imageload.pnm.pgm' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'adafruit_imageload.pnm.pgm' as an importable...