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
 Image enhancement for printing

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
AndNit Posted - Dec 01 2020 : 14:38:07
Good afternoon

what kind of editing could i do on this image to get the best possible print result? I would like to have the options black and white, shades of gray, in addition to the color image itself.

I currently use this:

black and white:

imgGeraCert.Proc.ConvertToBWLocalThreshold(4, ietMean);
imgGeraCert.Proc.RemoveIsolatedPixels(0,5);

Shades of gray::

imgGeraCert.IO.Params.TIFF_Compression := ioTIFF_JPEG;
imgGeraCert.Proc.AdjustBrightnessContrastSaturation(10,80,-100);
//
imgGeraCert.AutoShrink := False;
imgGeraCert.Proc.ConvertToGray;

Thanks

attach/AndNit/2020121143624_Untitled-1.jpg
1   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Dec 01 2020 : 19:50:03
Hi

You should try all of the options in the TImageEnProc.DoPreviews() dialog to see what combination give you a good image that keeps in the ink color while lessening the page yellow.

Nigel
Xequte Software
www.imageen.com