Skip to content

Added additional rectangle option with specified x,y,w,h for grabbing the indicated area

Vy Ho requested to merge vy/gnome-screenshot:rectanglearea into master

Would you please review the changes and providing feedback as needed?

The changes is to make screenshot more efficient, when a small area is needed. For example, Pillow (python) project would call gnome-screenshot to take a whole screen, then crop the generated image. This causes increase in memory, time processing the image, writing the image files, etc.

Merge request reports