Re: PIL and Python

2009-08-22 Thread catafest
If I make it work, i will send the solution. Thank you !

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: PIL and Python

2009-08-21 Thread Michele Petrazzo
catafest wrote:
> I don't extract data from jpegs. I wanna put some data in this
> (copyright of my site) ...
> 

My wrap for freeimage, called freeimagepy :) can't, as now, wrote exif
information on the image, but since freeimage can do it, I think that
it's not so difficult to add this type of feature.
If you have some time for investigate and create a patch, I'll be happy
to include it into the mainline!

Contact me directly if you want to talk of need some help on how do it.

Michele
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: PIL and Python

2009-08-21 Thread catafest
I don't extract data from jpegs.
I wanna put some data in this (copyright of my site) ...

On Aug 20, 2:01 pm, MaxTheMouse  wrote:
> On Aug 20, 10:23 am, catafest  wrote:
>
> > On my photo jpg i have this :
>
> > Image Type: jpeg (The JPEG image format)
> > Width: 1224 pixels
> > Height: 1632 pixels
> > Camera Brand: Sony Ericsson
> > Camera Model: W810i
> > Date Taken: 2009:07:09 08:16:21
> > Exposure Time: 1/19 sec.
> > ISO Speed Rating: 320
> > Flash Fired: Flash did not fire, compulsory flash mode.
> > Metering Mode: Center-Weighted Average
> > Software: R4EA031     prgCXC1250321_ORANGE_HN 4.5
>
> > This is the data i want edit it to make some copyright for my site.
>
> I don't know about PIL but you might want to try 
> exif.py.http://sourceforge.net/projects/exif-py/

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: PIL and Python

2009-08-20 Thread MaxTheMouse
On Aug 20, 10:23 am, catafest  wrote:
> On my photo jpg i have this :
>
> Image Type: jpeg (The JPEG image format)
> Width: 1224 pixels
> Height: 1632 pixels
> Camera Brand: Sony Ericsson
> Camera Model: W810i
> Date Taken: 2009:07:09 08:16:21
> Exposure Time: 1/19 sec.
> ISO Speed Rating: 320
> Flash Fired: Flash did not fire, compulsory flash mode.
> Metering Mode: Center-Weighted Average
> Software: R4EA031     prgCXC1250321_ORANGE_HN 4.5
>
> This is the data i want edit it to make some copyright for my site.

I don't know about PIL but you might want to try exif.py.
http://sourceforge.net/projects/exif-py/
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: PIL and Python

2009-08-20 Thread catafest

On my photo jpg i have this :

Image Type: jpeg (The JPEG image format)
Width: 1224 pixels
Height: 1632 pixels
Camera Brand: Sony Ericsson
Camera Model: W810i
Date Taken: 2009:07:09 08:16:21
Exposure Time: 1/19 sec.
ISO Speed Rating: 320
Flash Fired: Flash did not fire, compulsory flash mode.
Metering Mode: Center-Weighted Average
Software: R4EA031 prgCXC1250321_ORANGE_HN 4.5

This is the data i want edit it to make some copyright for my site.
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: PIL and Python

2009-08-13 Thread Nobody
On Thu, 13 Aug 2009 16:38:07 -0700, Martin wrote:

>> I want use python to change the "note" from .jpeg files .
>> What is the functions on PIL how make this ?
> 
> What do u mean by the note?

I think he means the EXIF data.

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: PIL and Python

2009-08-13 Thread Martin
On Aug 13, 1:55 pm, "catalinf...@gmail.com" 
wrote:
> Hello !
> I want use python to change the "note" from .jpeg files .
> What is the functions on PIL how make this ?
> Thank you !

What do u mean by the note?
-- 
http://mail.python.org/mailman/listinfo/python-list


PIL and Python

2009-08-13 Thread catalinf...@gmail.com
Hello !
I want use python to change the "note" from .jpeg files .
What is the functions on PIL how make this ?
Thank you !
-- 
http://mail.python.org/mailman/listinfo/python-list