top | item 8118533

(no title)

MattP_Affinity | 11 years ago

Affinity supports RGB8/16, CMYK and Lab colour spaces - but Quartz/CoreGraphics does not. We needed to make sure we produced a pro level application - which necessitates pro colour support so there's no way to do this if you're limited to what the OS provides: That's why we have our own renderer which took a lot of development to make so powerful and fast.

discuss

order

wooster|11 years ago

Quartz does have some support for those color spaces and depths. Is there support in particular that you found lacking?

By the way, nice app!

cageface|11 years ago

Interesting. I'm sure writing a custom renderer for an app like this would be a very large chunk of work.