naelstrof / maim

maim (make image) takes screenshots of your desktop. It has options to take only a region, and relies on slop to query for regions. maim is supposed to be an improved scrot.
Other
2.13k stars 78 forks source link

Improving accuracy: magnifier, crosshairs, pixel values, resizable selection #282

Open YodaEmbedding opened 1 year ago

YodaEmbedding commented 1 year ago

Features that can help users make reproducible, pixel-accurate screenshots:

maim --magnifier
maim --crosshairs
maim --pixel_indicator
maim --resizable_selection

Related: https://github.com/naelstrof/maim/issues/281

N-R-K commented 1 year ago

resizable selection area after initial selection is made

This is already possible by pressing and holding down space. Also selection related issue should go to slop since that's what maim uses for selection.