circuitpython/tests/testlib
Jeff Epler 943825f8be Add bitmapfilter.blend
This can perform arbitrary channel mixing between two images.
Alpha blend & maximum functions are demonstrated in the test.
However, it should make most of the usual photo editing blends
possible. (for dissolve, fill a mask bitmap with random values,
which may be expensive to do from circuitpython code; we can
specifically accelerate it if we need to)
2024-01-29 11:15:35 -06:00
..
blinka_32x32.jpg Add bitmapfilter.blend 2024-01-29 11:15:35 -06:00
blinka_image.py Add bitmapfilter.mix 2024-01-09 15:00:42 -06:00
blue.jpg Add bitmapfilter.mix 2024-01-09 15:00:42 -06:00
dump_bitmap.py Add bitmapfilter.mix 2024-01-09 15:00:42 -06:00
green.jpg Add bitmapfilter.mix 2024-01-09 15:00:42 -06:00
ironbow.py Add false_color 2024-01-12 10:48:26 -06:00
make_testpattern.py Use a test pattern for mix filter, not blinka 2024-01-11 11:59:45 -06:00
red.jpg Add bitmapfilter.mix 2024-01-09 15:00:42 -06:00
skip_if.py Fix tests that use skip_if 2023-10-02 07:28:20 -05:00
synthblockhelper.py synthio: Add tests of each varying lfo input 2023-05-22 10:45:28 -05:00
synthnotehelper.py Add some more Note tests 2023-05-24 10:00:12 -05:00
testpattern.jpg Use a test pattern for mix filter, not blinka 2024-01-11 11:59:45 -06:00