iccdev

Developer tools for creating, validating, and manipulating ICC color profiles.

brewmacoslinux
Try with needOr install directly
Source

About

Developer tools for interacting with and manipulating ICC profiles

Commands

iccDumpProfileiccApplyProfilesiccMergeProfileSequenceiccCreateProfileiccTransform

Examples

inspect color profile contents and metadata$ iccDumpProfile myprofile.icc
apply color profile to image file$ iccApplyProfiles input.tif -p colorprofile.icc -o output.tif
validate if color profile is correct$ iccDumpProfile -v profile.icc
convert color space between two profiles$ iccTransform -s source.icc -d dest.icc input.tif output.tif
combine multiple color profiles into sequence$ iccMergeProfileSequence profile1.icc profile2.icc -o merged.icc