Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #74 #84

Merged
merged 2 commits into from
Aug 3, 2024
Merged

Fix #74 #84

merged 2 commits into from
Aug 3, 2024

Commits on Aug 3, 2024

  1. Add support for RGB, RGBA and Grayscale PNGs

    This adds support for filters, which lets us decode grayscale and RGB
    images. I only support 8bit depth for now (and 24bit for RGB) but with
    better color conversion code, other depths could be supported.
    deshipu committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    8e6af9b View commit details
    Browse the repository at this point in the history
  2. Fix adafruit#74

    Add a workaround for bug adafruit/circuitpython#6675
    and use bitmap[x, y] instead of putting data into the bitmap directly
    through the memoryview for bit depths < 8.
    deshipu committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    3495299 View commit details
    Browse the repository at this point in the history