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

image preview -- reduce image placement time

New Here ,
Jan 27, 2018 Jan 27, 2018

Copy link to clipboard

Copied

When I place the images via script its taking time for image preview generation.

How to turn off preview generation.  Is this possible to generate the image preview using image meta data.

TOPICS
Scripting

Views

380

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

Community Expert , Jan 27, 2018 Jan 27, 2018

Hi,

look into:

app.displayPerformancePreferences.defaultDisplaySettings = ViewDisplaySettings.OPTIMIZED

( also other parameters )

app.displaySettings.raster = TagRaster.GRAY_OUT

app.displaySettings.transparency = TagTransparency.OFF

app.displaySettings.vector = TagVector.GRAY_OUT

That should postpone preview generation while placing images.

Make also sure that the view is set to Normal and not Overprint Preview.

You'll find that in the layoutWindow properties.

Regards,
Uwe

Votes

Translate

Translate
Community Expert ,
Jan 27, 2018 Jan 27, 2018

Copy link to clipboard

Copied

Hi,

look into:

app.displayPerformancePreferences.defaultDisplaySettings = ViewDisplaySettings.OPTIMIZED

( also other parameters )

app.displaySettings.raster = TagRaster.GRAY_OUT

app.displaySettings.transparency = TagTransparency.OFF

app.displaySettings.vector = TagVector.GRAY_OUT

That should postpone preview generation while placing images.

Make also sure that the view is set to Normal and not Overprint Preview.

You'll find that in the layoutWindow properties.

Regards,
Uwe

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 27, 2018 Jan 27, 2018

Copy link to clipboard

Copied

LATEST

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