Hello!
I've a big problem with output of images and their resolution.
Small images can take too much place because of higher resolution and bigger images are to smal because of lower resolution.
As workaround I can resample Images to the same resolution, i.e. to 72 DPI, but the printig quality is very bad.
We doing scan and print same images, so if we scan at 300 DPI and print with 600 DPI we would like to have better quality as with images with 72 DPI because downsampling kills some important informations.
It would be nice to have some IMAGE parameters:
- USE DPI
- ASSUME DPI (take in to account if the image does not have DPI-Information inside).
Thanks in advice.
Images DPI problem
Images DPI problem
Dear, Alexander.
Can you please describe your task in details. And, if possible, send us a sample.
Waiting for your reply.
Thank you.
Can you please describe your task in details. And, if possible, send us a sample.
Waiting for your reply.
Thank you.
Images DPI problem
Thank you!
Report-example DPIReport.zip is send per mail at .
Report-example DPIReport.zip is send per mail at .
Images DPI problem
Hello,
Please check the "DPIReport modifyed.mrt" in attachment.
Thank you.
Please write following code in the GetImageData event of image:I've a big problem with output of images and their resolution.
Small images can take too much place because of higher resolution and
bigger images are to smal because of lower resolution.
Code: Select all
(sender as StiImage).MultipleFactor *= 100f / (sender as StiImage).ImageToDraw.HorizontalResolution;
Thank you.
- Attachments
-
- 206.DPIReport modifyed.zip
- (6.85 KiB) Downloaded 280 times