📐 Resize Image in MM
Resize any image to exact millimetre dimensions online. Set width and height in MM, choose DPI, and download. All processing happens in your browser.
Drop your image here or click to upload
JPG, PNG, WebP supported · Set dimensions in millimetres
About This Resize Image in MM Tool
A resize image in MM tool converts any JPG, PNG or WebP image to exact millimetre dimensions by converting your MM measurements to pixels using the formula pixels = Math.round(mm × DPI ÷ 25.4), then resizing the image using the HTML5 Canvas API. It is used by print designers, passport photo preparers and document production specialists who work in physical measurement units.
Resizing an image in millimetres requires the additional step of knowing the DPI (dots per inch) at which the image will be printed or displayed. DPI is the bridge between physical measurements and pixel counts — an image sized at 50mm × 50mm at 300 DPI contains very different pixel dimensions than the same physical size at 96 DPI. This resize image in MM tool makes that conversion visible through the pixel preview that updates as you type, so you can verify the output before processing.
The key difference between resizing in MM versus CM is the conversion constant: MM uses 25.4 (millimetres per inch), while CM uses 2.54 (centimetres per inch). For most print preparation work, millimetres are the more precise unit — a passport photo specified as 35mm × 45mm is exactly that, with no ambiguity about rounding that can arise when expressing the same dimension as 3.5cm × 4.5cm in decimal form.
All processing uses the HTML5 Canvas API running entirely in your browser. No file is uploaded to any server. Your images remain on your device throughout the resize image in MM process.
How to Resize an Image in Millimetres
How It Works
- Upload your JPG, PNG or WebP image using the upload area above or drag and drop it into the zone
- Enter your target width and height in millimetres and select the DPI (default 96 for screen, 300 for print)
- The pixel preview updates as you type — confirming the exact output dimensions before processing
- Click Resize — the tool converts MM to pixels then resizes the image using Canvas
- Download your resized image using the Download button once processing completes
Output format matches input type: PNG files produce PNG output at lossless quality; JPEG and WebP files produce JPEG output at 85% quality. This preserves transparency in PNG graphics and maintains sharp edges in logos and flat-colour artwork. The result card shows the achieved pixel dimensions for confirmation alongside the output file size.
For images where both physical dimensions and file size matter — such as passport photos that must be under 30KB at exactly 35mm × 45mm — use this tool first to resize to the correct MM dimensions, then use the Resize to 30KB tool to hit the file size target. Handling dimensions and file size in two separate steps gives more precise control than trying to achieve both in one pass.
Who Needs to Resize Images in Millimetres
Working in millimetres is standard in several professional and document production contexts. These are the main use cases for a resize image in MM tool:
- Print designers preparing brochures and flyers — commercial print work is specced and delivered in millimetres; A4 (210 × 297mm), A5 (148 × 210mm) and DL (99 × 210mm) are common brochure dimensions, and image assets must match these specifications exactly at 300 DPI to avoid scaling artefacts in the final printed piece
- Passport and ID photo preparation — international passport photos are specified in millimetres (35 × 45mm is the most common standard), and many countries specify additional ID photo formats in MM; this tool converts those dimensions to the correct pixel dimensions for digital upload or digital print preparation
- Technical document and form image sizing — Word documents, PDF templates and technical reports often have image placeholder dimensions in millimetres matching the document grid; preparing images at the exact MM size prevents Word and InDesign from applying additional resampling when placing assets
- Label and packaging designers — product labels, barcode areas, regulatory icons and cut-mark zones on packaging are all specced in millimetres; image assets placed within these areas must be prepared at matching MM dimensions at the specified print DPI to avoid repositioning during final print file assembly
Explore all our Image Tools for resizing, compressing, converting and cropping images.
Frequently Asked Questions
How do I resize an image in millimetres?
Upload your image, enter the target width and height in millimetres, select your DPI, and click Resize. The tool converts your MM dimensions to pixels using the formula pixels = Math.round(mm × DPI ÷ 25.4), then uses the HTML5 Canvas API to resize the image to exactly those pixel dimensions. Download the result once processing completes. All processing happens in your browser.
How do you convert pixels to millimetres?
To convert pixels to millimetres: mm = pixels × 25.4 ÷ DPI. For example, 300 pixels at 96 DPI = 300 × 25.4 ÷ 96 = 79.4mm. Conversely, millimetres to pixels: pixels = mm × DPI ÷ 25.4. For 50mm at 300 DPI = 50 × 300 ÷ 25.4 = 591 pixels. DPI is the key variable — the same number of pixels represents a different physical size at different DPI values.
What DPI should I use for print images in MM?
For professional print quality, use 300 DPI — the standard for commercial print houses, photo labs and packaging. For medium quality on office laser printers, 150 DPI is sufficient. For screen display, 96 DPI matches standard monitor resolution. 72 DPI suits legacy web and older screen uses. When resizing in MM for a print job, always match the DPI requirement your print provider specifies to avoid scaling corrections at their end.
How do I resize a passport photo to exact millimetres?
Enter the required passport photo dimensions — standard international format is 35mm × 45mm, though some countries use different sizes. Select 300 DPI for print quality, which converts to 413 × 531 pixels. Click Resize to generate the correctly sized image. The result card shows the achieved pixel dimensions so you can verify before printing or uploading to an application portal.
What is the relationship between millimetres, pixels and DPI?
Pixels are screen units with no inherent physical size. DPI is the bridge between physical measurements and pixel counts. The conversion is: pixels = mm × DPI ÷ 25.4 (since there are 25.4mm in one inch). An image of 100mm × 100mm at 300 DPI = 1181 × 1181 pixels. The same 100mm × 100mm at 96 DPI = 378 × 378 pixels. Changing DPI changes the pixel count required to represent a given physical size.
How do I resize an image to exact millimetres for printing?
Enter the exact width and height in millimetres and select the DPI matching your print job — 300 DPI for professional print, 150 DPI for standard office print. The pixel preview confirms the output dimensions before you click Resize. Download and send the resized image to your printer. For consistent sizing, always specify DPI to your print provider and match it here during image preparation.
What is the best image format after resizing in millimetres?
For photographic content, JPEG is the best format after resizing in MM — it balances file size and quality well for most print uses. PNG is better for images with text, line art, logos or transparency, since lossless compression preserves sharp edges. This tool automatically outputs PNG for PNG input and JPEG for JPEG or WebP input, matching the format to the content type without requiring a manual choice.