tags:

views:

135

answers:

1

Hi All,

I am using Jython to move images around and organise them. I would like to extract some information from the images like dimensions and file size.

How would I go about doing this with Jython?

Cheers

+2  A: 

Python Image Library.

S.Lott