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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resize & lower the weight of all images for mobile & slower connections #1

Closed
wants to merge 1 commit into from

Conversation

Pierstoval
Copy link

I used this command to do the resize:

$ magick 'image path' -resize x1000 -quality 100 'output path'

For concerned images, that's quite a gain! And the loss is barely perceptible on my 27'' screen.

Image Initial size New size Gain
Webb Deep Field Cropped.png 12 524 KB 1 346 KB -89,25 %
Hubble Cropped.png 8 827 KB 1 554 KB -82,39 %
Southern_nebula_webb.png 21 813 KB 1 219 KB -94,41 %
Southern_ring_nebula_Hubble_Rotated.png 2 848 KB 293 KB -89,71 %
Stephans_Quintent_Webb.jpg 5 054 KB 1 006 KB -80,09 %
Stephan's_Quintet_Hubble_Rotated.jpg 584 KB 382 KB -34,59 %
TOTAL 51 650 KB 5 800 KB -88,77 %

Feel free to close or make other suggestions 馃憤

(some changes are caused by my IDE automatically removing trailing spaces)

@Pierstoval
Copy link
Author

Closing in favor of #4 which has a way more responsive proposal

@Pierstoval Pierstoval closed this Jul 12, 2022
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.

None yet

1 participant