[Image-SIG] PIL1.1.7 Install

2013-06-25 Thread sugi
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

[Image-SIG] Writing EXIF in JPEGs

2013-06-25 Thread Romina A. Enriquez
Sent from my iPhone ___ Image-SIG maillist - Image-SIG@python.org http://mail.python.org/mailman/listinfo/image-sig

[Image-SIG] mapproxy1.5.0 and PIL problem on windows64 Python2.7

2013-06-25 Thread Susan . Conway
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

[Image-SIG] IOError: unknown freetype error - occurs with large amounts of text

2013-06-25 Thread Andy Theuninck
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

[Image-SIG] Bug fix for PIL 1.1.7 on Debian x64

2013-06-25 Thread Matt Lee
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

[Image-SIG] Unable to read V5 bitmap files

2013-06-25 Thread feroze dawood
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

[Image-SIG] 64-bit PIL for Windows

2013-06-25 Thread Brian White
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

[Image-SIG] Image.show not working on windows 7

2013-06-25 Thread Samuel Thibault
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

[Image-SIG] Issue when installing PIL 1.1.7 for Python 2.6

2013-06-25 Thread Trapp, Ollie (O)
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

[Image-SIG] cross compile PIL

2013-06-25 Thread Amol B Kulkarni (India - Bangalore)
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

[Image-SIG] Problem with draw.text

2013-06-25 Thread Edwin Noyce
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

Re: [Image-SIG] Python Imaging Library for Windows Mobile

2013-06-25 Thread Dilll
___ Image-SIG maillist - Image-SIG@python.org http://mail.python.org/mailman/listinfo/image-sig

[Image-SIG] using im.getcolor()

2013-06-25 Thread Eyal Saiet
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

[Image-SIG] problem loading Python PIL module

2013-06-25 Thread Elliot Perlman
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

[Image-SIG] How to get TrueType support working?

2013-06-25 Thread Phil Shipman
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

[Image-SIG] IndexError: string index out of range

2013-06-25 Thread Alex Ethier
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

[Image-SIG] Installing PIL on 64 bit Windows machine

2013-06-25 Thread Denny Saunders
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

[Image-SIG] The _imaging C module is not installed

2013-06-25 Thread Freddy Duran
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

[Image-SIG] PIL install difficulty

2013-06-25 Thread Eric Chamberlain / ELC Media
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

[Image-SIG] help needed on PIL

2013-06-25 Thread Alok Nayak
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 ___

[Image-SIG] PIL saving corrupted images

2013-06-25 Thread Luciano Mollea
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

[Image-SIG] Resampling with antialiasing while using only 8 greyscales

2013-06-25 Thread Paul Furley
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

[Image-SIG] Installer not working in Win7, Python 2.7

2013-06-25 Thread Mikhail Ramendik
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

[Image-SIG] PIL

2013-06-25 Thread Zachary Sheldon
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

[Image-SIG] PIL Python3k

2013-06-25 Thread Tux Torvalds
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

[Image-SIG] utility to compare two meshes

2013-06-25 Thread Carrera, Julio C
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

[Image-SIG] problem installing PIL 1.1.7 on Python 2.7

2013-06-25 Thread Mark Lam
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 __

[Image-SIG] Unable to load dynamic image into browser

2013-06-25 Thread Marshintprop
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

[Image-SIG] Problem Installing PIL for Python 2.7

2013-06-25 Thread John Price
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 __

Re: [Image-SIG] PIL Bug while converting EPS files to PNG

2013-06-25 Thread Karsten Wolf
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 ___