Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 306 Bytes

README.md

File metadata and controls

8 lines (4 loc) · 306 Bytes

ColorConverter

A SpringBoot API for converting colors to/from other color spaces.

Supports RGB to CMYK, CMYK to RGB, RGB to CIE-XYZ, CMYK to CIE-XYZ, CIE-XYZ to RGB, CIE-XYZ to CMYK conversions.

Also supports RGB to RGB and CMYK to CMYK conversions (using different source and target color profiles)