Dear Sirs,
Python 2.7 was installed on Win8 64bit. When PIL 1.1.7 for Python 2.7 on
Win8 was installed,
it showed the following error message,
"Python version 2.7 required, which was not found in the registry".
Then Setup window appeared with black fields and no input was accepted.
How can I in
Sent from my iPhone
___
Image-SIG maillist - Image-SIG@python.org
http://mail.python.org/mailman/listinfo/image-sig
Hello,
I am a new user of mapproxy and am a novice python programmer. I successfully
installed mapproxy and realised that I needed to install PIL separately (having
searched around this seemed to be a common problem). First I tried the pillow
install here: http://www.lfd.uci.edu/~gohlke/pythonl
I have a method that takes a list of strings, a width, and a height and
draws them using PIL. For small to medium lists this works perfectly. For
large lists it crashes with this rather opaque exception:
Traceback (most recent call last):
File "square-code.py", line 252, in
obj.main(sys.arg
PIL is unable to find essential libraries such as libjpeg on a modern
Debian/Ubuntu system. This fixes that by adding multiarch support to
the list of possible locations for system libraries.
setup.py
215,218d214
< if os.uname:
< arch = os.uname()[-1]
< add_directo
Hi!
I have a bitmap file written by new versions of windows. These files seem
to have the BITMAPV5HEADER header, as documented in this wikipedia
article...
http://en.wikipedia.org/wiki/BMP_file_format
The image metadata is as follows...
--
sh:~/home/user$ identify -verbose badbmp.bmpImage: bad
Hi!
Just wondering if there was a 64-bit compilation of PIL for Windows? I
have AMD64 Python2.7 and it won't load the 32-bit C _imaging DLL.
Brian
bcwh...@pobox.com
--
*Treat someone as they are and they
Hello,
Image.show is not working on windows 7 because the /wait option of start
does not work any more, as detailed on
http://stackoverflow.com/questions/8932976/python-imaging-library-show-on-windows
http://www.velocityreviews.com/forums/t707158-python-pil-and-vista-windows-7-show-not-working.ht
Hello,
I have an issue installing PIL 1.1.7. Python 2.6 is already installed and runs.
When I run the installer for PIL, I get to the tab that says "Ready to
Install", but when I hit next the window freezes. I've never made it past this
frame. Is there a certain setting I have wrong, or have I
Hi,
I want to cross compile the PIL (Imaging-1.1.7)from my ubuntu 12.04 host
machine for the target arm11.
my host machine is : x86 ubuntu 12.04
target is : freescale i.mx35(arm 11)
I untared the Imaging-1.1.7 by downloading from python.org
and from Imaging-1.1.7 directory I ran the command
$pytho
My program reads a std text file, (.txt) separates the words using nltk
then sends them to a PNG file using draw.text. my problem is that
quotation marks and apostrophies do not print correctly but print a strange
glyph instead. When I go through the file and replace these chharacters
with the a
___
Image-SIG maillist - Image-SIG@python.org
http://mail.python.org/mailman/listinfo/image-sig
Hello,
I am trying to use your im.getcolor(), can I use it only on g=rgb[1]?
green=g.getcolors()
For now I am only interested in green colour and how much are they abundant?
--
Eyal Saiet
___
Image-SIG maillist - Image-SIG@python.org
http://mail.pyt
Hi,
I have a Python program which worked successfully on several PCs using
version 2.2 and showed videos using the PIL module version 1.1.5 . (All the
rest works but the videos.) When I try to install the downloaded PIL module
on my current laptop PC, I get the error message "Could not create
I need TrueType support for a program that uses PIL. I installed Python
fresh to my new laptop, then PIL, but it said no support for TrueType.
I did a clean, then modified setup.py and pointed it at
/usr/lib/girepository-1.0/freetype2-2.0.typelib, but got a syntax error
when I ran the script again
Hi,
I'm having troubles processing a PNG image with PIL.
I'm getting this error:
Traceback (most recent call last):
File "test-image.py", line 12, in
resized = image.resize((int(sizeX), int(sizeY)), iFilter)
File "/Users/alex/Envs/image-lib/lib/python2.7/site-packages/PIL/Image.py",
li
I am trying to install PIL.
I have Python 2.7.3 (default, Apr 10 2012, 23:24:47) [MSC v.1500 64 bit
(AMD64)] on win32 installed in directory C:/Python27.
I downloaded and ran *Python Imaging Library 1.1.7 for Python 2.7
(Windows only)* but it reported that Python 2.7 was not found in the
reg
Dear "Secret Labs", I'm having an issue using the PIL library on a mac OS X
Mountain Lion in which I get the following error message when I try to use some
of the functions in the PIL library. The _imaging C module is not installed.
I've made sure that I had all dependencies updated and instal
Greetings.
I have unzipped Imaging1.1.7 but I cannot get the setup to work. The black
command line screen flashes and then disappears. I need to install it, I
already have Python 3.3 installed.
I would appreciate your help. Thank you.
Eric
--
Eric Chamberlain
Production, Design, Music
505.97
I asked this question on stack overflow, Can somebody confirm the answers
(theories) or direct towards answer:
http://stackoverflow.com/questions/15906368/how-does-imagefilter-in-pil-normalize-the-pixel-values-between-0-and-255-after-f
--
Alok Nayak
___
I am trying to split an image into a number of same-sized chunks to use it as a
base for a "Map Tile"/"Map Layer" web application.
The image I have is a 30+MB BMP image (24 bit) about 3000x2500 sized.
The mapping js library i'm using (leaflet) wants a "tile server" with tiles of
256x256 and an ap
Good evening,
F
irstly, thanks for creating and maintaining such a fantastic library, the
PIL is awesome!
I've got an interesting problem and I'd really appreciate if someone could
point me in the right direction. I'm a reasonable developer but I've become
out of my depth in image science :)
I'v
Hello,
I want to install PIL on Windows 7. Python 2.7 is installed:
==
Python 2.7 (r27:82525, Jul 4 2010, 07:43:08) [MSC v.1500 64 bit (AMD64)]
on win32
Type "copyright", "credits" or "license()" for more information.
>>>
==
I have downloaded PIL-1.1.7.win32-py2.7.exe . But when I start it, I g
Dear admin or something,
I would very much like to install the python imaging library on my
computer, but i do not know which directory to save it into
--
Zack Sheldon
Oberlin College 2015
___
Image-SIG maillist - Image-SIG@python.org
http://mail.py
Hey there!
Will there ever be a python3 compatible version of PIL or is the project
discontiued?
Tux Torvalds
___
Image-SIG maillist - Image-SIG@python.org
http://mail.python.org/mailman/listinfo/image-sig
Does anyone know of a module that will quickly determine whether two given
triangular meshes are within a given tolerance of each other? Or perhaps point
me to the right Python forum to ask this question?
Many thanks,
Julio
Julio Carrera
Manager, Fibersim Product Development
Siemens
Industry
Dear Madam/Sir,
I am using Python 2.7 and I am trying to install Python Imaging Library 1.1.7.
However, there is a problem and the installation stops with message:
" pil-1.1.7 win32-pu27.exe has stopped working "
How can I fix this problem?
Sincerely,
Mark Lam
__
I do not seem to have success in generating a dynamic image into Internet
Explorer through CGI. If I save the file and then load it, it works but
when I try to keep the generated image dynamic. I am using Python 2.6.5 and
the corresponding PIL library.
f = cStringIO.StringIO()
img.save(f, "P
Help needed. I am having problems trying to install PIL for Python 2.7. I get
a dialog box that states that 2.7 in not registered. I use Windows 7 as my
computer operating system. I also have Python 3.3 installed. Could that be the
problem?
Thanks for your help,
John
__
Hi brandon,
the main flaw in eps-pil is it interchanges points and pixels, which
are very different quantities.
PIL extracts the values from boundingBox (point) and uses them as
pixel sizes to open the eps file. That's why pil converted eps files
are at 72 dpi.
-karsten
___
30 matches
Mail list logo