[GH-ISSUE #653] "Save to clipboard" "File" option doesn't seem to copy image to clipboard? #533

Closed
opened 2026-02-26 09:31:48 +03:00 by kerem · 9 comments
Owner

Originally created by @fluffynuts on GitHub (May 14, 2020).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/653

First, thanks for ScreenToGif (and I've donated, after just a few minutes usage, because it's really good).

Now on to the issue I'm having: I create a recording, select "Copy to clipboard", toggle "File" on, and save. ScreenToGif says it's copied to the clipboard, but I notice that I can't paste into browser inputs (like this one) which would accept image data. So I have to save as a file, open with windows photo viewer and copy/paste from there.

I'm not sure how to get ScreenToGif to record itself (opening multiple instances didn't get me there), so I've used RecordIt -- which I want to stop using (:

https://recordit.co/tObVAwQTy4

Originally created by @fluffynuts on GitHub (May 14, 2020). Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/653 First, thanks for ScreenToGif (and I've donated, after just a few minutes usage, because it's really good). Now on to the issue I'm having: I create a recording, select "Copy to clipboard", toggle "File" on, and save. ScreenToGif says it's copied to the clipboard, but I notice that I can't paste into browser inputs (like this one) which would accept image data. So I have to save as a file, open with windows photo viewer and copy/paste from there. I'm not sure how to get ScreenToGif to record itself (opening multiple instances didn't get me there), so I've used RecordIt -- which I want to stop using (: https://recordit.co/tObVAwQTy4
kerem 2026-02-26 09:31:48 +03:00
Author
Owner

@NickeManarin commented on GitHub (May 14, 2020):

Hi, thanks for the donation. :)

I'm assuming that you are running the latest version.
Windows does not support copying an animated gif as image, only single frames images are supported.

When copying as a 'file', you can paste in the file explorer as if you wen there and pressed Ctrl + C on the exported file.

For recording ScreenToGif using itself, go to Options > Application and enable multiple instances. Or simply duplicate ScreenToGif.exe and execute the copy.

<!-- gh-comment-id:628772269 --> @NickeManarin commented on GitHub (May 14, 2020): Hi, thanks for the donation. :) I'm assuming that you are running the latest version. Windows does not support copying an animated gif as image, only single frames images are supported. When copying as a 'file', you can paste in the file explorer as if you wen there and pressed Ctrl + C on the exported file. For recording ScreenToGif using itself, go to Options > Application and enable multiple instances. Or simply duplicate ScreenToGif.exe and execute the copy.
Author
Owner

@fluffynuts commented on GitHub (May 14, 2020):

Thanks for getting back to me.

I tried to use the multiple instances setting to get ScreenToGif to record itself, but the second instance didn't show up it's recording area. Anyways, I don't think it's something that would often matter (:

<!-- gh-comment-id:628789872 --> @fluffynuts commented on GitHub (May 14, 2020): Thanks for getting back to me. I tried to use the multiple instances setting to get ScreenToGif to record itself, but the second instance didn't show up it's recording area. Anyways, I don't think it's something that would often matter (:
Author
Owner

@fluffynuts commented on GitHub (May 14, 2020):

Also what you said about not being able to copy/paste gifs on windows makes something else I saw today make sense: when I copied from Windows Photos to Slack, I got a png sent, which is not what I expected. I figured (incorrectly) that it was slack being silly (:

<!-- gh-comment-id:628791283 --> @fluffynuts commented on GitHub (May 14, 2020): Also what you said about not being able to copy/paste gifs on windows makes something else I saw today make sense: when I copied from Windows Photos to Slack, I got a png sent, which is not what I expected. I figured (incorrectly) that it was slack being silly (:
Author
Owner

@NickeManarin commented on GitHub (May 14, 2020):

It should appear exactly where you left the previously instance of the app, but first you need to save the settings by closing the Options window.

<!-- gh-comment-id:628792174 --> @NickeManarin commented on GitHub (May 14, 2020): It should appear exactly where you left the previously instance of the app, but first you need to save the settings by closing the Options window.
Author
Owner

@NickeManarin commented on GitHub (May 14, 2020):

Yes, Windows Photos also copies as a PNG rather than a Gif.

<!-- gh-comment-id:628793456 --> @NickeManarin commented on GitHub (May 14, 2020): Yes, Windows Photos also copies as a PNG rather than a Gif.
Author
Owner

@BruceLee569 commented on GitHub (May 3, 2021):

Perhaps automation can be automated to complete the operation of opening the copy. When I press CTRL + S, save the GIF to the default folder, then open the folder and select it, send the Ctrl + C event of the keyboard to copy the GIF Go to the shear plate.

<!-- gh-comment-id:831080551 --> @BruceLee569 commented on GitHub (May 3, 2021): Perhaps automation can be automated to complete the operation of opening the copy. When I press `CTRL + S`, save the GIF to the default folder, then open the folder and select it, send the `Ctrl + C` event of the keyboard to copy the GIF Go to the shear plate.
Author
Owner

@NickeManarin commented on GitHub (May 6, 2021):

@BruceLee569 That's basically what is done when you select the option to copy as file.

Windows has no support for copying Gifs as image, only as file.
Same as Ctrl + C the file on Windows Explorer.

<!-- gh-comment-id:833931462 --> @NickeManarin commented on GitHub (May 6, 2021): @BruceLee569 That's basically what is done when you select the option to copy as file. Windows has no support for copying Gifs as image, only as file. Same as Ctrl + C the file on Windows Explorer.
Author
Owner

@BruceLee569 commented on GitHub (May 7, 2021):

@ BruceLee569 选择要复制为文件的选项时,基本上就是完成此操作。

Windows不支持将Gif复制为图像,而仅复制为文件。
与Ctrl + C相同,Windows资源管理器中的文件。

So how is telegram detect to the GIF replicated in my clipboard?

<!-- gh-comment-id:833983897 --> @BruceLee569 commented on GitHub (May 7, 2021): > @ BruceLee569 选择要复制为文件的选项时,基本上就是完成此操作。 > > Windows不支持将Gif复制为图像,而仅复制为文件。 > 与Ctrl + C相同,Windows资源管理器中的文件。 So how is `telegram` detect to the GIF replicated in my clipboard?
Author
Owner

@NickeManarin commented on GitHub (May 9, 2021):

@BruceLee569 It probably gets the path copied and loads manually the image.

Try saving and set to copy as "File" and see if Telegram is able to load the gif properly.

image

Telegrams is able to load the gif if the clipboard is set to copy as "File":

Tele

<!-- gh-comment-id:835863162 --> @NickeManarin commented on GitHub (May 9, 2021): @BruceLee569 It probably gets the path copied and loads manually the image. Try saving and set to copy as "File" and see if Telegram is able to load the gif properly. ![image](https://user-images.githubusercontent.com/14798947/117583561-28487e80-b0de-11eb-801e-968247f64919.png) Telegrams is able to load the gif if the clipboard is set to copy as "File": ![Tele](https://user-images.githubusercontent.com/14798947/117583635-a0af3f80-b0de-11eb-9e19-7db07092e993.gif)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ScreenToGif#533
No description provided.