https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31049
Galen Charlton <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Galen Charlton <[email protected]> --- Koha currently uses GD's copyResampled to resize local cover images upon upload. Two versions of the original image are produced: * a thumbnail with a maximum width of 140 and a maximum height of 200 * a "full size" version with a maximum width of 600 and a maximum height of 800 Koha only scales down; it does not scale images up if they're already within the size limits. Also, if the width is larger than the maximum, the width adjustment is what controls the overall resizing, meaning that it's possible for the result to be taller than the maximum height. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
