http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13954
Chris Nighswonger <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |In Discussion --- Comment #5 from Chris Nighswonger <[email protected]> --- (In reply to Marc Véron from comment #4) > This patch provides a much better quality of images on patron cards. > It inserts images at a higher resolution into the PDF file and then scales > it down internally in PDF. > I think $oversize_factor should not be hard-coded. Based on past experience (at least in this area of the code), hard-coded vars end up making it very difficult to figure out what is going on both for the end user and for devs working on bugs, etc. Furthermore, it may be desirable to have this as a per-image parameter to allow the end user to decide what amount of over-sizing is needed to achieve the desired end results for each image. -- 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/
