Skip to content

Tags: adafruit/Adafruit_CircuitPython_ImageLoad

Tags

1.24.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #99 from justmobilize/remove-secrets-usage

Remove secrets usage

1.24.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #98 from Neradoc/add-filters-indexed-png

Implement filters for indexed PNG

1.23.9

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #96 from FoamyGuy/indexerror_fix

Guard against out of bounds pixel set

1.23.8

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #94 from FoamyGuy/png_load_test

load png test case

1.23.7

add sphinx configuration to rtd.yaml

Signed-off-by: foamyguy <[email protected]>

1.23.6

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #92 from FoamyGuy/move_prev_line_swap

move prev,line swap to after putting data into bitmap

1.23.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #90 from FoamyGuy/colorconvert_in_docstring

Colorconvert in docstring

1.23.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #89 from shawn-mcgee/patch-1

Fixed truecolor bmp not using provided bitmap constructor

1.23.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #87 from RetiredWizard/main

fix skewed PNG images caused by 'memoryview' bitmap filling

1.23.2

remove deprecated get_html_theme_path() call

Signed-off-by: foamyguy <[email protected]>