Initializing... drag & drop files here
Supports: PSD
A .psd is Adobe Photoshop's working file: layers, layer masks, adjustment layers, editable type, smart objects and transparency all kept separate so you can keep editing. JPG is the opposite — one flat, opaque, 8-bit picture that opens in every browser, email client and phone gallery. This guide covers what the conversion actually does to your document, which settings on this page change the result, and the two things people are always surprised by: transparent areas coming back white, and CMYK or 16-bit documents coming back as 8-bit sRGB.
The converter reads the flattened composite that Photoshop stores inside the .psd — the same picture you see on screen with all visible layers merged and blend modes applied. Your uploaded file is never modified, so the original stays editable.
.psd onto the page or click "+ Add Files" to browse. Only .psd is accepted here — a .psb (Large Document Format) file has to be flattened and re-saved as a standard .psd in Photoshop first. You can queue several PSDs and convert them in one batch with the same settings.The Quality Preset is not a vague slider — each rung maps to one fixed JPEG quality value handed to the encoder. Knowing the number makes it easy to match Photoshop's own "Save As JPEG" behaviour.
| Quality Preset | JPEG quality written | Practical use |
|---|---|---|
| Highest | 100 | Print proof or archive master; noticeably larger file for very little visible gain |
| Very High (Recommended) | 95 | Default. Portfolio pieces, client comps, anything you may zoom into |
| High | 90 | Website hero images and marketplace uploads |
| Medium | 80 | Email attachments, forum posts, chat |
| Low | 70 | Contact sheets and quick previews |
| Very Low | 60 | Thumbnails |
| Lowest | 50 | Smallest file; visible blocking on flat colour and text |
If you use Specific file size instead, the converter ignores the preset and searches for the quality (and, with Auto Scale on, the width) that lands closest under your target.
| PSD feature | What you get in the JPG |
|---|---|
| Layers, groups, layer masks | Merged into one composite; structure gone |
| Adjustment layers, blend modes | Baked into the pixels as rendered |
| Editable type and vector shapes | Rasterised to pixels |
| Transparency / alpha channel | Filled with solid white — JPG has no alpha |
| Smart objects | Rendered at their current on-canvas appearance |
| 16-bit or 32-bit documents | Written out as 8-bit |
| CMYK documents | Converted to sRGB |
| Hidden layers | Not drawn (they aren't part of the composite) |
| Photoshop timeline / frame animation | Not exported — a JPG is one frame |
A JPG cannot carry anything that depends on layers, transparency, spot colour or high bit depth, so if the JPG is meant to be an editable deliverable this is the wrong export — keep the .psd as the master and treat the JPG as a final copy. Damaged or partially-written PSDs cannot be read, and a smart object that links to an external asset you did not embed renders only as whatever preview Photoshop last cached into the file. If you need transparency, go to PSD to PNG; if you need the smallest modern web copy, PSD to AVIF is typically well under half the size of the equivalent JPG; if you need a page-sized document rather than an image, use PSD to PDF.
Yes. JPG stores exactly one raster image, so every layer, group, mask, adjustment layer and blend mode is composited down to a single picture. There is no way to recover the layer stack from the JPG afterwards, so keep the original .psd as your editable master. The picture you get back is the composite Photoshop already stores in the file — the same thing you see on the canvas with all visible layers merged.
Because JPG has no alpha channel at all: every pixel must be opaque, so the encoder needs a colour to matte transparency onto. Our pipeline pins that matte to white. We checked this by exporting a PSD whose corners were fully transparent — the corner pixel in the resulting JPG measured exactly RGB 255, 255, 255 rather than the black you get from encoders that leave the matte unset. If the transparency is the point of the file, export to PSD to PNG instead.
Not on a PSD source. The Background Color control is only offered for a handful of alpha-capable source formats (PNG, WebP, GIF, AVIF, HEIC, TIFF, SVG and ICO) converting to JPG, and PSD is not on that list, so no colour picker renders here. The workaround is straightforward: add a filled background layer at the bottom of the PSD in Photoshop, save, then upload — the composite will already have the colour you want behind the artwork.
Both are converted down. A CMYK document is converted to sRGB, and 16-bit or 32-bit documents are written out at 8 bits per channel, because that is what a standard JPG carries. We verified this by putting a 16-bit RGBA PSD and a CMYK PSD through the same path: both came back as 8-bit sRGB JPGs. Saturated CMYK inks that sit outside the sRGB gamut are the ones most likely to look different, so for press work do the colour-mode conversion in Photoshop where you can pick the rendering intent.
Some, yes — JPG is lossy, so it discards data every time it encodes. At the default Very High preset (quality 95) the loss is very hard to see on photographic content. The bigger, irreversible change is structural rather than visual: a layered, possibly 16-bit, possibly CMYK document becomes one flat 8-bit sRGB image. Re-saving that JPG repeatedly compounds the loss, so always go back to the .psd when you need another export.
Yes — that is the entire point of this page. You do not need Photoshop, a Creative Cloud subscription, or any desktop software; the .psd is uploaded, flattened and re-encoded on our servers and the JPG comes straight back. The one thing worth doing on the Photoshop side, if you still have access to it, is ticking "Maximize Compatibility" when you save, so the composite stored inside the file is guaranteed to match the artwork.
.jpg or .jpeg extension?Under Advanced Options there is a File extension group offering both JPEG and JPG, with neither pre-selected — the bytes are identical either way, only the filename differs. .jpg is the safer default because it survives every legacy tool and DOS-era 8.3 filename convention. Pick .jpeg only when a specific upload form, CMS or validator insists on it. There is a dedicated PSD to JPEG page if you would rather start from that side.
The practical ceiling is upload size and time rather than anything on this page. A standard .psd is itself limited to roughly 30,000 pixels on a side; artwork beyond that has to be saved as .psb, which this page does not accept — flatten and re-save it as a .psd first. Your file is uploaded over an encrypted connection, converted on our servers, and deleted automatically after a few hours — no sign-up, no watermark, never shared or made public.
Choose JPG for photographs and finished flat artwork that has to open literally everywhere with no fallback. Choose PNG when you need a real alpha channel or crisp edges on logos, screenshots and text — note that on the PNG page only the Highest preset is true-colour lossless, the others run a palette quantiser. Choose AVIF when the target is a modern website and you can afford a <picture> fallback: it keeps transparency, and it reaches about 95% of browsers according to caniuse.com.