DAM

Image Optimization

Optimize uploaded images through the built-in thumbnail pipeline. The current implementation generates resized thumbnails for supported image formats and exposes those thumbnail paths to media pickers and product-related UI.

Image Optimization

Apply to All
Processing: nike-shoe-01.png
Ready
ORIGINAL (4.2 MB)
OPTIMIZED (185 KB)
-95.6%
Optimization Profiles
Web Standard (WebP/AVIF)
Active
Marketplace High-Res
Preset
Mobile Thumbnails
Preset

The optimization layer I could confirm in the code is thumbnail generation. The thumbnail service reads JPEG, PNG, GIF, and WebP images from the company media folder, resizes them proportionally, preserves transparency where needed, and stores the generated thumbnail under a dedicated media thumbnails directory.

Those thumbnail paths are then used by media search endpoints and picker UIs so users do not have to load full-size assets just to choose the right image in a form.

I did not find a broader image-processing pipeline here for responsive presets, aggressive recompression, or automatic cross-format conversion beyond the generated thumbnail variants, so this page reflects the current implementation rather than the earlier generic marketing claims.

Need lighter image previews across the admin UI?

Use the thumbnail pipeline to generate reusable preview images for media selection and product workflows.