Image work gets confusing when every problem is called optimization. A file might be too large, the wrong shape, sideways, in the wrong format, or simply not ready for the place it will appear.
The Media tools hub is easier when you name the first problem before touching the file.
Convert format when the destination requires it
Use Image convert when the file needs to become WebP, JPEG, or PNG, or when you also want light enhancement and EXIF cleanup. Format is usually the first question when a CMS, email template, or upload form rejects an asset.
Fix dimensions before compression
Use Image resize when the image only needs a max width or height. Use Image crop when the subject or aspect ratio is wrong.
Do this before file-size optimization. A giant image compressed to a tiny quality setting is still the wrong image if the dimensions do not match the layout.
Rotate or flip when the preview is wrong
Phone photos and scanned pages often carry orientation surprises. Use Image rotate and flip when the preview is sideways or mirrored before you export the final copy.
Use focused tools for favicons and palettes
A favicon is not just a small screenshot. Use Favicon generator when you need square sizes for browser and device surfaces.
If the image is the source of a brand color, use Image color palette. If the work moves into CSS contrast or theme tokens, switch to the Color hub.
Test scannable assets after export
QR codes and barcodes are image-like, but the important question is whether they scan. Use QR code generator or Barcode generator, export the asset, then test it at the size and contrast you plan to publish.
A simple publish checklist
- Format: does the destination need WebP, JPEG, PNG, SVG, or PDF?
- Dimensions: does the layout need a max width, height, crop, or square output?
- Orientation: is the preview facing the right way?
- Special output: favicon, palette, QR, barcode, or Base64?
- Final check: open the exported file and test the real use case.