Creling / obsidian-image-uploader

MIT License
36 stars 6 forks source link

Support image resizing before upload #1

Closed hugows closed 3 years ago

hugows commented 3 years ago

Hello,

any way something like this could be done? Maybe depending on Imagemagick on MacOS and Linux.

Because screenshots are huge nowadays and sometimes you only need a quick reference, no need to use 20 mb for this.

Thanks for this plugin, looking forward to test it!

Creling commented 3 years ago

Thanks for feedback. The plugin is available in Obsidian now.

Support image resizing before upload.

Well, I will consider to implement it by JS. :)

Creling commented 3 years ago

Done in https://github.com/Creling/obsidian-image-uploader/commit/c37442002f0d7593cd3c7399068369c8f01f77fc . Now the plugin can resize the image before uploading. :)