My script uses the DrawLib graphics library and it takes a long time to publish, why?
Graphics processing is a CPU intensive procedure and scripts using the DrawLib graphics library will usually take longer to execute than other scripts. To speed up graphics processing you should:
·
Reduce the number of LOAD and SAVE operations.
·
Use a canvas size that is as small as possible.
·
Reduce the number of resize operations.
Use CopyCanvas to create duplicate canvases instead of reloading the image.