-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Copy to clipboard copies the image in .png format with large size (UPD: solution found, app with the fix inside comments) #3722
Comments
Hi @Renari Is it possible to add it manually in the Thanks |
Related to this issue: |
Made it work for macOS via osascript. Here is the code with a new function for macOS. It copies the compressed jpeg to the clipboard correctly. flameshot/src/utils/screenshotsaver.cpp Line 104 in 14a1367
|
Whoever needs the app with my fix for macOS, it's here: I re-enabled the GUI setting to turn one the option to Use JPG for clipboard. You can delete your previous app and then drag and drop the new one inside Applications, all your configuration settings will remain the same. When it requires to provide the screen capture permission, go to System Settings, delete the previous permission with Just for the context, before for the same screenshot it was a |
Created a pull request with the fix described above: #3724 |
Flameshot Version
12.1.0 and the last dev build
Installation Type
Using the ready-made package from Github Releases
Operating System type and version
macOS 14.6.1
Description
Hi.
Wherever I copy a screenshot to the clipboard it copies a huge file in
.png
format. Usually it's anywhere between 5 to 10 MB.When I save image to a file, it saves .jpeg with 500-700 KB in size, so like 10-20 times smaller in size.
My
Preferred save file extension
setting is.jpeg.
Why doesn't
copy to clipboard
apply the same file type and compression as saving to the file?Can I configure it somehow, so that I get the same result when copying to clipboard as saving to file?
I use copying to clipboard 95% of the time for work, but this file size constantly makes it problematic.
Thank you.
Steps to reproduce
Copy selection to Clipboard
or Command+C..png
that's large in file sizeScreenshots or screen recordings
No response
System Information
I use the standard display of my Macbook.
The text was updated successfully, but these errors were encountered: