joeyespo / inbox-by-gmail-checker

Displays the number of unread messages in Inbox by Gmail. You can also click the button to open your inbox.
http://joeyespo.com/inbox-by-gmail-checker
MIT License
68 stars 11 forks source link

Images optimized lossless #22

Closed carloshbcabral closed 7 years ago

joeyespo commented 7 years ago

Hey @CarlosHBC, thanks for the PR!

Could you give me a little more context to what you did here? I only dabble in design, so I may not know what to look for. Does this help with retina displays? Accessibility? Are the small images scaled down using better algorithms?

The only thing I could see with the naked eye is that the Available in the Chrome Store image is slightly more colorful. I thought I took that image directly from a Chrome Store samples page, but it's been a while, so I could be mis-remembering. Where'd you get the nicer image from?

Thanks!

carloshbcabral commented 7 years ago

All images were optimized without loss using FileOptimizer, which is nothing more than a GUI to run several scripts with different algorithms.

Actually something went wrong with the Available in the Chrome Store image, but using Perforce P4Merge, is the only one that gave a problem.

The only advantage is having the files with a smaller size. :)

joeyespo commented 7 years ago

Ohhh, gotcha. Haha, so it ended up being a technical thing I'm actually familiar with, but didn't take the time to check the file sizes.

Thanks for doing this 😄

Did you want to push a change with an updated Available in the Chrome Store image, since you bring that up, or is this good to go?

joeyespo commented 7 years ago

Releasing soon, so will pull now to get it in. Feel free to open a new PR if you wanted to update the Chrome Store image with something else.

Thanks for the optimizations, @CarlosHBC!