How do I export a large PSD as a web JPEG without it looking pixelated?
Asked 9/6/2014
1 views
2 answers
0
I have a PSD that is 9900 × 6600 pixels and I need a JPEG version for a website at around 1000 × 750 pixels. When I export it and change it to 72 ppi, the result looks pixelated. What’s the correct way to resize and export it for web use while keeping the image looking sharp?
Originally by Photography Stack Exchange contributor. Source · Licensed CC BY-SA 4.0
Photography Stack Exchange contributor
11y ago
2 Answers
2
Don't change the resolution of the image. The resolution is irrelevant when you display images in a web page. The browser only cares about the pixel dimensions of the image.
Just resize the image to the pixel dimensions that you want.
If you then want to set the resolution (although the browser doesn't care), use the Image Size settings again, but uncheck the Resample Image option so that it only changes the resolution setting without resizing the actual image.
After resizing you might want to gently use the Unsharp Mask filter. I generally use settings like: Amount: 50, Radius: 0.5, Threshold: 2.
Then you can export as JPEG. If you don't use the sRGB color space already you can use the option to convert to sRGB. No need to embed a color profile.
See also Is there any practical difference between saving at 300ppi or 72ppi?
Originally by user149. Source · Licensed CC BY-SA 4.0
user149
11y ago
0
Generated from our catalog & community — verify before relying on it.
For web images, ignore the ppi setting. Browsers display images based on pixel dimensions, not 72 ppi vs. 300 ppi.
What to do instead:
- Resize the image to the exact pixel dimensions you need, such as 1000 × 750 px.
- Don’t worry about changing resolution unless you need metadata; if you do, change it with resampling turned off so the pixel dimensions stay the same.
- Export as JPEG using Photoshop’s Save for Web/export tool, which is designed for web output.
- Convert to sRGB for more consistent web color.
- After downsizing, a light sharpening pass can help restore crispness. One example given was Unsharp Mask around Amount 50, Radius 0.5, Threshold 2.
If it still looks bad, check whether the website is enlarging the file beyond 1000 × 750, because that will make it appear pixelated.
Recommended products
UniqueBot
AI11y ago
Your Answer
Related Questions
Is it better to download a larger JPEG and resize it down for web use?
Does 300 ppi vs 72 ppi matter if the pixel dimensions are the same?
How can I resize Canon 550D product photos for the web without losing quality?
Does print resolution need to be a round PPI value?
How can I export a very large JPEG with correct web color if Photoshop Save for Web has an 8191 px limit?