473,395 Members | 1,972 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

ImageGrab Module

I can't seem to find the ImageGrab module anywhere to download and I was wondering if someone could send it to me at <removed per site rules>.net or redirect me to a site where I can download it.

Thanks,
Jordan
Aug 19 '07 #1
4 4824
bartonc
6,596 Expert 4TB
I can't seem to find the ImageGrab module anywhere to download and I was wondering if someone could send it to me at <removed per site rules>.net or redirect me to a site where I can download it.

Thanks,
Jordan
It may not exist. All references that I found are linked to PIL (Python Image Library). What are you after, exactly?
Aug 20 '07 #2
It may not exist. All references that I found are linked to PIL (Python Image Library). What are you after, exactly?
Actually I was able to find ImageGrab but it required Image, which i then installed, and the list just kept growing and things werent working so I decided just to forget about the whole thing. But now my question is...how I take a screen capture of my computer, only a certain area, and analyze that picture very quickly without lag?
Aug 20 '07 #3
bartonc
6,596 Expert 4TB
Actually I was able to find ImageGrab but it required Image, which i then installed, and the list just kept growing and things werent working so I decided just to forget about the whole thing. But now my question is...how I take a screen capture of my computer, only a certain area, and analyze that picture very quickly without lag?
Hi Jordan. You are still being a little vague. Screen capture (on Windows?), I can dig up, but what do you mean by "analyze ". What framework are you using (Tkinter?), Etc?
Aug 20 '07 #4
bartonc
6,596 Expert 4TB
Hi Jordan. You are still being a little vague. Screen capture (on Windows?), I can dig up, but what do you mean by "analyze ". What framework are you using (Tkinter?), Etc?
On Windows, with pywin32 installed, there are demos in someplace like D:\Python24\Lib\site-packages\win32\Demos. In there is a script called "print_desktop.py" that would serve as a good starting point.
Aug 20 '07 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: Erik Max Francis | last post by:
This simple program chokes eventually (after ~70 snapshots) on my Windows 98 machine: while True: ImageGrab.grab() time.sleep(0.2) with the IOError "screen grab failed." At that point the...
1
by: Askari | last post by:
Hi, I have this error when I want snashot of my screen with : Traceback (most recent call last): File "C:\Documents and Settings\Assembleur_MAN\Bureau\CasseTete (PyGame).py", line 1121, in ?...
8
by: Bo Peng | last post by:
Dear list, I am writing a Python extension module that needs a way to expose pieces of a big C array to python. Currently, I am using NumPy like the following: PyObject* res =...
5
by: dody suria wijaya | last post by:
I found this problem when trying to split a module into two. Here's an example: ============== #Module a (a.py): from b import * class Main: pass ============== ==============
3
by: David T. Ashley | last post by:
Hi, Red Hat Enterprise Linux 4.X. I'm writing command-line PHP scripts for the first time. I get the messages below. What do they mean? Are these operating system library modules, or...
10
by: Bonzol | last post by:
vb.net Hey there, could someone just tell me what the differnce is between classes and modules and when each one would be used compared to the other? Any help would be great Thanx in...
0
by: gslm | last post by:
root = tk.Tk() def click(): x=button1.winfo_rootx() y=button1.winfo_rooty() image=PIL.ImageGrab.grab((x,y,x+260,y+250)) image.save( 'tmp.jpeg') button1 = tk.Button(root, compound=tk.TOP,...
21
KevinADC
by: KevinADC | last post by:
Note: You may skip to the end of the article if all you want is the perl code. Introduction Uploading files from a local computer to a remote web server has many useful purposes, the most...
0
by: Fredrik Lundh | last post by:
Jeff Dyke wrote: so how did that processing use the "mymodulename" name? the calling method has nothing to do with what's considered to be a local variable in the method being called, so...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.