verbb / color-mixer

A set of Twig filters for modifying hex colors in Craft CMS.
MIT License
12 stars 4 forks source link

To CMYK #13

Open jwb009 opened 4 months ago

jwb009 commented 4 months ago

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

engram-design commented 1 week ago

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.

jwb009 commented 1 week ago

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 https://github.com/ozdemirburak/iris/pull/44

engram-design commented 1 week ago

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.