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

Optimise images (75 KB reduction) #25

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

Conversation

imageoptimiser
Copy link

Hi, enormego.

I've taken the liberty of putting PhotoViewer's image assets though a range of optimisation tools. Image optimisation allows us to reduce the footprint of images - meaning faster load times at no cost to image quality. It does this by finding the best (lossless) compression parameters, stripping embedded comments, and removing unnecessary colour profiles. See more.

I found 14 optimisable images, making a 75 KB reduction in size. That's about 18.70% of your total image assets.

Merry Christmas.

NameReduction
local_image_1.jpg4.87%
local_image_2.jpg15.19%
photosButton.png20.58%
egopv_error_placeholder.png69.32%
egopv_error_placeholder@2x.png42.07%
egopv_fullscreen_button.png17.33%
egopv_fullscreen_button@2x.png19.57%
egopv_left.png27.33%
egopv_left@2x.png46.60%
egopv_minimize_fullscreen_button.png31.70%
egopv_photo_placeholder.png63.86%
egopv_photo_placeholder@2x.png61.84%
egopv_right.png29.43%
egopv_right@2x.png46.87%

Tools used: advpng, gifsicle, jpegoptim, jpegrescan, jpegtran, optipng, pngcrush, pngout. This is an automated bot maintained by @skattyadz

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