I'm looking for the percentage of the document with ink on it.
Imagine a large printed piece with only a small logo one corner.
Vs
A large document where nearly the whole area is printed.
The idea is some prediction of print time.
My only idea so far is to convert the document to an image and use imagemagik to give me some percentage of white vs colour.
Thanks for any ideas!
percent of document that is printed vs paper
Re: percent of document that is printed vs paper
You could create an action using the 'Gather Ink Information' and get the report as XML and log the DocumentINkInfo -> InkPrecenage pick the XML up and write the values as privatedata and use that for you analysis.
Alternatively you could create an action using the "check ink coverage (total page)", from there so you could set up thresholds to determine groups of print speeds.
Alternatively you could create an action using the "check ink coverage (total page)", from there so you could set up thresholds to determine groups of print speeds.
Color Science & Workflow Automation
Re: percent of document that is printed vs paper
That sounds great. I am not getting any suitable results with either though, unfortunately.
The goal is to know that 10% of the area is printed and 90% is unprinted.
Do these actions just tell me that ink is used/not or can I manipulate them to help me answer how much of the document is printed vs unprinted?
Thanks for the ideas
The goal is to know that 10% of the area is printed and 90% is unprinted.
Do these actions just tell me that ink is used/not or can I manipulate them to help me answer how much of the document is printed vs unprinted?
Thanks for the ideas