Forum Discussion
TheEndless
15 years agoChannel Surfer
Take a look at this thread from last week: viewtopic.php?f=34&t=30944
One of the biggest factors I've found is the size of the image being drawn in a single layer. There's a surprising speed difference between drawing an image that is 600 pixels high vs. an image that's 598 pixels high, so I've found in many cases, you get better refresh rates if you break larger images into multiple layers. kbenson also had some interesting suggestions for using multiple canvases.
One of the biggest factors I've found is the size of the image being drawn in a single layer. There's a surprising speed difference between drawing an image that is 600 pixels high vs. an image that's 598 pixels high, so I've found in many cases, you get better refresh rates if you break larger images into multiple layers. kbenson also had some interesting suggestions for using multiple canvases.