Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Script improve images size #24

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

matwolbec
Copy link

@matwolbec matwolbec commented Oct 5, 2019

Script to improve image size, keeping the min quality to save disk space and improve HTTP loading (progressive images)

Issue #5

I have checked the following requirements before making this PR.

  • The script is marked as executable (chmod +x).
  • I have added/updated the README entry for the script (if applicable).
  • I have mentioned any outstanding dependencies and OS requirements for the script in the README.

@matwolbec matwolbec mentioned this pull request Oct 5, 2019
Script: [optimage](optimage)
Dependencies:
```
apt-get update && apt-get -y install gcc libc6-dev libjpeg-progs trimage imagemagick pngquant
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, these installation instructions seem to be Ubuntu based.
Can you instead provide links to dependencies so that users can install them on their system on their own (if it's sufficiently feasible)? Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants