Image tools
Image Tools
Everything you need to resize, convert and clean up images — running entirely on your device, so the photos never leave your browser.
Image work is where privacy matters most: photos carry faces, locations and metadata you may not want on someone else’s server. Every tool in this hub processes pictures with the browser’s own canvas and codecs, so a file you drop in is read into memory, transformed and handed straight back as a download. Nothing is uploaded, which also means there are no file-size queues or account walls.
The set spans three jobs people usually think of separately. Format conversion moves between HEIC, JPG, PNG, WebP, SVG and PDF. Editing covers cropping, scaling, batch-resizing and favicon generation. And a few developer-leaning helpers — EXIF stripping, colour-palette extraction and Base64/SVG encoding — sit here too because they start from an image.
What you can do here
-
Prepare photos for the web
Convert HEIC or oversized camera images to JPG or WebP, batch-resize them to a target width, and strip EXIF location data before publishing or emailing.
-
Move between images and PDF
Turn a stack of JPG or PNG pages into one PDF, or split a PDF back out into per-page images when you need pictures instead of a document.
-
Build assets for a site or app
Generate a multi-size favicon package, extract a colour palette from a reference image, or inline a small graphic as a Base64 or SVG string.
Image Tools in this hub
14 tools — each opens instantly and processes files on your device. Every tool has an in-depth guide.
-
Crop Image
Crop and trim image coordinates interactively with aspect ratio controls.
-
Favicon Generator
Convert custom logo graphics into optimized web standard multi-resolution favicons.
-
Scale Image
Scale up your images to 1.5x, 2x, or 3x using high-quality Lanczos-3 interpolation locally.
-
PDF to PNG
Render each PDF page as a PNG and download all pages in one ZIP.
-
PDF to JPG
Render each PDF page as a JPG image and download all pages in one ZIP.
-
Images to PDF
Combine multiple images into a clean PDF, one image per page.
-
Image to WebP
Convert JPEG, PNG, or WebP images to high-compression WebP format locally.
-
Bulk Image Resizer
Resize multiple images in bulk by percentage, width, or height and download as a ZIP.
-
Image Color Picker & Eyedropper
Extract exact color codes from your images using an interactive picker or native Eyedropper.
-
EXIF Viewer / Remover
Read and remove EXIF camera metadata from JPEG, JPG, and PNG images for privacy.
-
HEIC to JPG / PNG
Convert Apple HEIC photos to standard JPEG or PNG images in browser memory.
-
Image to Base64
Convert PNG, JPG, WebP, and GIF images to raw Base64 strings or Data URIs.
-
Base64 to Image
Decode raw Base64 or Data URIs to PNG, JPG, WebP, or GIF image files.
-
SVG to PNG / JPG
Convert SVG vector graphics to high-res PNG or JPG raster images.
Frequently asked questions
Are my images uploaded when I use these tools?
No. Each image tool decodes and re-encodes files with your browser’s built-in canvas and image support, so the pictures stay on your device and are never sent to a conversion server.
Can I convert several images at once?
Several tools are batch-friendly — bulk resize and the HEIC and WebP converters accept multiple files and hand back a ZIP so you can process a whole folder in one pass.
Do these tools remove photo metadata?
The EXIF utility exists specifically to strip embedded metadata such as GPS coordinates and camera details, and re-encoding an image in the other tools generally drops that metadata as a side effect.