Tinava Product Images for WooCommerce

Description

Tinava Product Images for WooCommerce lets you standardize your store’s product photos in bulk, without editing files one by one or leaving wp-admin.

Pick products by category (or all published products), choose a target size, and preview the result before anything is changed. Every save can create an automatic backup, and every resize is logged so you can undo a single change at any time — from the plugin’s history list or directly from the image’s own edit screen in the Media Library.

Main features

  • Resize product images in bulk, by category or across the whole catalog
  • Crop to an exact size or scale proportionally
  • Convert between JPEG, PNG, and WebP, with an adjustable quality/compression setting
  • Optional upscaling for images smaller than the target size
  • Before/after preview before any file is changed
  • Automatic backup of original images before saving
  • Full resize history with per-item Undo, viewable from the plugin page or the Media Library
  • Quick links to view each product in the store and edit it in WooCommerce, right from the image picker
  • One-click “Restore all” to revert every backed-up image at once

Requirements

This plugin requires WooCommerce to be installed and active, and the GD PHP extension (included by default on most hosting) for image processing.

Installation

  1. Upload the plugin files to the /wp-content/plugins/tinava-product-images-for-woocommerce directory, or install the plugin directly through the WordPress plugins screen.
  2. Activate the plugin through the “Plugins” screen in WordPress.
  3. Make sure WooCommerce is installed and active.
  4. Go to WooMaster Resize Images in the WordPress admin menu to get started.

FAQ

Does this modify my original image files?

Yes, when you click “Save changes” the plugin replaces the product’s image file(s) on disk with the resized version. If “Back up originals before saving” is checked (the default), a copy of each original file is kept before it’s changed, and you can undo the change later from the resize history.

Can I undo a resize?

Yes. Every resize operation is recorded in the history list on the plugin page, and also shown on the image’s own edit screen in the Media Library. As long as a backup was made for that change, you can undo it individually with one click, without affecting any other images.

Does changing the output format re-encode images that are already the right size?

Yes. If you only change the output format (for example JPEG to WebP) or only change the quality setting, the plugin still re-processes the image so the new format or quality is actually applied, even if the dimensions don’t change.

What image formats are supported?

JPEG, PNG, and WebP are supported for both reading source images and writing the resized output, provided your server’s GD library includes WebP support.

Will this slow down my site?

No. All processing happens once, when you preview or save, through the WordPress admin. It does not run on the storefront and does not affect page load times for visitors.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Tinava Product Images for WooCommerce” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

3.6

  • New: Product picker now shows a link to view the product in the store and a link to edit it directly in WooCommerce.
  • Fix: Changing only the quality setting (with dimensions and format unchanged) now correctly re-encodes the image instead of leaving the file untouched.
  • Fix: Preview images no longer disappear immediately after being generated.
  • Fix: Saving with a new output format now correctly changes the file extension and MIME type.
  • Improvement: Full rewrite of the admin interface for clarity and consistency.
  • Improvement: Various security and code-quality hardening ahead of the WordPress.org plugin review.

3.5

  • Fix: Save no longer skips re-encoding when the target format differs but dimensions match the original.
  • New: Per-image resize history with individual Undo, in addition to the existing “Restore all” option.

3.0

  • New: WebP output format support.
  • New: Adjustable quality setting for JPEG and WebP output.
  • Improvement: Backup system for original images before overwriting.