https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33857 --- Comment #23 from Hammat wele <hammat.wele@inlibro.com> --- (In reply to Lucas Gass (lukeg) from comment #22)
(In reply to Manos PETRIDIS from comment #8)
Has noone noticed that in the test example we begin with a full size image (1000×1500 pixels) with a filesize of only ~170kB and after running resize_cover_images.pl we end up with a greatly reduced quality image (267x400 pixels) having an increased filesize?
Is this sane practice, aren't we trying to reduce the filesize and its impact on database size? In the test example, we'd be better off leaving the image in its initial status.
Please also check Bug 31049 - Add tool to set/reduce local cover image size and quality, interactively and in batch.
Can you address this comment?
This behavior has been fixed. I have just retested, and the file size is no longer increasing. The resulting image now has dimensions reduced from 1000×1500 px to 600×900 px, and the file size decreases from 176.6 kB to 92.4 kB -- You are receiving this mail because: You are watching all bug changes.