joaomoreno / gifcap

Capture your screen to a GIF in your browser
https://gifcap.dev
GNU General Public License v3.0
1.39k stars 97 forks source link

Not trivial to copy gif #12

Closed isidorn closed 4 years ago

isidorn commented 4 years ago

Once gif is recorder copy image copies the actual image not the gif. In order to use the gif somewhere else I have to save it locally and then upload. Would be cool if I did not have to save it locally in order to use it.

joaomoreno commented 4 years ago

@isidorn Have you tried right click > copy image?

We can add a copy button, for a single click experience.

isidorn commented 4 years ago

@joaomoreno yes I have tried that, and that copies the image not the gif.

Tyriar commented 4 years ago

I used it for the first time just now and found I don't need to copy it as downloading it will have it show up in your browsers downloads tray at the bottom which you can drag into github. I don't mind my downloads folder getting a little messy though.

joaomoreno commented 4 years ago

@isidorn This is so weird... I could swear this was working.

joaomoreno commented 4 years ago

https://htmldom.dev/download-a-file

joaomoreno commented 4 years ago

Clicking the image now downloads it. I've also added a download button to make it easier.

Browsers still don't let apps write images to the clipboard: https://web.dev/image-support-for-async-clipboard/ so closing this for now.