AWARE [SYSTEMS] Imaging expertise for the Delphi developer
AWare Systems, Imaging expertise for the Delphi developer, Home TIFF and LibTiff Mailing List Archive

LibTiff Mailing List

TIFF and LibTiff Mailing List Archive
July 2006

Previous Thread
Next Thread

Previous by Thread
Next by Thread

Previous by Date
Next by Date

Contact

The TIFF Mailing List Homepage
This list is run by Frank Warmerdam
Archive maintained by AWare Systems



Valid HTML 4.01!



Thread

2006.07.05 14:38 "CMYK Tiff", by Ivan Kopcanski
2006.07.06 09:38 "Re: CMYK Tiff", by Gerben Vos
2006.07.06 11:56 "Re: CMYK Tiff", by Gerben Vos
2006.07.07 07:06 "Re: CMYK Tiff", by Ivan Kopcanski
2006.07.07 09:20 "Re: CMYK Tiff", by Gerben Vos

2006.07.05 14:38 "CMYK Tiff", by Ivan Kopcanski

I work on a c# project and I am asked to make CMYK tif file.

Task is quite simple.

I have textual file with included image witdh and height info in milimeters.

Little squrare is placed somewhere in image.
Little square has also width and height specified in milimeters and also top
left corner coordinates.
Textual file gives also info about C,M, Y and K channel values for square
color.

What I need to do is to make CMYK tif file with square painted with
specified color and properly placed on white painted image.

How it is possible to do using libtiff.dll? GDI+ gives possibility to save
RGB tif files.
Thanks in advance for every useful advice. Described task is simplified, but
if it is done, everything other will be easy for me.