Photo Editor vs Graphics App vs Batch
Last reviewed 2026-04-27. Open the photo editor for in-browser editing without uploading the source.
Photo editor - one image, many adjustments
Photo editors are the right tool when you have a single image and need to change it. Crop, rotate, adjust exposure, fix colors, remove a blemish, sharpen, blur. Tools in this category include the browser photo editor, Photoshop, Affinity Photo, GIMP, and Pixelmator.
The user pattern: open one image, make adjustments while watching the preview, save when satisfied. Iteration cost is low - try a setting, see the result, undo if wrong. Wrong tool when you have 50 photos that need the same adjustment.
Graphics app - design from scratch
Graphics apps create images that did not exist before. A logo, a banner, a slide, an icon, a multi-layer composition. Tools in this category include Figma, Sketch, Illustrator, Affinity Designer, Canva, and Inkscape.
The user pattern: start with a blank canvas, place shapes and text, refine until the design works. Iteration cost is moderate - layers and vectors let you change anything later, but the file is its own format and rendering to a final image is a separate export step. Wrong tool when you just need to crop one photo.
Batch processor - many files, one operation
Batch processors apply the same operation to a list of files. Resize 200 photos to 1200 px wide. Convert a folder of HEIC to JPG. Compress every PDF in a directory. Tools in this category include compress image in batch mode, HEIC to JPG, ImageMagick's mogrify, XnConvert, and Adobe Bridge.
The user pattern: define one transformation precisely, point it at many files, walk away while it runs. Iteration cost is high if you get the transformation wrong - you re-process the whole batch. The trade is that the per-image time is near zero.
Common mistakes
- Using Photoshop to resize 200 photos one by one. The graphics app can handle one image elegantly; doing 200 is what a batch tool exists for.
- Using a batch tool for one image. Setting up the transformation costs more than just opening the photo editor.
- Using a photo editor to design a logo. Photo editors think in pixels; logos need vectors so they scale. The output of a photo-edited logo is permanently fixed at one size.
- Using a graphics app to retouch a photo. Graphics apps treat the photo as one layer in a larger composition. The retouching tools are usually weaker than a dedicated photo editor's.
The decision
Three questions: How many files? How much creative authoring? Does the result need to scale to multiple sizes? One-file fix work → photo editor. Many-file uniform work → batch processor. Designing something new → graphics app. Mix the categories freely - export from a graphics app, batch-resize for delivery, do final touch-ups in a photo editor.
For more on each category see the photo editor, the image converter tools hub, or the image tools hub.
Why trust these tools
- Ten-plus years of web tooling. The freetoolonline editorial team has shipped browser-based utilities since 2015. The goal has never changed: get you to a working output fast, without an install.
- Truly in-browser - no upload. Every file-processing tool on this site runs in your browser through modern Web APIs (File, FileReader, Canvas, Web Audio, WebGL, Web Workers). Your photo, PDF, audio, or text never leaves your device.
- No tracking during tool use. Analytics ends at the page view. The actual input you paste, drop, or capture is never sent to any server and never written to any log.
- Open-source core components. The processing engines underneath (libheif, libde265, pdf-lib, terser, clean-css, ffmpeg.wasm, and others) are public and audit-able. We link to each one in its tool page's footer.
- Free, with or without ads. All tools are fully functional without sign-up. The Disable Ads button in the header is always available if you need a distraction-free run.