Skip to main content
bartonlew
Legend
January 26, 2019
Answered

File>Export>Export As: Quality vs. Scale

  • January 26, 2019
  • 3 replies
  • 1382 views

I am trying to arrive at a rational strategy for outputting my images to jpg's which can then be batch processed to yield files of more or less uniform size.  I understand that different client or other sharing needs will necessitate the custom sizing of files on a case by case basis, but it still seems like I need to have a unified strategy for the initial output of my images.

Therefore, I arrived at the following solution:  Output the files to large jpgs which can then be batch processed to smaller ones depending on the needs of a particular project.  For example, if a photo contest wants all my files at 1860 pixels on the long side, and files under 1 mb, I can create a Batch process that will give me more or less uniform sized files for that project.

To that end, my question is, does this seem reasonable?  What are others' practices?  And specifically, so the title of my post is not completely irrelevant, what does "Quality" refer to precisely in the Export>Export As feature?  I know that Scale refers to the size of the Image in pixels (making the image bigger or smaller in terms of pixel size) but what is affected by Quality?  I see that the file size changes when I change Quality but not the image size.  What exactly is being changed in the image to  make it smaller or bigger?

Thanks,

Barton

This topic has been closed for replies.
Correct answer Test Screen Name

You need to know that JPEG is “lossy”.  It compresses by throwing away precision in colour but not pixels (slight oversimplification).

”Quality@ sets how aggressively this is done. At maximum quality, on an ordinary photo, you’d find it very hard to see the effect. On minimum quality it will be very messy. It may also be 100 times smaller.

Tips: 1. for a given type of photo you need to experiment to find the compromise point between size and quality. It’s always different.

2. Each time you open and decompress a a JPEG you damage it more. So never save only a JPEG after editing. Keep a PSD. Edit that. The JPEG is only the deliverable.

Yiu workflow low seems to describe double processing JPEG. This is considered very bad practice.

3 replies

Bojan Živković11378569
Community Expert
Community Expert
January 26, 2019

Here are my $0.02. Image Quality refers to how accurate image will be saved compared to original. When you want smaller file size that is costly. Depend on file format and chosen options, image will loose quality and won't be exactly the same as original. Usually those changes are not even noticeable on first look, what depends on compression and settings.

Test Screen NameCorrect answer
Legend
January 26, 2019

You need to know that JPEG is “lossy”.  It compresses by throwing away precision in colour but not pixels (slight oversimplification).

”Quality@ sets how aggressively this is done. At maximum quality, on an ordinary photo, you’d find it very hard to see the effect. On minimum quality it will be very messy. It may also be 100 times smaller.

Tips: 1. for a given type of photo you need to experiment to find the compromise point between size and quality. It’s always different.

2. Each time you open and decompress a a JPEG you damage it more. So never save only a JPEG after editing. Keep a PSD. Edit that. The JPEG is only the deliverable.

Yiu workflow low seems to describe double processing JPEG. This is considered very bad practice.

Daniel E Lane
Inspiring
January 26, 2019

Personally, I only save the RAW files and the PSD's from processing. I don't save any jpegs. I only spit out jpegs upon request. Many times, the magazines I shoot for don't want Jpegs, they prefer a tiff file. So why bother with a jpeg that I may never use.

bartonlew
bartonlewAuthor
Legend
January 26, 2019

Most interesting and helpful.  Thank you.