grim
grim copied to clipboard
Grab images from a Wayland compositor
Compositors will eventually be able to render in and output 10-bit deep colors. It would be nice if `grim` could process screen buffer formats like XBGR2101010 (or even XBGR16161616F) and...
When taking screenshots with grim using region provided by slurp, even if I specify -c, cursor is not captured.
An attempt at the PNG part for #6. Brought over relevant code from cairo's `cairo-png.c` and added `png_set_pHYs` call. At the moment it compiles but I've probably done something silly...
I've using grim+slurp combo to read and get the pixel color using `grim -g "$(slurp -p)" - -t png -o ` which worked well so far, but recently on wayland...
Not sure if this is the intended behavior but if one display is turned off via dpms (ie. a laptop screen) grim errors out with (in this case `eDP-1`): ```...
My left output refuses to get screenshotted by `grim`:  As you can see the right output works fine :) stderr of grim with `WAYLAND_DEBUG=client` ``` [531637.416] -> [email protected]_registry(new id...
* http://www.libpng.org/pub/png/book/chapter11.html#png.ch11.div.8 * https://github.com/mapnik/mapnik/issues/2322
Hello, i'm using the latest grim installed from pacman (grim-1.2.0-2). If calling grim (either with slurp getting the coords or when setting them manually) with the -g option, this is...
It looks like Sway is improperly rendering my cursor on a blank workspace, with scale=2 on the output. In an attempt to report it, I was attempting to take a...
Not sure what's the best thing to do here. Here are some ideas: - Don't render an output if another output overlaps completely - Always draw the output with a...