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

change display performance on all pasted images simultaneously

Contributor ,
Aug 11, 2018 Aug 11, 2018

Copy link to clipboard

Copied

I often have to paste in documents of text that have images and i need to be able to globally change the display performance on ALL the images at once. Is this possible? It is tedious to go through a large document and do them one at a time.

Views

1.0K

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

Enthusiast , Aug 12, 2018 Aug 12, 2018

Try these two shortcuts highlighted in red:

shortcuts.jpg

Votes

Translate

Translate
Community Expert ,
Aug 11, 2018 Aug 11, 2018

Copy link to clipboard

Copied

Why not change the display performance of the document?

Also, you should not be pasting images into InDesign. Find a way to save them as files and place them.

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 ,
Aug 11, 2018 Aug 11, 2018

Copy link to clipboard

Copied

This is a manuscript, and when, for instance, doing the interior file for a box set of manuscripts already formatted, the entire thing must be pasted in. That will include all the chapter start graphics and the text-divider graphics. My question concerns how time-consuming and tedious it is to go through a 600 or 800 page manuscript and apply the settings to each graphic one at a time. I was hoping there was a way to globally change all graphics to high quality.

Also, I have the default set to high quality in all documents, but when they are pasted in, they don't follow that rule.

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 ,
Aug 11, 2018 Aug 11, 2018

Copy link to clipboard

Copied

Regardless of the number of images, it is poor form to paste images into InDesign. Get the source images and place them. Is this time consuming? Yup. Is this the right way to do it? Also yup. Perhaps pasted images don’t honour the document display preferences. I wouldn’t know and I’m not interested in finding out.

You might try changing the preferences for display quality. You can tell InDesign to use high resolution for vectors, rasters, and effects for any or all three display options in InDesign > Preferences > Display Performance.

Edit: One more question. What is the effective resolution for the images, or maybe just one? You can check that in the Info pane at the bottom of the Link panel when you select one image.

Screen-Shot-2018-08-11-at-2.53.47-PM.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
Contributor ,
Aug 11, 2018 Aug 11, 2018

Copy link to clipboard

Copied

I'm all for doing things the right way. That, however, isn't the issue, nor part of the question I asked. If you had said, "No, there isn't a way to globally change the display performance of pasted-images" that would have sufficed. It is a feature i believe ought to be available for time-management purposes when dealing with book manuscripts.

I have, AS I SAID, changed the display performance for the whole document. This is, AS I SAID, not addressing the problem. I merely wanted to know if there was a shortcut to globally change the image quality, rather than doing them all one at a time.

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 ,
Aug 12, 2018 Aug 12, 2018

Copy link to clipboard

Copied

It can be easily scripted:

for(var i=0; i < app.activeDocument.allGraphics.length; i++){

    app.activeDocument.allGraphics.localDisplaySetting=DisplaySettingOptions.DEFAULT_VALUE

}

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 ,
Aug 12, 2018 Aug 12, 2018

Copy link to clipboard

Copied

If I'm understanding correctly, sounds like this would do it --

To change the quality of the display for the entire current document, make sure nothing is selected, then choose Display Performance from the View menu.

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 ,
Aug 12, 2018 Aug 12, 2018

Copy link to clipboard

Copied

LATEST

I agree with you, to change the display Performance for all images in the document, from View> Display Performance.

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
Enthusiast ,
Aug 12, 2018 Aug 12, 2018

Copy link to clipboard

Copied

Try these two shortcuts highlighted in red:

shortcuts.jpg

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 ,
Aug 12, 2018 Aug 12, 2018

Copy link to clipboard

Copied

Right, shouldn't need the script. Choose Clear Object-Level Display Settings.

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