FreNiMi Tools

Image guide

How to reduce image size without ruining quality

Smaller image files do not come from one universal quality slider. Start with the dimensions the image actually needs, choose a format suited to its content, and inspect the final output at the size people will see.

Updated August 14, 2026 8 minute read FreNiMi LLC
Short answer

Resize an image to the largest dimensions required by its destination, select a format that fits the content, lower quality gradually, and compare the result at normal viewing size and at higher zoom. Keep an untouched original because conversion, resizing, and lossy compression can discard information.

Begin with pixel dimensions

A 6000-pixel-wide photograph is unnecessary when the final page displays it at 1200 pixels. The browser may visually scale the image down, but visitors can still download the full source file. Resizing removes pixels that the intended presentation does not use and can reduce file size before any aggressive compression is necessary.

Choose dimensions based on the largest real display context, including high-density screens where appropriate. Avoid repeatedly resizing the same derivative. Return to the original when you need another output size so rounding and encoding artifacts do not accumulate.

Match the format to the content

JPEG is widely supported and efficient for photographs and other continuous-tone imagery. It is lossy and does not support transparency. PNG supports lossless storage and transparency, making it useful for screenshots, diagrams, logos, and interface images with sharp edges, although photograph-like PNG files can be large.

WebP supports lossy and lossless modes plus transparency. It often provides a useful web-delivery option, but compatibility requirements and the tools used by recipients still matter. Format selection should follow the content and destination, not a claim that one format is always best.

Transparency needs a decision

Converting a transparent PNG or WebP to JPEG removes the alpha channel. Choose the background color deliberately; otherwise transparent areas may become an unexpected color.

Adjust quality with a real preview

Lossy quality values are encoder controls, not universal percentages of visual fidelity. A setting of 75 in one encoder is not guaranteed to match 75 in another. Detailed textures, gradients, fine text, and high-contrast edges respond differently.

Lower quality in small steps and inspect faces, text, diagonals, gradients, and shadow detail. Compare at the normal presentation size first, then zoom in to catch obvious blocking, ringing, color banding, or smearing. The smallest file is not a success if it damages information the audience needs.

Treat screenshots differently from photographs

Screenshots often contain small text, flat colors, and hard edges. JPEG artifacts around those edges can make interface labels and code difficult to read. PNG or lossless WebP is often more suitable. If the screenshot contains a large photograph inside the interface, compare formats rather than relying on a rule.

Crop unnecessary browser chrome or empty space before resizing, but preserve the context required to understand the image. For documentation, confirm that text remains legible on a mobile-width screen.

Review metadata and color

Camera and editing software may add metadata such as timestamps, device information, descriptive fields, copyright information, and sometimes location data. Decide what should remain before publishing. Removing metadata can improve privacy and reduce some overhead, but it usually will not transform the size of a very large photograph.

Color profiles can affect how an image appears across applications. A browser conversion may normalize or omit some metadata. If color accuracy is important for print, medical, scientific, legal, or brand work, use a color-managed professional workflow and verify the output in the target environment.

A repeatable optimization workflow

Keep the original

Make derivatives from an untouched source rather than repeatedly recompressing one file.

Resize first

Set dimensions for the largest intended display context.

Choose the format

Use image content, transparency, compatibility, and destination requirements.

Compare outputs

Inspect readability and artifacts, then record the dimensions, format, and quality used.

For a website, test both the visual result and loading behavior. Use explicit width and height attributes to reduce layout movement, write useful alternative text when the image conveys information, and avoid placing essential text only inside an image.

Frequently asked questions

Should I resize or compress an image first?

Resize to the maximum dimensions actually needed, then choose the output format and quality. Removing unnecessary pixels before compression usually gives the encoder less data to store.

Why does a screenshot look blurry as a JPG?

JPEG compression is designed for continuous-tone photographs and can create visible artifacts around sharp text and interface edges. PNG or lossless WebP is often a better choice for screenshots.

Does converting PNG to JPG preserve transparency?

No. JPEG does not support an alpha transparency channel. Transparent areas must be flattened against a chosen background color.

Can image metadata reveal private information?

It can. Camera files may include device details, timestamps, software fields, and sometimes location data. Check metadata requirements before publishing or sharing an image.

Primary references