Skip to main content
kakyan
Participating Frequently
January 27, 2018
Answered

image preview -- reduce image placement time

  • January 27, 2018
  • 1 reply
  • 549 views

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.

This topic has been closed for replies.
Correct answer Laubender

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

1 reply

LaubenderCommunity ExpertCorrect answer
Community Expert
January 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

Community Expert
January 27, 2018