Skip to content

Conversation

@radarhere
Copy link
Member

Resolves #9253

On macOS retina screens, ImageGrab.grab() will produce 2x images when not using bbox, but 1x images when using bbox. The issue describes this as inconsistent.

Scaling bounding box images down was added in #6152 with Pillow 9.1.0, so that is relatively new. This PR stops that resizing by default. If the user wishes to resize, they must provide a keyword-only argument,ImageGrab.grab(scale_down=True)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add scale option to ImageGrab.grab function

1 participant