<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.python.image">
    <title>gmane.comp.python.image</title>
    <link>http://permalink.gmane.org/gmane.comp.python.image</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.image/5366"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.image/5365"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.image/5364"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.image/5363"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.image/5362"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.image/5361"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.image/5360"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.image/5359"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.image/5358"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.image/5357"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.image/5356"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.image/5355"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.image/5354"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.image/5353"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.image/5352"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.image/5351"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.image/5350"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.image/5349"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.image/5348"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.image/5347"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.image/5366">
    <title>Re: Unsubscribe</title>
    <link>http://permalink.gmane.org/gmane.comp.python.image/5366</link>
    <description>&lt;pre&gt;
Also, it's a pretty common practice for setup.py files to look in
"standard" locations for includes -- i.e. marcports and fink locations
on OS-X, maybe we should add the homebrew locations as well (though
doesn't homebrew use use/local ? I'd think that would already be on
the standard  list.

-Chris


&lt;/pre&gt;</description>
    <dc:creator>Chris Barker - NOAA Federal</dc:creator>
    <dc:date>2013-03-19T23:50:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.image/5365">
    <title>Re: How to tell Pillow where to look for header files (on OS X)?</title>
    <link>http://permalink.gmane.org/gmane.comp.python.image/5365</link>
    <description>&lt;pre&gt;
Not environment variable,s but there is a config file for that.  There is some minimal documentation at:

http://docs.python.org/2/install/index.html#distutils-configuration-files

Mark S.

_______________________________________________
Image-SIG maillist  -  Image-SIG&amp;lt; at &amp;gt;python.org
http://mail.python.org/mailman/listinfo/image-sig

&lt;/pre&gt;</description>
    <dc:creator>Mark Sienkiewicz</dc:creator>
    <dc:date>2013-03-18T14:28:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.image/5364">
    <title>Re: How to tell Pillow where to look for header files(on OS X)?</title>
    <link>http://permalink.gmane.org/gmane.comp.python.image/5364</link>
    <description>&lt;pre&gt;On 2013-03-16 09:29:19 +0000, Felix Schwarz said:


What are "special environment variables"? Variables you defined, or are 
you setting already existing vars…


Yes, please submit it for review. I'm not sure I fully understand the 
issue yet, so maybe that will help. IIRC, brew uses very common lib and 
header path dirs (e.g. /usr/local/lib, /usr/local/include) and Pillow's 
setup.py certainly already checks those paths. It's good that you were 
able to get it to work by passing in the path, but I'm not sure why you 
had to.




&lt;/pre&gt;</description>
    <dc:creator>Alex Clark</dc:creator>
    <dc:date>2013-03-17T12:08:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.image/5363">
    <title>Re: Pillow 2.0.0 released</title>
    <link>http://permalink.gmane.org/gmane.comp.python.image/5363</link>
    <description>&lt;pre&gt;On 2013-03-16 13:23:20 +0000, Charlie Clark said:


Thank you! The majority of that work was done by Brian Crowell 
(https://github.com/fluggo).



&lt;/pre&gt;</description>
    <dc:creator>Alex Clark</dc:creator>
    <dc:date>2013-03-16T23:30:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.image/5362">
    <title>Re: How to tell Pillow where to look for header files (on OS X)?</title>
    <link>http://permalink.gmane.org/gmane.comp.python.image/5362</link>
    <description>&lt;pre&gt;Hi,

Am 16.03.2013 13:15, schrieb Alex Clark:

Very much so, yes. Can you check if you have the jpeg headers somehow
installed system-wide? Is there anything in homebrew I can configure so the
headers are linked also in the default include locations?

fs

_______________________________________________
Image-SIG maillist  -  Image-SIG&amp;lt; at &amp;gt;python.org
http://mail.python.org/mailman/listinfo/image-sig

&lt;/pre&gt;</description>
    <dc:creator>Felix Schwarz</dc:creator>
    <dc:date>2013-03-16T21:18:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.image/5361">
    <title>Re: Pillow 2.0.0 released</title>
    <link>http://permalink.gmane.org/gmane.comp.python.image/5361</link>
    <description>&lt;pre&gt;Am 15.03.2013, 18:44 Uhr, schrieb Alex Clark &amp;lt;aclark&amp;lt; at &amp;gt;aclark.net&amp;gt;:


Congratulations on adding Python 3 support!

Charlie
&lt;/pre&gt;</description>
    <dc:creator>Charlie Clark</dc:creator>
    <dc:date>2013-03-16T13:23:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.image/5360">
    <title>Re: How to tell Pillow where to look for header files (on OS X)?</title>
    <link>http://permalink.gmane.org/gmane.comp.python.image/5360</link>
    <description>&lt;pre&gt;
as a follow-up I hacked together a quick patch so that setup.py checks also
special environment variables.

Do you think that functionality is interesting for pillow? If so I can submit
a pull request.

fs

_______________________________________________
Image-SIG maillist  -  Image-SIG&amp;lt; at &amp;gt;python.org
http://mail.python.org/mailman/listinfo/image-sig
&lt;/pre&gt;</description>
    <dc:creator>Felix Schwarz</dc:creator>
    <dc:date>2013-03-16T09:29:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.image/5359">
    <title>Re: How to tell Pillow where to look for header files (on OS X)?</title>
    <link>http://permalink.gmane.org/gmane.comp.python.image/5359</link>
    <description>&lt;pre&gt;Hi Mark,

Am 15.03.2013 22:24, schrieb Mark Sienkiewicz:

That worked for me. Thanks a lot.

Is there any way to set these parameters using environment variables? Pillow
is being installed as a dependency for my library so it would be easier if
users could set up something beforehand...


Well, I have a virtualenv anyway so I don't need that.

Thank you very much for your spot-on explanation.
fs

_______________________________________________
Image-SIG maillist  -  Image-SIG&amp;lt; at &amp;gt;python.org
http://mail.python.org/mailman/listinfo/image-sig

&lt;/pre&gt;</description>
    <dc:creator>Felix Schwarz</dc:creator>
    <dc:date>2013-03-16T09:10:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.image/5358">
    <title>Re: How to tell Pillow where to look for header files (on OS X)?</title>
    <link>http://permalink.gmane.org/gmane.comp.python.image/5358</link>
    <description>&lt;pre&gt;

Am 15.03.2013 22:13, schrieb Bruce Johnson:

Maybe I'm missing something but as far as I know $PATH is only used to find
executables but in my case I need to specify the include directory which is
usually specified using '-I...' in the compiler call.

fs

_______________________________________________
Image-SIG maillist  -  Image-SIG&amp;lt; at &amp;gt;python.org
http://mail.python.org/mailman/listinfo/image-sig

&lt;/pre&gt;</description>
    <dc:creator>Felix Schwarz</dc:creator>
    <dc:date>2013-03-16T09:07:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.image/5357">
    <title>Re: How to tell Pillow where to look for header files(on OS X)?</title>
    <link>http://permalink.gmane.org/gmane.comp.python.image/5357</link>
    <description>&lt;pre&gt;On 2013-03-15 20:44:23 +0000, Felix Schwarz said:


You shouldn't have to. Could something else be wrong? I have the same 
OS and Homebrew libs… and I get this:


    --------------------------------------------------------------------
    SETUP SUMMARY (Pillow 2.0.0 fork, originally based on PIL 1.1.7)
    --------------------------------------------------------------------
    version      2.0.0 (Pillow)
    platform     darwin 2.7.3 (default, Feb 11 2013, 07:30:37)
                 [GCC 4.2.1 Compatible Apple LLVM 4.2 (clang-425.0.24)]
    --------------------------------------------------------------------
    --- TKINTER support available
    --- JPEG support available
    --- ZLIB (PNG/ZIP) support available
    --- TIFF G3/G4 (experimental) support available
    --- FREETYPE2 support available
    --- LITTLECMS support available
    *** WEBP support not available
    --------------------------------------------------------------------
    To add a missing option, make sure you have the required
    &lt;/pre&gt;</description>
    <dc:creator>Alex Clark</dc:creator>
    <dc:date>2013-03-15T22:46:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.image/5356">
    <title>Re: How to tell Pillow where to look for header files(on OS X)?</title>
    <link>http://permalink.gmane.org/gmane.comp.python.image/5356</link>
    <description>&lt;pre&gt;
On Mar 15, 2013, at 1:44 PM, Felix Schwarz &amp;lt;felix.schwarz&amp;lt; at &amp;gt;oss.schwarz.eu&amp;gt; wrote:


Make sure ~/homebrew/include is on your $PATH?

&lt;/pre&gt;</description>
    <dc:creator>Bruce Johnson</dc:creator>
    <dc:date>2013-03-15T21:13:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.image/5355">
    <title>Re: How to tell Pillow where to look for header files (on OS X)?</title>
    <link>http://permalink.gmane.org/gmane.comp.python.image/5355</link>
    <description>&lt;pre&gt;

There are parameters for setup.py to specify where the include files and library files are.  The interface is a bit klunky, but it worked like this for me:

build_ext means to build the C extensions; this command recognizes -I for another directory of include files and -L for another directory of library files

     python setup.py build_ext -I ~/homebrew/include -L ~/homebrew/lib

build means to do both the python and the C extension, but distutils recognizes that the C extension is built already, so you don't need to specify -I/-L -- a good thing, because it doesn't recognize them!

     python setup.py build

install copies the build files to the install directory; the above commands did all of the build steps

     python setup.py install

There are options to specify a specific directory to install in.  I usually use:

python setup.py install --home ~/py

to get ~/py/bin (add to PATH) and ~/py/lib/python (add to PYTHONPATH).


Regards,

Mark S.

_______________________________________________
Image-SI&lt;/pre&gt;</description>
    <dc:creator>Mark Sienkiewicz</dc:creator>
    <dc:date>2013-03-15T21:24:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.image/5354">
    <title>How to tell Pillow where to look for header files (onOS X)?</title>
    <link>http://permalink.gmane.org/gmane.comp.python.image/5354</link>
    <description>&lt;pre&gt;Hey,

how can I specify the include dir for header files (jpeglib.h) for Pillow
without modifying the source?

I'm on OS X (Mountain Lion) and installed libjpeg using homebrew. There is a
'jpeglib.h' file in ~/homebrew/include but 'python setup.py build' still says
'no jpeg support'.

Any ideas/pointers?
fs
_______________________________________________
Image-SIG maillist  -  Image-SIG&amp;lt; at &amp;gt;python.org
http://mail.python.org/mailman/listinfo/image-sig

&lt;/pre&gt;</description>
    <dc:creator>Felix Schwarz</dc:creator>
    <dc:date>2013-03-15T20:44:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.image/5353">
    <title>Pillow 2.0.0 released</title>
    <link>http://permalink.gmane.org/gmane.comp.python.image/5353</link>
    <description>&lt;pre&gt;FYI,

Pillow 2.0.0 released:

- https://pypi.python.org/pypi/Pillow/2.0.0

Please report issues here:

- https://github.com/python-imaging/Pillow/issues

&lt;/pre&gt;</description>
    <dc:creator>Alex Clark</dc:creator>
    <dc:date>2013-03-15T17:44:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.image/5352">
    <title>New IRC channel on freenode, "#pil"</title>
    <link>http://permalink.gmane.org/gmane.comp.python.image/5352</link>
    <description>&lt;pre&gt;I don't know if anyone has ever set up an IRC channel for PIL, and I am 
assuming that no minds if I do (e.g. Fredrik). If you do mind, please 
let me know! Otherwise, please join me for PIL &amp;amp; Pillow discussion on 
irc.freenode.net in the #pil channel. More details here:

- http://python-imaging.github.com/Pillow/

Alex

&lt;/pre&gt;</description>
    <dc:creator>Alex Clark</dc:creator>
    <dc:date>2013-03-06T14:46:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.image/5351">
    <title>Re: PSF grant</title>
    <link>http://permalink.gmane.org/gmane.comp.python.image/5351</link>
    <description>&lt;pre&gt;On 2013-02-28 01:29:47 +0000, Alex Clark said:



Approved! Thank you PSF. Closed 
https://github.com/python-imaging/Pillow/issues/61.



&lt;/pre&gt;</description>
    <dc:creator>Alex Clark</dc:creator>
    <dc:date>2013-03-06T14:41:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.image/5350">
    <title>Re: PSF grant</title>
    <link>http://permalink.gmane.org/gmane.comp.python.image/5350</link>
    <description>&lt;pre&gt;On 2013-02-25 16:00:21 +0000, Alex Clark said:



Proposal I will send tomorrow, comments welcome: 
https://github.com/python-imaging/psf-grant-proposal



&lt;/pre&gt;</description>
    <dc:creator>Alex Clark</dc:creator>
    <dc:date>2013-02-28T01:29:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.image/5349">
    <title>PSF grant</title>
    <link>http://permalink.gmane.org/gmane.comp.python.image/5349</link>
    <description>&lt;pre&gt;Dear Python Imaging Folks,


I'm considering asking the PSF for a grant to fund my work on Pillow 
for Python 3, please add any comments/questions/concerns you may have 
here:


- https://github.com/python-imaging/Pillow/issues/61


Thank you!


Alex


&lt;/pre&gt;</description>
    <dc:creator>Alex Clark</dc:creator>
    <dc:date>2013-02-25T16:00:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.image/5348">
    <title>Preserving EXIF data and image.info['dpi'] missing</title>
    <link>http://permalink.gmane.org/gmane.comp.python.image/5348</link>
    <description>&lt;pre&gt;I'm using PIL with a time lapse camera to add some text and a few 
reference lines to an image. I'm using jpeg, but may switch to ppm 
(converted from raw). I have two problems.

First, it seems as if PIL can read EXIF data but not write it. Is this 
correct? I've seen a lot of posts asking this question, but no recent 
answers. I really need the EXIF data preserved when I save the image.

Second, when saving, the default dpi is 72, not the original dpi. I saw 
someone suggest:

image.save('file.jpeg', dpi = image.info['dpi'])

but my image.info is {'exif':'very long string...'} with no dpi key.

I ended up hard coding my (300,300) dpi, but this seems less than ideal.

Thanks

&lt;/pre&gt;</description>
    <dc:creator>Ryan Neve</dc:creator>
    <dc:date>2013-02-20T20:11:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.image/5347">
    <title>Re: pillow incompatibilities</title>
    <link>http://permalink.gmane.org/gmane.comp.python.image/5347</link>
    <description>&lt;pre&gt;

And IMHO, a good thing.  PIL/Pillow need not be so special as to make claim to
so much of the top-level namespace.  Of course, there's the backward
compatibility problem to deal with, but this is the right long-term change.


I think that Matthias would like to just swap-in Pillow for PIL in Debian and
Ubuntu.  This gives application the additional opportunity to more easily port
to Python 3.


One thing that would be helpful would be to review my merge proposal for that
bug, to see if there are any other top-level modules that should be exposed by
the PILcompat.pth file.  The current set is described in Matthias's comment
here:

https://bugs.launchpad.net/ubuntu/+source/python-imaging/+bug/1112496/comments/13

with the merge proposal here:

https://code.launchpad.net/~barry/ubuntu/raring/python-imaging/lp1112496/+merge/146740

Cheers,
-Barry
_______________________________________________
Image-SIG maillist  -  Image-SIG&amp;lt; at &amp;gt;python.org
http://mail.python.org/mailman/listinfo/image-sig
&lt;/pre&gt;</description>
    <dc:creator>Barry Warsaw</dc:creator>
    <dc:date>2013-02-08T15:33:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.image/5346">
    <title>Re: pillow incompatibilities</title>
    <link>http://permalink.gmane.org/gmane.comp.python.image/5346</link>
    <description>&lt;pre&gt;On 2013-02-08 03:06:00 +0000, Matthias Klose said:



I'm not sure if "Pillow was converted to an egg" is an accurate 
description of the problem. To me, converting to egg is synonomous with 
"from setuptools import setup" (vs. from distutils import setup) which 
is a change that happened in Pillow. But there were other changes like 
removing "PIL.pth" which I think is what is actually responsible for 
the inability to do:




This was intentional.




That sounds like reverting one of the major changes facilitated by the 
fork, which I don't think is likely to happen. If you can do:




you are using PIL, not Pillow.





Thanks for the update. Let me know if there is anything else I can do to help.





&lt;/pre&gt;</description>
    <dc:creator>Alex Clark</dc:creator>
    <dc:date>2013-02-08T12:21:02</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.python.image">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.python.image</link>
  </textinput>
</rdf:RDF>
