ra1nty / DXcam

A Python high-performance screen capture library for Windows using Desktop Duplication API
MIT License
457 stars 67 forks source link

Please give an option to not return None if theres a duplicate. #95

Open Nicholas-Baldassini opened 2 months ago

Nicholas-Baldassini commented 2 months ago

Kind of unnatural to just return None especially if you are taking lots of screenshots. so much extra code to handle it and makes things more complex with all the extra error checking. please add an option to just return the image even if it is slower than returning None. Thanks. Great package though thanks.

Nicholas-Baldassini commented 2 months ago

Edit, this is for camera.grab()