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 |