This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

PNG to JPG

Description

Convert PNG images to JPG, free up web space and speed up your webpage

  • set quality of converted JPG
  • auto convert on upload
  • auto convert on upload only when PNG has no transparency
  • only convert image if JPG filesize is lower than PNG filesize
  • leave original PNG images on the server
  • convert existing PNG image to JPG
  • bulk convert existing PNG images to JPG
  • conversion statistics

Screenshots

Installation

  1. Upload png-to-jpg directory to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

Reviews

February 6, 2021
Плагин нашел лишь малую часть моих PNG. Затем заменил полноразмерные png на jpg при этом они все исчезли из тех записей где стояли. Также (!) уменьшенные варианты этих же изображений ОН ОСТАВИЛ В ТОМ ЖЕ ФОРМАТЕ PNG. Таким образом были убиты самые большие PNG и больше ничего не изменилось. Я это делал птому что у меня есть backup сайта 🙂
April 5, 2020
Didn't work for me “Leave original PNG images on the server” is not true, you actually can lose your PNGs which happened to me. Good thing I had a backup or else I'll be looking to replacing/updating hundreds of images.
April 27, 2019
This plugin saved me hours and hours of time. I converted thousands of pngs successfully, without having to re-upload anything. Thank you for this great plugin!
Read all 27 reviews

Contributors & Developers

“PNG to JPG” is open source software. The following people have contributed to this plugin.

Contributors

Translate “PNG to JPG” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

3.9

  • fix transparency default state

3.8

  • tested on WP 5.4
  • save transparency meta and load it instantly next time
  • image viewer – background switch
  • image viewer – centered image
  • image viewer – highlight image borders and show image size on hover

3.7

  • do not run second transparency detection if first one return true

3.6

  • metadata update fix

3.5

  • added support for Broken Link Checker plugin ( blc_instances, blc_links )

3.4

  • replace image url also in these database tables: yoast_seo_links, revslider_static_slides

3.3

  • tested on WP 5.2
  • handle duplicate names like WP – adding increment
  • optimizing code for faster processing

3.2

  • added support for Fancy Product Designer plugin

3.1

  • tested on WP 5.0
  • small cosmetic code changes

3.0

  • new option: convert only if JPG will have lower filesize then PNG
  • new feature: show converted images statistics
  • fix: conflict when there is already JPEG with a same name as PNG
  • fix: conflict when PNG name is part of another PNG name ( eg. ‘xyz.png’ can rename also ‘abcxyz.png’ )
  • optimized for translations

2.6

  • rename PNG image if JPG with the same name already exists

2.5

  • BUG FIXED – disabled checkboxes when autodetect is disabled

2.4

  • now you can disable autodetect PNG transparency

2.3

  • WP 4.9.1 compatibility check
  • new compatibility with Toolset Types

2.2

  • Repair revslider database table detection

2.1

  • Added option to leave original PNG image on server after conversion
  • Repair SQL replacement query

2.0

  • Replace image and thumbnails extension in database tables
  • Moved from Settings to Tools submenu
  • Some small fixes

1.2

  • Fix generating background for transparent images (thanks @darkcobalt)

1.1

  • Fix PNG transparency detection

1.0

  • First version