View Single Post
  #1 (permalink)  
Old 07-17-2007, 12:32 AM
oxygen oxygen is offline
D-Web Architect
 
Join Date: Jun 2007
Posts: 633
oxygen is on a distinguished road
Default 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
Reply With Quote
Sponsored Links