andyhill |
Posted - Feb 01 2025 : 14:34:19 ImageEnMView2.MIO.DialogsMeasureUnit:= ieduCm; ImageEnMView2.MIO.PrintPreviewParams.Width:= 10.5; ImageEnMView2.MIO.PrintPreviewParams.Height:= 14.8; ImageEnMView2.MIO.PrintPreviewParams.Position:= ppCenter; ImageEnMView2.MIO.PrintPreviewParams.Size:= psSpecifiedSize; ImageEnMView2.MIO.PrintPreviewParams.PrintThumbnails:= False; ImageEnMView2.MIO.PrintPreviewParams.ThumbnailStyle:= ptFlat; ImageEnMView2.MIO.PrintPreviewParams.PrintSelected:= True; ImageEnMView2.MIO.PrintPreviewParams.DlgMaximized:= True; ImageEnMView2.MIO.DoPrintPreviewDialog('Project', false, 'Print Preview');
I have a jpg image that did comprise of multiple layers (including text) flattened producing a clean crisp image that is loaded into ImageEnMView.
When the built in print dialog changes the size of the print, most of the text in the image is slightly distorted. It appears that the scaling/resampling model is not ideal - how can I change this ?
(rfTriangle, rfHermite, rfBell, rfBSpline, rfLanczos3, rfMitchell, rfNearest, rfLinear, rfFastLinear, rfBilinear, rfBicubic, rfProjectBW, rfProjectWB, rfWICNearestNeighbor, rfWICLinear, rfWICCubic, rfWICFant)
Andy |