verbb/color-mixer

To CMYK

Opened this issue · 3 comments

What are you trying to do?

It would be nice to add a toCmyk filter to the plugin. CMYK conversion appears to be supported in the Iris package as of October '23

What's your proposed solution?

Add a new Twig filter for toCmyk

Additional context

No response

Happy to add, but from what I can tell they haven't tagged CMYK support in a release. Their latest release is 3.1.1 with no CMYK support.

Happy to add, but from what I can tell they haven't tagged CMYK support in a release. Their latest release is 3.1.1 with no CMYK support.

Thanks for looking into it Josh! Unless I'm mistaken, it looks like CMYK was added, but never documented. See ozdemirburak/iris#44

Yep, I can see it in their master branch (and documented), but it's not included in any of their releases. I'd rather not be dependent on their master branch, compared to a tagged release if we can help it.