• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Limit File Size on Save

Contributor ,
Jan 18, 2023 Jan 18, 2023

Copy link to clipboard

Copied

I'm an Adobe Stock contributor.  File size is limited to 50MB.  I have an action to do some minor tweaks to saved PSD files, convert from Adobe RGB to sRGB, and save the JPG file in a folder to upload.

 

I can't find a way to tell PS to limit the size of the JPG to 49MB (or even tell what size the JPG file will be before saving it).  So I have to "trial and error" by resizing the PSD, save as JPG, see what size it is, still too big, delete JPG, rezise PSD smaller, save as JPG, see what size it is...

 

There are a couple of suggestions on this.  One using Export suggests reducing the quality until the JPG size is correct.  But file sizes are different for every image, so my action wouldn't work.  The other suggests opening the files in ACR and exporting from there, but I can't see how to open PSD's in Bridge.

 

Please help!  Thanks.

TOPICS
Actions and scripting , Windows

Views

1.1K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Guide , Jan 18, 2023 Jan 18, 2023

ACR can open tif, and you can convert psd to this format without loss. I use this trick often.

 

Unfortunately, Photoshop is not very efficient in the tasks of fine-tuning file conversion parameters (when you move the quality slider, several parameters actually change that affect the file size). It is possible to automate the task of estimating the file size with a script, however this will not work quickly.

 

You can try Image Magik, there is a convert command, which, among other parameters, ca

...

Votes

Translate

Translate
Adobe
Community Expert ,
Jan 18, 2023 Jan 18, 2023

Copy link to clipboard

Copied

What quality level do you save your jpegs at? And what pixel size (and is there a particular minimum pixel size that you want to maintain) ?

 

There's usually no point in using Quality 12. Jpeg compression is always destructive, there is no such thing as "maximum quality" with jpeg.

 

Given that, you may as well get some payoff. Go down to 8 or 9, where you can really save some MBs, while still probably not getting any immediately visible degradation.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Jan 18, 2023 Jan 18, 2023

Copy link to clipboard

Copied

Adobe Stock is very picky about compression artifacts in submitted images - as they should be.  Besides, I need to be able to limit the JPG file size no matter the size of the original file.  I have files taken with several cameras, from a 20MP to 60MP.  I certainly don't want to compress the small original files.  Even files with the A7r IV vary wildly in size depending on the complexity of the image.  So I need a way to leave small files alone but reduce large files.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 18, 2023 Jan 18, 2023

Copy link to clipboard

Copied

quote

Adobe Stock is very picky about compression artifacts in submitted images


By @scottbu

 

Well, my point was just that there will always be compression artifacts in any jpeg. If they allow jpeg at all, they must allow some compression artifacts. It's just a question of how much.

 

Not familiar with Adobe Stock policies beyond that.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guide ,
Jan 18, 2023 Jan 18, 2023

Copy link to clipboard

Copied

ACR can open tif, and you can convert psd to this format without loss. I use this trick often.

 

Unfortunately, Photoshop is not very efficient in the tasks of fine-tuning file conversion parameters (when you move the quality slider, several parameters actually change that affect the file size). It is possible to automate the task of estimating the file size with a script, however this will not work quickly.

 

You can try Image Magik, there is a convert command, which, among other parameters, can limit the file size:

 

convert dsc_6371.psd -define jpeg:extent=51200kb dsc_6371.jpg

 

You can automate the conversion of entire directories - I think you can find in web scripts examples for Windows.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Jan 18, 2023 Jan 18, 2023

Copy link to clipboard

Copied

Converting to TIFF and opening in ACR works.  I've run a few through this process and the resulting JPG looks identical to the larger-than-acceptable JPG file at 400%.  Thanks for the tip!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 18, 2023 Jan 18, 2023

Copy link to clipboard

Copied

For completeness, Export > Save for Web (Legacy) includes an optimisation feature:

 

opt-s4w.png

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guide ,
Jan 18, 2023 Jan 18, 2023

Copy link to clipboard

Copied

I remember that this option was, but could not find it 🤦

Does it work when recording in action?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 18, 2023 Jan 18, 2023

Copy link to clipboard

Copied

I don't recall it working with an action or ScriptingListener...

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Jan 18, 2023 Jan 18, 2023

Copy link to clipboard

Copied

LATEST

In action this feature is not recorded. Recently faced the need to automate conservation with limited size.

The answer was found here in one of the branches of the community, there was a script in which you can choose the desired file size.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 18, 2023 Jan 18, 2023

Copy link to clipboard

Copied

quote

So I have to "trial and error" by resizing the PSD, save as JPG, see what size it is, still too big, delete JPG, rezise PSD smaller, save as JPG, see what size it is...


By @scottbu

 

These steps could all be scripted!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 18, 2023 Jan 18, 2023

Copy link to clipboard

Copied

One more to add 🙂

If you use Lightroom, you can specify the maximum file size on Export

 

Dave

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines