-
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
Add option to set quality of screenshot #506
Comments
Flameshot is using the screenshot interface of the respective WindowManager you're using (see src/utils/screengrabber.cpp). Based on the screenshot interface of Gnome I don't see an option to improve the quality (org.gnome.Shell.Screenshot). Gnome's onboard screenshot tool is suffering of the same compression artifacts. |
Weird. I thought Gnome Screenshots gave higher quality screenshots, but it cool to get more understanding of how the software works. Thank you 👍 |
I have got also picture quality issue in KDE Debian. It would be great if we can set picture quality. |
I got this issue, too |
I don't know as if this is correct.. I'm on Pop OS and my screenshots with the built in gnome screenshot are WAY better quality than Flameshot. I found this issue after searching on how to fix it. The screenshots with Flameshot are compressed way more than the built in gnome-screenshot. |
still actual! |
Recently someone mentioned KDE < 5.19 + Wayland will compress screenshots as well. |
Looks like quality can be set via https://doc.qt.io/qt-5/qpixmap.html (i am not a c dev) |
@pymen What screen resolution do you have? I am looking to reproduce the issue. |
I do not have an issue, I just wanted to say that it will be nice to have some configuration to set the quality of the capture image, for example, if I need to post IMG to slack I do not need quality=10, 3 will be enough |
Ohh ok, I was looking into an issue where people are saying Flameshot is compressing the image when they do not want it to. |
This option would be really good. I'm using AwesomeWm with Plasma and the compression is really apparent. |
Facing the same issue. Any fix found yet? |
@RJN-bot what version if Flameshot are you using? In general PNG is a lossless compressed image format and you should not see any quality issues with PNG. So make sure you are saving as PNG and not JPEG. |
Please include WEBP format . It is a very good open image format for the web. |
How is this closed? I'm using Flameshot on Arch with i3. I want to use the JPG compression but I need to be able to set the compression level like in 99.999% of other screenshot software out there. If different file formats exist there are several reasons, so don't just tell people "use PNG". If someone needs to use JPG they also usually need to be able to set its compression (the main feature of the JPG is indeed image compression while PNG's isn't). Please don't let me get back to scrot...at least set the default JPG quality to a higher level, as it's not very usable right now (try to get a screenshot of some text and you'll see). Thanks. |
@mauromotion you wrote two points and here is the answer:
|
Yeah my fault for not noticing it was still open. I'm still new to GitHub. But still, it's very limiting not being able to select the level of compression of a lossy format. Who's deciding for me? And on what basis? All I can see is that whoever decided took a wrong choice because if I take a screenshot with Flameshot as a JPG the resulting image is unusable, forcing me to choose another file format. Why do I have to use a much larger PNG file when I know for a fact that if I could set the compression level of the JPG it would be just fine? |
Would be delighted to see Flameshot offering WebP ( |
WebP is what you need to be happy. We often take screenshots for publications on the site. And then we convert them to WebP separately, because this is the most optimised format for images on the web. If Flameshot added this feature, it would be priceless. |
Right now we get what looks like quite hard compressed images which get small in size but they don’t look all that good. It would be great to have a slider where you can set the compression strength and possible choose to don’t compress the images.
The text was updated successfully, but these errors were encountered: