Initializing... drag & drop files here
Supports: PSD
This page takes an Adobe Photoshop document and writes a standard baseline JPEG — the format every print shop, submission portal, marketplace and email client accepts without asking questions. It exists alongside our PSD to JPG page because the two spellings cause real confusion: .jpeg and .jpg are the same file format with the same bytes, and the choice is purely about which name a receiving system will accept.
If your PSD is a print-bound comp rather than a web image, this is the page to read: it covers what happens to the document's resolution setting, its embedded colour profile, and a CMYK working space when the file is flattened.
.psd onto the page or click "+ Add Files". Queue as many as you like — they all run with the same settings, which is the fastest way to turn a folder of layered comps into a set of flat deliverables. .psb (Large Document Format) files are not accepted; flatten and re-save one as a .psd first..jpeg, .jpg or .jfif — Which Name to UseAll three hold the same JPEG bitstream. The differences are entirely about naming conventions and what receiving software will accept.
| Extension | Where it came from | Use it when |
|---|---|---|
.jpg |
The three-letter form forced by DOS/Windows 8.3 filenames; became the de-facto default | Almost always — nothing rejects it, and it is what Photoshop's own Save As writes |
.jpeg |
The natural four-letter abbreviation of the committee's name; standard on Unix and macOS | A form, CMS or validator explicitly asks for .jpeg, or a house style mandates it |
.jfif |
Named after the JPEG File Interchange Format container that nearly every JPEG actually uses | Rarely by choice — usually only when a legacy pipeline emits or demands it |
Renaming a file between these three does not re-encode it and does not change one pixel. If a tool rejects your file after a rename, the problem is that tool's extension whitelist, not the image.
| Photoshop document property | In the JPEG |
|---|---|
| Colour mode CMYK | Converted to sRGB |
| Colour mode RGB | Kept as RGB |
| 16-bit or 32-bit per channel | Written at 8 bits per channel |
| Embedded ICC profile | Carried through into the JPEG |
| Image resolution (e.g. 300 ppi) | Carried through — a 300 ppi PSD produces a 300 ppi JPEG |
| Transparency / alpha | Matted onto solid white; JPEG has no alpha channel |
| Spot colour and duotone channels | Rendered into the composite RGB, not preserved as channels |
| Paths, guides, slices | Not written |
| Layers, masks, live type | Flattened into one image |
.jpg" — some portals whitelist only .jpeg. Re-run the conversion with JPEG selected in the File extension group rather than renaming by hand, so the filename and the download match..jpeg and a .jpg file?No. They are the same format, produced by the same encoder, holding identical bytes — only the filename differs. The three-letter .jpg exists because early Microsoft filesystems allowed at most three characters after the dot; .jpeg is the unabbreviated form. Our File extension group offers both with neither pre-selected precisely because the correct answer depends on what is going to open the file, not on any technical property of the image.
Yes. Our conversion does not strip metadata, so an ICC profile embedded in the PSD is written into the resulting JPEG. We confirmed this by putting a profile-tagged PSD through the pipeline and reading the output back: the JPEG carried both an EXIF block and the full ICC profile from the source. That matters for hand-off, because a profile-less JPEG gets assumed to be sRGB by whatever opens it, and an untagged Adobe RGB image will look desaturated.
The pixels are converted to sRGB and the JPEG is written as an 8-bit RGB image. We verified this directly with a CMYK PSD: the output came back tagged sRGB with three channels. That conversion is not reversible, and it is a plain colourspace conversion rather than a soft-proofed one, so if the file is going to a printer you should do the mode change in Photoshop where you control the destination profile and rendering intent. For screen delivery, letting this page handle it is fine.
Yes — the document's resolution setting is written into the JPEG. A PSD set to 300 pixels/inch produces a JPEG that reports 300 × 300 PixelsPerInch, which is what a print shop's preflight check reads. Bear in mind that DPI is only metadata about intended print size: it does not change the pixel count, and raising it after export cannot invent detail. The number that actually determines print quality is the pixel dimensions divided by the physical size you want.
Yes, and it is more reliable than guessing at presets. Choose Specific file size under Image Compression instead of Quality Preset, type the cap in Bytes, Kilobytes or Megabytes, and keep Auto Scale enabled. The converter then searches for a quality value that lands just under your target, and — because Auto Scale is on — it is also allowed to reduce the pixel dimensions when quality alone cannot get there. Turn Auto Scale off if the pixel dimensions must not change.
Yes. Queue them all in one job and they are converted with the same Quality Preset, extension and resolution settings, which is exactly what you want for a consistent set of deliverables. Every file is flattened independently — nothing is merged — so you get one JPEG per PSD. If the comps have different aspect ratios, leave Image resolution on Keep original rather than forcing a preset height, so nothing gets scaled unexpectedly.
JPEG is lossy: it transforms 8×8 pixel blocks and discards the high-frequency detail your eye is least likely to miss. That works beautifully on photographs and badly on hard-edged content — type, UI mockups, logos, screenshots — where it produces ringing around the edges. Raising the preset to Highest reduces it but never eliminates it. For flat-colour artwork and text the right answer is a different format: PSD to PNG is lossless at the Highest preset and keeps edges crisp.
Your file is uploaded over an encrypted connection, flattened and re-encoded on our servers, and deleted automatically after a few hours — no sign-up, no watermark, never shared or made public. The upload itself is the only real size limit you will hit; a standard .psd maxes out around 30,000 pixels on a side and anything larger has to be a .psb, which this page does not accept. If you want a smaller modern web copy of the same artwork afterwards, PSD to AVIF keeps transparency and is typically well under half the size.