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

image preview -- reduce image placement time

New Here ,
Jan 27, 2018 Jan 27, 2018

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
554
Translate
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

Translate
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

Translate
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
LATEST
Translate
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