Hi Anthony!

Thanks for your reply.


GetImageTotalInkDensity() is a function allready implemented in IM and returns the total ink density for an image. You need this TAC (Toner All Coverage = TotalInkDensity = TID ) in prepress to asume possible problems while printing. The maximum possible value depends on type of paper, ink and print process . . .

I wanna know how to call this function from PerlMagick?
I have tried: $image->Get('ImageTotalInkDensity') for know, but it did not work.

From the code:
%
% GetImageTotalInkDensity() returns the toal ink density for a CMYK image.
%  Total nk Density (TID) is determined by adding the CMYK values in the
%  darkest shadow area in an image.
%
%  The format of the GetImageTotalInkDensity method is:
%
%      double GetImageTotalInkDensity(const Image *image)
%
%  A description of each parameter follows:
%
%    o image: The image.
%

;-) Alex

Am 04.07.2007 um 04:54 schrieb Anthony Thyssen:

ademmler on  wrote...
| Hi to all!
|
| I need to no if it is possible to use "GetImageTotalInkDensity()"
| from PerlMagick?
|
What is TotalInkDensity?

Is it calculated, or is it profile metadata?


  Anthony Thyssen ( System Programmer )    <[EMAIL PROTECTED]>
---------------------------------------------------------------------- -------
   Problems worthy of attack
     prove their worth by hitting back.     -- Piet Hein
---------------------------------------------------------------------- ------- Anthony's Home is his Castle http://www.cit.gu.edu.au/ ~anthony/

_______________________________________________
Magick-developers mailing list
Magick-developers@imagemagick.org
http://studio.imagemagick.org/mailman/listinfo/magick-developers

Reply via email to