seashore icon indicating copy to clipboard operation
seashore copied to clipboard

grayscale image operations do not work on older OSX

Open robaho opened this issue 6 years ago • 2 comments

similar in cause to issue #47

robaho avatar Apr 29 '19 02:04 robaho

The graphics context does not support gray with alpha for rendering.

robaho avatar Apr 29 '19 02:04 robaho

Bummer - OSX 10.9 doesn't support it (10.9 is the minimum supported OSX version now)

robaho avatar Jul 02 '22 22:07 robaho

This has been fixed in 3.17. Everything internally is now ARGB - which uses more memory, but simplifies a lot of code.

robaho avatar Dec 25 '22 21:12 robaho