javl / image2cpp

GNU General Public License v3.0
529 stars 156 forks source link

adds copy function #49

Closed daniyalw closed 2 years ago

daniyalw commented 2 years ago

It adds a copy button, which copies the output. It makes it a lot easier when trying to copy the result of a large image.

javl commented 2 years ago

Somehow I completely missed this pull request. Thanks! One thing that might be nice to add is some sort of notification after pressing the button, like a small text or icon to indicate copying was successful (now you don't really get any feedback). Maybe I'll try to add that later.

daniyalw commented 2 years ago

I'll probably try and do that.