searene / Anki-Addons

This repository is used to store all kinds of anki addons that I created
MIT License
24 stars 3 forks source link

Added resizing mode switch #12

Closed ChrisK91 closed 6 years ago

ChrisK91 commented 6 years ago

Added overload to select either fast or smooth resize mode Added setting 'scalingMode' which is set to 'fast' by default (for fast transformation), other option is 'smooth' for smooth transform Added drop down to settings to save the scaling mode

Note: Changing the scaling mode will work on the fly ONLY if the editor is closed. Otherwise anki will use the already resized image.

Preview for fast mode: image

Preview for smooth mode: image

Note: this is also most likely the fix for #11

searene commented 6 years ago

Thanks!