Thanks a lot Gabriel,
Your answer is perfect.
I was only looking in part II of the PIL manual and overlooked the
Appendix :-(.
I also apreciate
Image.ID , Image.SAVE , Image.OPEN
I saw them when typing
dir Image
but I never had the idea of calling Image.init() first
bye
N
Gabriel Genellin
En Thu, 23 Jul 2009 06:56:45 -0300, News123 escribió:
Somehow I have difficulties reading the documentation for PIL (Image)
Is there an easy way to know which formats are supported and what their
names are?
py> import PIL
py> from PIL import Image
py> Image.ID
[]
py> Image.init()
py> Image.I
Hi,
Somehow I have difficulties reading the documentation for PIL (Image)
Is there an easy way to know which formats are supported and what their
names are?
Is there an easy way to know which parameters are supported by
Image.save(). How can I list them where are they documented?
Somehow I con