jmeaster30 / SharperImage

An image encoder/decoder/processor
MIT License
1 stars 0 forks source link

SharperImage.Viewer is slow when resizing #4

Open jmeaster30 opened 11 months ago

jmeaster30 commented 11 months ago

The draw call on the DrawingArea is triggered a lot when resizing the window. This causes the entire image to be redrawn.

Need to either limit the calls to the draw function or debounce the drawing so it doesn't get drawn on every call.