Sorry we just realized in addition to the 2 second timeout, there is actually a maximum size. Preview won't show if the image size is larger than 4096 x 4096. In that case it will show the too large size then the error message, like:
6000x5000, Too large for preview.
If the 2 second preview timeout was reached the error is just:
Too large for preview.
In 4.2.09 if the preview is too large or times out, it won't try again and a Reset
button will be shown. This allows you to use the export UI without a 2 second pause for every change. If Reset
is clicked, the preview is tried again with a 20 second timeout, so you can see a preview even if it takes up to 20 seconds.
We also added a --preview-timeout
command line parameter, so you can set your own timeout in milliseconds, eg for 60 seconds:
Spine --preview-timeout 60000