Compatibility with existing color forumulas
See original GitHub issueThe color formulas for each source are defined in a color file containing the command line arguments to imagemagick convert
We need to translate these to rio color arguments. Two main options
Have ario color --compatabilityoption that will read convert args and interpret them on the fly- Script/manually adjust all the color formulas in pxm-sources. Create an alternate
color.riofile that mirrors the intent ofcolorbut withrio colorsyntax
Questions:
- what do we do with convert options that don’t translate well to rio color?
- how are we going to visually test to make sure rio color output matches convert’s?
Issue Analytics
- State:
- Created 8 years ago
- Comments:16 (14 by maintainers)
Top Results From Across the Web
The Only Color Combinations Cheat Sheet You Need (2023)
In this post, we break down simple methods for choosing the best colors, as well as a variety of popular combinations.
Read more >Cutting Paint Color Formulas - The Land of Color
Whenever you cut an existing formula, you're essentially creating a new color because all 3 dimensions of color, hue, value and chroma will...
Read more >Let's do Color & Math. Understanding the formulas of color…
Understanding the formulas of color conversion ... A tool that works with a single HEX code as input and tells if a particular...
Read more >Color Formula Guide - Rit Dye
All of our formulas are listed with liquid dye measurements. If you are using powder dye, use this conversion chart to convert the...
Read more >Sher-Color - Sherwin-Williams
A custom formula for a more accurate color match using Sherwin-Williams paint. Formulas for the closest colors available in the Sherwin-Williams palette.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Yes, I think LCH is the colorspace that will let you best adjust each of the parameters independent of the others. It should be possible to do it in xyY space too, where hue and saturation are angle and distance on the xy plane independent of lightness on Y, but LCH has the extra convenience of putting gray at the origin instead of at (⅓,⅓) and giving you perceptually uniform hue angles (in exchange for the inconvenience of not being able to mix colors by linear interpolation on the plane).
The LCH conversion should give better results, and I don’t think the discrepancy is a problem – there’s no color formula that would have been good with IM that will be bad with RC.