ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 calcul page fill rate

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
chouk Posted - Dec 05 2016 : 04:19:56
Hi,
I want to calcul fill rate for A4 page, is it possible to do it with imageen ? if yes how can i do ?

Thank's
4   L A T E S T    R E P L I E S    (Newest First)
yogiyang Posted - Dec 06 2016 : 23:20:34
Hello Chuok,

I think you will have to do these calculations manually with help of histogram.

Such calculations are generally done in case of printers to calculate number of pages that can be printed in one cartridge.

HTH


Yogi Yang
xequte Posted - Dec 06 2016 : 15:44:17
Hi Chuok

Use CalcImagePalette to get the palette:

http://www.imageen.com/help/TImageEnProc.CalcImagePalette.html

This will give you RGB values. You can convert to CMYK using: IERGB2CMYK();

Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
chouk Posted - Dec 06 2016 : 11:21:24
I want to calculate ink coverage for the page, % for Red and yellow and blue pixel in the file (jpeg or Tiff) like attached file.



or in the opposite or blank ratio on the page.

Regards,

Chouk

w2m Posted - Dec 06 2016 : 10:04:27
What do you mean by fill rate? There is no such value. Do you mean how long does it take to draw the bitmap?

Bill Miller
Adirondack Software & Graphics
Email: w2m@hughes.net
EBook: http://www.imageen.com/ebook/
Custom Commercial ImageEn Development