lehitoskin / ivy

Ivy, the Taggable Image Viewer
GNU General Public License v3.0
16 stars 3 forks source link

Enhancements for smoother zooming #84

Closed IonoclastBrigham closed 6 years ago

IonoclastBrigham commented 6 years ago

Each canvas in Racket has a backing dc%, which can be used to set a scaling factor, rather than manually resizing the in-memory bitmap object. The result should be faster and smoother, and will set the stage for possibly switching to OpenGL rendering in the future.

lehitoskin commented 6 years ago

This was resolved some time ago. Never got around to closing this issue.

IonoclastBrigham commented 6 years ago

Resolved by 2c9b862.