Version: 2.4-snapshots (using Devel) OS: Linux Krita 2.4 beta 5 Have 1600x1200 landscape, The print preview looks fine but when it is printed only half comes out in portrait mode. Due to the following workaround I think that Krita is not correctly speaking to the printsystem. Workaround: Printing to PDF works as expected. Printing the pdf from okular gives you a correctly scaled print on paper. Reproducible: Always Steps to Reproduce: new white 1600x1200. Paint something in each side of the painting File->print preview Look at scaled print. print to a printer. Actual Results: only prints left side. Expected Results: print looks like preview. OS: Linux (x86_64) release 3.0.0-14-generic Compiler: gcc
Yes, our printing code is pretty much unfinished. Maybe we should remove the menu entry for the 2.4 release...
The problem is that the application doesn't know if we are printing to a printer or a file. There was another bug report about this that wanted to have the pdf to have the original size of the image. So I changed that to scale the page size to the image. Of course that cause another problem when printing and the image is bigger than the page.
Confirmed. In "Print Preview" the image is cropped. When printed to a PDF file, the image is scaled to the entire file
*** Bug 350922 has been marked as a duplicate of this bug. ***
Git commit 71f6ce6efeab7254cda018c0d9621d55ce246f23 by Boudewijn Rempt. Committed on 31/03/2016 at 17:35. Pushed by rempt into branch 'master'. Hide the print and print preview action We do not properly support printing at the moment, at all. There is no color management, no scaling, no pagination, nothing. We even print by converting to a QImage first. M +2 -2 krita/krita.xmlgui M +8 -8 libs/ui/KisMainWindow.cpp http://commits.kde.org/krita/71f6ce6efeab7254cda018c0d9621d55ce246f23