1 | initial version |
The Python Image Library is shipped by Sage in the form of the PIL package.
Then your question becomes how to do image transformation with PIL.
A quick web search:
reveals
where there is a link to:
Using certain functions in PIL might require the presence of a jpeg library in your system, otherwise you might get error messages such as "decoder jpeg not available". See