How to Convert PSD to JPG (Free Methods)
Learn how to convert Photoshop PSD files to JPG for free. Covers online tools, free software, and built-in methods.
PSD files are Adobe Photoshop's native format. They preserve layers, masks, and editing data, but most applications cannot open them. Converting to JPG gives you a universal image format that works everywhere.
Method 1: Photopea (Free, Online)
Photopea is a free browser-based editor that opens PSD files:
- Go to photopea.com
- Open your PSD file (File > Open or drag and drop)
- Go to File > Export As > JPG
- Adjust quality and click Save
No installation or account required.
Method 2: GIMP (Free, Desktop)
- Download GIMP from gimp.org
- Open the PSD file (File > Open)
- Flatten the image if needed (Image > Flatten Image)
- Export as JPG: File > Export As and choose JPEG format
- Adjust quality settings and click Export
Method 3: Online Converters
For quick conversions without editing:
- CloudConvert — Upload PSD, download JPG
- Convertio — Simple drag-and-drop conversion
- Zamzar — Email delivery option available
Method 4: Preview (Mac)
macOS Preview can open some PSD files:
- Right-click the PSD file and open with Preview
- Go to File > Export
- Select JPEG from the format dropdown
- Click Save
Note: Preview flattens all layers and may not render complex PSDs correctly.
Tips
- JPG uses lossy compression — set quality to 80-90% for a good balance of quality and file size
- Flatten layers before exporting to ensure the image looks correct
- For images with transparency, use PNG instead of JPG (JPG does not support transparency)
- After converting, you can upload the JPG to Linkyhost to share it with a link
Common Mistakes to Avoid
Not flattening layers before export. If your PSD has multiple layers with different blend modes, masks, or adjustment layers, exporting without flattening first may produce an unexpected result. Flatten the image (Image > Flatten Image in GIMP or Photopea) to merge everything into a single layer before exporting to JPG.
Setting JPG quality too low. JPG compression is lossy — lower quality means smaller files but visible artifacts, especially around text and sharp edges. A quality setting of 80-90% provides a good balance. Below 60%, artifacts become very noticeable.
Exporting transparent areas. JPG does not support transparency. If your PSD has a transparent background, the transparent areas will be filled with white (or whatever the default background color is). If you need transparency, use PNG instead.
Not checking the color mode. PSDs designed for print use CMYK color mode. JPG files should use RGB. If you export a CMYK PSD to JPG without converting to RGB first, the colors will appear muted on screens. Convert to RGB mode before exporting.
PSD to JPG vs PSD to PNG
| Feature | JPG | PNG |
|---|---|---|
| Transparency | No | Yes |
| Compression | Lossy | Lossless |
| File size | Smaller | Larger |
| Best for photos | Yes | Overkill |
| Best for graphics/logos | No (artifacts) | Yes |
| Color depth | 24-bit | Up to 48-bit |
Choose JPG when you are exporting photographs, backgrounds, or images where small quality loss is acceptable for a much smaller file size. Choose PNG when you need transparency or when the image contains sharp edges, text, or line art.
Batch Conversion Options
If you have multiple PSD files to convert:
- XnConvert — Free desktop app for batch image conversion. Supports PSD to JPG with quality settings.
- ImageMagick (command line) — Run
convert input.psd -quality 85 output.jpgfor each file. Script a loop for batch processing. - Photopea — Open files one at a time and export. No batch feature, but fast for small batches.
- GIMP Script-Fu — Write a script to process a folder of PSD files automatically.
Sharing Your Converted Images
After converting PSD files to JPG, share them easily by uploading to Linkyhost. You get a direct link to each image that works on any device. This is useful for sharing design assets, product photos, and portfolio images with clients who do not have Photoshop.
For sharing multiple images at once, package them into a ZIP file and upload. Recipients can use the Unzip Online tool to browse and download individual files.
Frequently Asked Questions
Does converting PSD to JPG lose quality?
Yes, to a small degree. JPG uses lossy compression, which means some image data is discarded to reduce file size. At quality settings of 80-90%, the loss is generally imperceptible to the human eye. For critical work where pixel-perfect quality matters, use PNG instead.
Can I convert a multi-layer PSD to JPG while keeping layers separate?
Not in a single JPG — the format only supports one flat image. To save each layer as a separate JPG, hide all other layers, export the visible layer, then repeat for each layer. Photopea supports batch layer export via File > Export Layers, which automates this process.
What is the maximum resolution for a JPG file?
The JPG format supports images up to 65,535 x 65,535 pixels. In practice, you rarely need images larger than 4000 pixels on the longest side for web use. For print, follow the DPI requirements of your print provider (typically 300 DPI at the final print size).