Ajatt-Tools / PasteImagesAsWebP

🍙 An Anki add-on that makes your images small.
https://ankiweb.net/shared/info/1151815987
GNU Affero General Public License v3.0
22 stars 5 forks source link

Adjust maximum image dimensions #22

Closed SirChurchill9999 closed 1 year ago

SirChurchill9999 commented 1 year ago

The add-on named Image Resizer allows the user to scale the image to the maximum dimension upon pasting (width or height). For instance, I have it set to 1200x1500, so the image will scale to the maximum of either of those, whichever comes first. You can also disable upscaling.

Can you implement this feature? This add-on is currently capped at 800x600, which is quite small, especially on desktops.

tatsumoto-ren commented 1 year ago

The maximum boundaries can be changed in the config file.

SirChurchill9999 commented 1 year ago

The maximum boundaries can be changed in the config file.

Thanks for the reply - figured that out! Appreciate everything you do.