Compress PNGs

Posted in: Newspaper
Post count: 105

Is there a way to compress png images on uploading, similar to add_filter( ‘jpeg_quality’, create_function(”, ‘return 50;’ ) );?

Looking for a way that doesn’t require additional plugins and stuff.

Post count: 22421

Hello,

If you want to target png’s specifically, there are lots of online tools for png compression where you can compress images directly before you upload them.
For a more complex coding solution you can try this link:
http://stackoverflow.com/questions/13257405/why-is-resized-png-image-so-much-bigger-than-original-image

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.