http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13954
--- Comment #7 from Marc Véron <[email protected]> --- The way how the images are first downsampled and then added to the PDF file is simply wrong. It leads to a very poor quality of the printed cards. The images should be added to the PDF with a higher quality and downscaled (transformed) with PDF internal operators. Rule of thumb for this kind of printing is to have it 5 times bigger (I know such things; I do PDF stuff since 1995). This is fixed in my patch, and the wole card creation works the same way as before. I do not think that it makes much sense to expose this var to the end user, because it is merely a technical thing. For the encanced quality, see: http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=37525 -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
