[Image-SIG] Newb help... can't install the PIL extension libraries

2007-01-25 Thread Paul
errors, but there are others thrown in for good measure. This is my first attempt at importing a library within linux. I unzipped the tar file into my user space... /home/paul/Python/ExtensionLibraries which I created myself. This is where I'm going wrong I presume. The readme said

[Image-SIG] PIL 1.1.7 binary for python 2.4

2009-11-13 Thread Paul
! Best regards, Paul ___ Image-SIG maillist - Image-SIG@python.org http://mail.python.org/mailman/listinfo/image-sig

Re: [Image-SIG] Copying EXIF data from one file or PIL image to another?

2005-06-05 Thread Paul Moore
information with PIL. Hope this helps (a bit) Paul. ___ Image-SIG maillist - Image-SIG@python.org http://mail.python.org/mailman/listinfo/image-sig

[Image-SIG] Announcing another Python imaging package?

2006-03-07 Thread Paul Hughett
I have been developing an open-source Python extension module for volume image processing, particularly medical imaging. Would it be appropriate for me to announce new releases of that package on this list? Paul Hughett -- This message has been scanned for viruses and dangerous content

Re: [Image-SIG] Pyvox release 0.72 now available

2006-03-17 Thread Paul Hughett
? Paul Hughett -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. ___ Image-SIG maillist - Image-SIG@python.org http://mail.python.org/mailman/listinfo/image-sig

Re: [Image-SIG] Python 2.5 binaries?

2006-04-17 Thread Paul Moore
On 4/13/06, Paul Moore [EMAIL PROTECTED] wrote: Does anyone have a binary installer for PIL with Python 2.5 on Windows? I can try building it myself, but traditionally, I've had a lot of trouble assembling all of the necessary imaging libraries, so I thought I'd save myself some time if some

[Image-SIG] PIL Programming Questions

2006-08-18 Thread Paul Prescod
into it. 3. I wanted to convert every occurrence of one colour to another. I walked each pixel. I also could not figure out how to get to a 4-bit BMP. I inferred from the documentation that this just isn't possible with out of box PIL. Overall: PIL really rocks. Paul Prescod

[Image-SIG] Crack Code?

2007-03-13 Thread Paul Rigor
Hi, Whatever happened to the PIL module CrackCode?? PIL plus is no longer available either. Thanks, Paul -- http://www.nrdcactionfund.org/tellafriend.asp ___ Image-SIG maillist - Image-SIG@python.org http://mail.python.org/mailman/listinfo/image

Re: [Image-SIG] PIL on a Mac

2007-04-25 Thread Paul Rigor
I sent a how-to using finkl as a sandbox to perform the installation. However, it was never sent through. Why? On 4/24/07, Bill Janssen [EMAIL PROTECTED] wrote: It does, but it's an old version But not significantly different from the current version in most respects, certainly for a

Re: [Image-SIG] PIL on a Mac

2007-04-25 Thread Paul Rigor
I sent a how-to using finkl as a sandbox to perform the installation. However, it was never sent through. Why? On 4/24/07, Bill Janssen [EMAIL PROTECTED] wrote: It does, but it's an old version But not significantly different from the current version in most respects, certainly for a

Re: [Image-SIG] Font colour.

2007-04-26 Thread Paul Svensson
you have to test for this case and go to some other color, perhaps black or white. Slightly better than complementing each color band, set it as far off from the background as you can; [00..7F] - FF, [80..FF] - 00. /Paul Amos On 4/26/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote

[Image-SIG] Resizing Photos

2009-04-22 Thread Paul Johnston
? Paul ___ Image-SIG maillist - Image-SIG@python.org http://mail.python.org/mailman/listinfo/image-sig

Re: [Image-SIG] Resizing Photos

2009-04-23 Thread Paul Johnston
Hi, Scratch that - I found the ANTIALIAS mode and the thumbnails are now much better quality. Thanks for a great lib! Paul On Tue, Apr 21, 2009 at 9:11 AM, Paul Johnston p...@pajhome.org.uk wrote: Hi, I'm currently using PIL to resize photos down to a thumbnail. Something I've noticed

Re: [Image-SIG] ImageFont family mojibake

2009-09-16 Thread Paul Moore
2009/9/16 Donn donn.in...@gmail.com: Another ping. Is anyone seeing the OP? \d I see it. Just can't help... ___ Image-SIG maillist - Image-SIG@python.org http://mail.python.org/mailman/listinfo/image-sig

[Image-SIG] Mac support for PIL

2010-05-07 Thread Paul Ross
to build on a Mac! Paul. ___ Image-SIG maillist - Image-SIG@python.org http://mail.python.org/mailman/listinfo/image-sig

Re: [Image-SIG] Mac support for PIL

2010-05-08 Thread Paul Ross
not guarantee this will work for others! Thanks for the help and thanks for such a great product as PIL Regards, Paul. FWIW I s On 7 May 2010, at 16:05, Yury V. Zaytsev wrote: Hi! On Wed, 2010-05-05 at 21:42 +0100, Paul Ross wrote: I know that PIL is Windows-centric but is there any chance

[Image-SIG] PIL does not support iTXt PNG chunks [patch]

2011-12-04 Thread Paul Sladen
-able patch, but contains a working implementation for chunk_iTXt() and a demonstrative test function for inserting it). -Paul #!/usr/bin/env python # Paul Sladen, 2011-12-01 from PIL import PngImagePlugin, Image, ImageFile #Image.DEBUG = True # Meh, why doesn't PIL support this already? def

[Image-SIG] fromarray rotates image

2012-01-29 Thread Cousoulis, Paul
The fromarray method is rotating the shape of arrays when converting from numpy arrays. In [56]: npArray.shape Out[56]: (650, 670) In [57]: newimage = Image.fromarray(npArray) In [58]: newimage.size Out[58]: (670, 650) In [59]: Image.VERSION Out[59]: '1.1.7' Thanks Paul

Re: [Image-SIG] [SPAM] - Re: fromarray rotates image - Email found in subject

2012-02-04 Thread Cousoulis, Paul
The second image is a 32 bit tif, so you need to use something like ImageJ or Fiji. Microsoft image viewer won't work. I think I shouldn't have to fiddle with the row/column order, but I guess it needs to stay the way it is. Thanks for the help. Paul -Original Message- From: Chris

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

2013-06-25 Thread Paul Furley
the dithering process wreaks havoc on the beautifully antialiased edges in the image. Any thoughts would be very gratefully received. Kind regards, Paul ___ Image-SIG maillist - Image-SIG@python.org http://mail.python.org/mailman/listinfo/image-sig

[Image-SIG] ImageTk.PhotoImage: DLL load failed: The specified module could not be found.

2009-07-09 Thread Jean-Paul MiƩville
on Python 2.5.4 (r254:67916, Apr 27 2009, 15:41:14). Thanks for your help, Jean-Paul ___ Image-SIG maillist - Image-SIG@python.org http://mail.python.org/mailman/listinfo/image-sig