|
To
enhance the display of the image, you can either:
1)
If you own a Document Express toolkit, use the unlock method to unlock the Document
Express (later renamed Document Imaging) features, and use the SCALETOGRAY flag
in the BitonalScaling property. OR
2)
Convert the 1-bit image to a 4-bit image, using ColorRes, or 8-bit ,using
Grayscale, which will give you bigger image size. And then use the PaintScaling
property to set it to PAINTSCALING_RESAMPLE. The
drawback of this workaround is that it requires more memory to store the image,
and time to perform the conversion.
Since
you are resizing the actual pixels of the image, and not zooming, this will not
enhance the resized image. You can enhance the resized image by converting the
1-bit image to 8-bit (or 4-bit) image and then resizing it.
Note:
Our
forums do not allow all types of attachments, but you can attach anything if
you put it in a ZIP or RAR file. Also, do not use the Preview feature when
attaching.
Adam Boulad LEADTOOLS Technical Support
|