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

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
Forum membership is Free!  Click Join to sign-up
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Image enhancement for printing
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

AndNit

Brazil
61 Posts

Posted - Dec 01 2020 :  14:38:07  Show Profile  Reply
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

xequte

38179 Posts

Posted - Dec 01 2020 :  19:50:03  Show Profile  Reply
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
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: