Applying ICC profiles to a TIFF,JPEG files using C# Applying ICC profiles to a TIFF,JPEG files using C#
Objective: Applying ICC profiles to TIFF,JPEG images.
Solution: We can apply a new ICC profile to a image
using the given tifficc,jpegicc application. Its a
DOS a application. You can get the help when run
the exe file without any argument.
to apply profile to a TIFF file
-------------------------------
tifficc -o iccprofilename.icc Inputfile.tiff Outputfile.tiff
to apply profile to a JPEG file
-------------------------------
jpegicc -o iccprofilename.icc Inputfile.jpg Outputfile.jpg |