CameraViewer icon indicating copy to clipboard operation
CameraViewer copied to clipboard

Fix colorscale issue with latest Pillow version

Open tylerlum opened this issue 1 year ago • 0 comments

In latest version of Pillow (10.4.0), getpalette() is modified to always have length 256 This breaks the old colorscale generation code, but this code fixes it https://github.com/python-pillow/Pillow/issues/7561

tylerlum avatar Sep 26 '24 03:09 tylerlum