Sitemap Sitemap  |  Contact Us Contact Us  |  Clients Clients
   
  Home |  Downloads |  HareScript |  Websites/CMS |  Applications
Search for:  in: 
Graphics
 

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.


<< Back to overview
 
Top To top of page