[Bug 31049] New: Add tool to set/reduce local cover image size and quality, interactively and in batch.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31049 Bug ID: 31049 Summary: Add tool to set/reduce local cover image size and quality, interactively and in batch. Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: new feature Priority: P5 - low Component: Tools Assignee: koha-bugs@lists.koha-community.org Reporter: egpetridis@yahoo.com QA Contact: testopia@bugs.koha-community.org It would be useful I think to add functionality that would a) process local cover images and set colour depth, resolution, quality and compression to certain levels set in authorized values at library level, before commiting new images to the database. b) process in batch images already existing in the db, according to the values set. c) store in the db settings used for each local cover image, so that it wouln't be re-processed unless new, lesser image quality settings were set and patch processing was invoked. It seems (Bug 21987 and Bug 22988) that some kind of processign is already performed but I found no related settings or documentation. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31049 Galen Charlton <gmcharlt@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gmcharlt@gmail.com --- Comment #1 from Galen Charlton <gmcharlt@gmail.com> --- 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.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31049 --- Comment #2 from Manos PETRIDIS <egpetridis@yahoo.com> --- Created attachment 147467 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=147467&action=edit Image before upload 1085x1597 pixels 24bit jpeg 430KB -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31049 --- Comment #3 from Manos PETRIDIS <egpetridis@yahoo.com> --- Created attachment 147468 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=147468&action=edit koha processed image 600x883 pixels 24bit png 940KB -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31049 --- Comment #4 from Manos PETRIDIS <egpetridis@yahoo.com> --- koha manages however to increase file size by 119% (430KB to 940KB) while reducing image size to 30,6% of the original, both in 24bit colour. Is that sane? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31049 --- Comment #5 from Manos PETRIDIS <egpetridis@yahoo.com> --- Please also check Bug 23984 - Local cover 'thumbnail' size is bigger than 'imagefile' size in biblioimages table -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31049 Magnus Enger <magnus@libriotech.no> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |magnus@libriotech.no -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31049 Hinemoea Viault <hinemoea.viault@inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hinemoea.viault@inlibro.com --- Comment #6 from Hinemoea Viault <hinemoea.viault@inlibro.com> --- We noticed the same behavior from Koha. You can see Bug 33857 The patch add a script that reduce and resize oversized local cover images. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31049 russellgeeps@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |russellgeeps@gmail.com --- Comment #7 from russellgeeps@gmail.com --- We are experiencing the same issues with our Koha. We upload high quality images of maps, but they all get reduced in quality so much that you can't make out any details. Please assist, which conf. files can we modify to make it stop or to no change the quality? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31049 Bosse <bosse@gustavsson.one> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize@ptfs-europe | |.com --- Comment #8 from Bosse <bosse@gustavsson.one> --- *** Bug 23984 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org