solved Posted April 13, 2021 Share Posted April 13, 2021 I want to simulate the limitations of color gamuts from 2 different color profiles in a editable way. A random picture containing colours that are possible in the RGB spectrum, could be a color circle for example. Using filters, adjustment layers or other techniques to simulate something in between RGB and CMYK is the goal. Less colours than possible in RGB but more colours than possible in CMYK. The result should be something in the middle between RGB/8 sRGB IEC61966-2.1 and CMYK/8 U.S Web Coated (SWOP) v2. I am curios and I want to learn, so any input regarding this is welcome. Quote Affinity Suite 1.9.1 | Big Sur 11.6.1 | MacBook Pro (15-inch, 2016) | 2.9 GHz Quad-Core Intel Core i7 | 16 GB 2133 MHz LPDDR3 | AMD Radeon Pro 460 | 1TB Apple NVME SSD | LG Ultrafine 5K Link to comment Share on other sites More sharing options...
NotMyFault Posted April 14, 2021 Share Posted April 14, 2021 Hi, nice to meet others with similar mindset of trying impossible things, or do possible things with the wrong tool (Photo). The most capable tool in principle for this challenge is procedural texture filter. Unfortunately, it currently lacks most color format conversions, even basic RGB to HSL must be done with basic math. (I have these ready to share if needed). I think a simplified version of your target “result” using a triangle shape might be practical. general steps: convert from source color format into LAB (assuming LAB is good enough approximation) define equations to clamp colors on the 3 sides of the triangle (stored in temp variables) If you could provide the equations for the 3 sides of the triangle this would help Use sign() function as helper for if/then/else decision trees to combine intermediate results Looking forward to collaborate in this challenge Timo solved 1 Quote Mac mini M1 A2348 | Windows 10 - AMD Ryzen 9 5900x - 32 GB RAM - Nvidia GTX 1080 LG34WK950U-W, calibrated to DCI-P3 with LG Calibration Studio / Spider 5 iPad Air Gen 5 (2022) A2589 Special interest into procedural texture filter, edit alpha channel, RGB/16 and RGB/32 color formats, stacking, finding root causes for misbehaving files, finding creative solutions for unsolvable tasks, finding bugs in Apps. My posts focus on technical aspects and leave out most of social grease like „maybe“, „in my opinion“, „I might be wrong“ etc. just add copy/paste all these softeners from this signature to make reading more comfortable for you. Otherwise I’m a fine person which respects you and everyone and wants to be respected. Link to comment Share on other sites More sharing options...
Old Bruce Posted April 14, 2021 Share Posted April 14, 2021 On 4/13/2021 at 11:12 AM, ed lazer said: I want to simulate the limitations of color gamuts from 2 different color profiles in a editable way. Try using a Soft proof Adjustment layer solved 1 Quote Mac Pro (Late 2013) Mac OS 12.7.6 Affinity Designer 2.5.5 | Affinity Photo 2.5.5 | Affinity Publisher 2.5.5 | Beta versions as they appear. I have never mastered color management, period, so I cannot help with that. Link to comment Share on other sites More sharing options...
lacerto Posted April 14, 2021 Share Posted April 14, 2021 (...) Quote Link to comment Share on other sites More sharing options...
solved Posted April 15, 2021 Author Share Posted April 15, 2021 15 hours ago, Old Bruce said: Try using a Soft proof Adjustment layer Thanks for the input, did that with an opacity of 75%. It does the trick quite well... Quote Affinity Suite 1.9.1 | Big Sur 11.6.1 | MacBook Pro (15-inch, 2016) | 2.9 GHz Quad-Core Intel Core i7 | 16 GB 2133 MHz LPDDR3 | AMD Radeon Pro 460 | 1TB Apple NVME SSD | LG Ultrafine 5K Link to comment Share on other sites More sharing options...
solved Posted April 15, 2021 Author Share Posted April 15, 2021 18 hours ago, NotMyFault said: Hi, nice to meet others with similar mindset of trying impossible things, or do possible things with the wrong tool (Photo). The most capable tool in principle for this challenge is procedural texture filter. Unfortunately, it currently lacks most color format conversions, even basic RGB to HSL must be done with basic math. (I have these ready to share if needed). I think a simplified version of your target “result” using a triangle shape might be practical. general steps: convert from source color format into LAB (assuming LAB is good enough approximation) define equations to clamp colors on the 3 sides of the triangle (stored in temp variables) If you could provide the equations for the 3 sides of the triangle this would help Use sign() function as helper for if/then/else decision trees to combine intermediate results Looking forward to collaborate in this challenge Timo Looks like I triggered someone ;) NotMyFault 1 Quote Affinity Suite 1.9.1 | Big Sur 11.6.1 | MacBook Pro (15-inch, 2016) | 2.9 GHz Quad-Core Intel Core i7 | 16 GB 2133 MHz LPDDR3 | AMD Radeon Pro 460 | 1TB Apple NVME SSD | LG Ultrafine 5K Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.