weclaw1 / image-roll

Image Roll - simple and fast GTK image viewer with basic image manipulation tools. Written in Rust.
MIT License
185 stars 10 forks source link

feat: implement image copying #41

Closed ilya-zlobintsev closed 2 years ago

ilya-zlobintsev commented 2 years ago

This PR adds the ability to copy images to the clipboard. Resolves #6 You can copy the image either from the drop-down menu, or by pressing ctrl+c.

ilya-zlobintsev commented 2 years ago

@weclaw1 I've implemented the changes you've suggested ~(Github seems to be having issues right now, so the commit isn't displayed in the PR as of writing this, but it's in the branch)~

weclaw1 commented 2 years ago

Everything looks good now! Merged :)