qzind / qz-print

Archive for legacy qz-print versions (1.8, 1.9). See https://github.com/qzind/tray for modern versions.
Other
141 stars 101 forks source link

Pixel-Accurate (Low-Res) Printing #149

Closed tresf closed 8 years ago

tresf commented 8 years ago

A picture does plenty to explain this...

image

How to yield high pixel accuracy in a situation like this? 2.0 branch.

The picture is tiny. Below is actual size.

image

akberenz commented 8 years ago

NearestNeighbor interpolation! And since bicubic (the current value) can also be desired, I've made it a config option, via 98ee07fe2a6de2e31bf1e40685c6fdf10989c497.

tresf commented 8 years ago

Thanks. I agree that default should be bicubic as it's generally more desirable at high resolutions. :+1:

Edit: Added documentation via https://github.com/qzind/qz-print/wiki/2.0-Pixel-Printing#image-interpolation.