awesomemotive / WP-Mail-SMTP

The most popular WordPress SMTP and PHP Mailer plugin. Trusted by over 3 million sites.
https://wordpress.org/plugins/wp-mail-smtp/
GNU General Public License v3.0
55 stars 34 forks source link

Image optimization #93

Closed lowwebtech closed 3 years ago

lowwebtech commented 3 years ago

Description

Hi,

I just did some image optimization to reduce the file size of the images and the plugin. No code change. It reduces file size of the plugin images by 92kB.

Images are optimized with ImageAlpha and ImageOptim. PNG images are converted to PNG8 with up to 256 colors, often less.

I also optimized the file size of the images used on the plugin presentation page, reduces by 1.4MB !

Hope it helps !

Motivation and Context

Not a problem, just optimization ;)

Testing procedure

Look at previous images and compare, there is no visible change.

Screenshots

Types of changes

Checklist:

capuderg commented 3 years ago

Hi @lowwebtech,

thank you for preparing a PR for our plugin 👍

We are using an automated image optimization tool called "imagemin" when we are building new plugin releases, but it looks like your tools did find some space to improve them further. Thank you.

I've looked at the images and I did see some differences and some different colors being used in the "wporg" folder, so we'll not use those. We did however update other images. This was done in our original git repository and will be available/updated in this public repository when we make a new release/update of the plugin. This means that this PR will not be merged, but some of the images will be used in the upcoming plugin update. We appreciate your help!

Thank you and have a nice day!