![]() |
|
How to crop current position on photo - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: Python (https://sinister.ly/Forum-Python) +--- Thread: How to crop current position on photo (/Thread-How-to-crop-current-position-on-photo) |
How to crop current position on photo - yuyb0y - 12-19-2014 Hi all. I need help in how to crop current position on photo using python. I have take screenshot using webdriver: http://qfs.mobi/f1908243 and i want to crop the cpatcha image from the screenshot above then save the new image. how i can do that with python? Thank you
RE: How to crop current position on photo - Blunt - 12-19-2014 Why did you make it so it needed to be downloaded? why not upload to imgur or some shit? You seem phishy brah RE: How to crop current position on photo - dopamine - 12-19-2014 (12-19-2014, 11:51 PM)Blunt Wrote: Why did you make it so it needed to be downloaded? why not upload to imgur or some shit? Yeah. Its a real picture. RE: How to crop current position on photo - Blunt - 12-19-2014 (12-19-2014, 11:54 PM)dopamine Wrote: Yeah. Its a real picture. haha I just noticed this, but i think the most alarming thing to me was the ridiculously bright red and just overall sketchiness of the page overall. RE: How to crop current position on photo - blackhatcat - 12-20-2014 http://effbot.org/imagingbook/image.htm That's all you need. |