mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-26 07:35:54 +03:00
[GH-ISSUE #653] "Save to clipboard" "File" option doesn't seem to copy image to clipboard? #533
Labels
No labels
copy cats
duplicated
future feature
pull-request
⬜ Accepted
⬜ Completed
⬜ Help Wanted 💪
⬜ In Progress
⬜ Missing Details
⬜ Pending
⬜ Waiting For Answer ⏳
🆕 feature preview
🔷 Bug 🐛
🔷 Out Of Scope
🔷 Out Of Scope
🔷 Question
🔷Enhancement
🔷Enhancement
🔷Invalid / External
🔷Knowledge Base
🔷Won't Fix
🕑 High
🕑 High
🕑 High
🕕 Medium
🕙 Low
🕛 Critical
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ScreenToGif#533
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
@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.
@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 (:
@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 (:
@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.
@NickeManarin commented on GitHub (May 14, 2020):
Yes, Windows Photos also copies as a PNG rather than a Gif.
@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 theCtrl + Cevent of the keyboard to copy the GIF Go to the shear plate.@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.
@BruceLee569 commented on GitHub (May 7, 2021):
So how is
telegramdetect to the GIF replicated in my clipboard?@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.
Telegrams is able to load the gif if the clipboard is set to copy as "File":