mirror of
https://github.com/HaschekSolutions/pictshare.git
synced 2026-04-25 06:55:56 +03:00
[GH-ISSUE #26] Add Guetzli for smaller JPEGs #24
Labels
No labels
Feature request
Feature request
bug
cant reproduce
enhancement
help wanted
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pictshare#24
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @geek-at on GitHub (Mar 17, 2017).
Original GitHub issue: https://github.com/HaschekSolutions/pictshare/issues/26
Integrating https://github.com/google/guetzli/ into PictShare for up to 30 smaller files.
Google Blog about Guetzli: https://research.googleblog.com/2017/03/announcing-guetzli-new-open-source-jpeg.html
@geek-at commented on GitHub (Mar 30, 2017):
I made an analysis about guetzli: https://blog.haschek.at/2017/is-guetzli-useful-in-production.html
It is really, really awesome. It seems PHPgd is very bad at compressing JPEGs so with Guetzli I have achieved up to 70% smaller images with the same quality. This could be big for PictShare although it's very (very very) CPU intensive... but maybe ok as an addon
@geek-at commented on GitHub (Mar 22, 2018):
on second thought.. guetzli takes tens of gigabytes of RAM and about a minute for a single small image.. nevermind