[Spectacle] [Bug 368939] Option to automatically reduce size for HiDPI captures, which otherwise are humongous

2023-12-13 Thread soredake
https://bugs.kde.org/show_bug.cgi?id=368939

soredake  changed:

   What|Removed |Added

 CC|broaden_acid002@simplelogin |
   |.com|

-- 
You are receiving this mail because:
You are watching all bug changes.

[Spectacle] [Bug 368939] Option to automatically reduce size for HiDPI captures, which otherwise are humongous

2023-12-13 Thread Noah Davis
https://bugs.kde.org/show_bug.cgi?id=368939

Noah Davis  changed:

   What|Removed |Added

 CC||noaha...@gmail.com
Version|unspecified |19.12.3

-- 
You are receiving this mail because:
You are watching all bug changes.

[Spectacle] [Bug 368939] Option to automatically reduce size for HiDPI captures, which otherwise are humongous

2023-02-10 Thread Rex Dieter
https://bugs.kde.org/show_bug.cgi?id=368939

Rex Dieter  changed:

   What|Removed |Added

 CC||rdie...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[Spectacle] [Bug 368939] Option to automatically reduce size for HiDPI captures, which otherwise are humongous

2021-02-28 Thread soredake
https://bugs.kde.org/show_bug.cgi?id=368939

soredake  changed:

   What|Removed |Added

 CC||ndrzj1...@relay.firefox.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[Spectacle] [Bug 368939] Option to automatically reduce size for HiDPI captures, which otherwise are humongous

2020-10-22 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=368939

Méven Car  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #9 from Méven Car  ---
(In reply to Ryan Swart from comment #0)
> With a high-dpi monitor, screenshots are far larger than they need to be,
> and need to be opened in gwenview or an image manipulation for resizing
> before they are usable. Having a pre-set resolution that the image can be
> resized to after capture, would remove that step and enable interesting
> workflow optimizations (eg. make website/app preview images easy to
> thumbnail).

The issue is about image formats : the typical file format used for screenshot
png has capability for pixel ratio but is rarely supported AFAIK
https://www.w3.org/TR/2003/REC-PNG-20031110/#11pHYs
http://www.libpng.org/pub/png/book/chapter11.html#png.ch11.div.8

The good news is it seems Qt/QImage is supporting this
https://code.woboq.org/qt5/qtbase/src/gui/image/qpnghandler.cpp.html#1076 so
spectacle could support this with some effort in some cases. For instance in
multi-screen with wayland and multiple scaling factor this would make little
sense. But single screen screenshots or rectangular would be candidate.
The other option to allow to take downscaled screenshots would loose resolution
and details so this is not advisable and might make your screenshot unusable.

https://invent.kde.org/graphics/spectacle/-/merge_requests/29 fixing
https://bugs.kde.org/show_bug.cgi?id=409762 will allow on Wayland when in a
multi-monitor setup to take screenshots with each screen downscaled by their
own scale factor (loosing details!).

In the meantime you'd need to convert the image to lower resolution/scale down
the image, https://www.html5rocks.com/en/mobile/high-dpi/ gwenview or
imagemagick do that like a charm.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Spectacle] [Bug 368939] Option to automatically reduce size for HiDPI captures, which otherwise are humongous

2020-10-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=368939

Nate Graham  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=409762

-- 
You are receiving this mail because:
You are watching all bug changes.

[Spectacle] [Bug 368939] Option to automatically reduce size for HiDPI captures, which otherwise are humongous

2020-10-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=368939

Nate Graham  changed:

   What|Removed |Added

 CC||meven@enioka.com

--- Comment #8 from Nate Graham  ---
You're reporting Bug 409762. This bug report tracks the opposite: optionally
reducing the resolution of HiDPI screenshots to the level of what you're
already seeing.

In fact you could say this is already fixed on Wayland LOL

-- 
You are receiving this mail because:
You are watching all bug changes.

[Spectacle] [Bug 368939] Option to automatically reduce size for HiDPI captures, which otherwise are humongous

2020-10-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=368939

el...@seznam.cz changed:

   What|Removed |Added

 CC||el...@seznam.cz

--- Comment #7 from el...@seznam.cz ---
I just tried Wayland and Spectacle on 4K and my screenshots are only FHD. And I
would like to be them in 4K. So I guess this issue should be addressed also on
Wayland, where things behave differently.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Spectacle] [Bug 368939] Option to automatically reduce size for HiDPI captures, which otherwise are humongous

2019-11-04 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=368939

signupem...@posteo.uk changed:

   What|Removed |Added

 CC||signupem...@posteo.uk

--- Comment #6 from signupem...@posteo.uk ---
I too have HiDPI and I too would like something like this - whether as a
default or not - implemented. At present I have to export all screenshots to
GIMP and scale them down.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Spectacle] [Bug 368939] Option to automatically reduce size for HiDPI captures, which otherwise are humongous

2019-07-21 Thread Peter Wu
https://bugs.kde.org/show_bug.cgi?id=368939

--- Comment #5 from Peter Wu  ---
Support for multiple monitors with different DPIs is a slightly different
issue. I think it would make sense to scale down to one with the lowest
resolution. It might however be informative to see how other operating systems
or desktop environments handle it.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Spectacle] [Bug 368939] Option to automatically reduce size for HiDPI captures, which otherwise are humongous

2019-06-11 Thread Boudhayan Gupta
https://bugs.kde.org/show_bug.cgi?id=368939

Boudhayan Gupta  changed:

   What|Removed |Added

 CC||m...@baloneygeek.com

--- Comment #4 from Boudhayan Gupta  ---
I don't actually think this is a terrible idea. This might actually help us
with all those pesky "things don't work when we have different DPIs on differen
displays" - let's just scale everything down to the lowest common denominator.
Comments?

-- 
You are receiving this mail because:
You are watching all bug changes.

[Spectacle] [Bug 368939] Option to automatically reduce size for HiDPI captures, which otherwise are humongous

2017-10-18 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=368939

Nate Graham  changed:

   What|Removed |Added

Summary|Resize screenshot before|Option to automatically
   |copying/sending to another  |reduce size for HiDPI
   |application |captures, which otherwise
   ||are humongous
 CC||pointedst...@zoho.com

-- 
You are receiving this mail because:
You are watching all bug changes.