Rene Warren wrote: > I was wondering if it's possible to adjust the resolution of a newly > created image under PIL. > e.g. is it possible to specify the number of DPI?
depends on the file format. many, but not all, output drivers support
the dpi= option. example:
im.save(filename, dpi=(72, 72))
</F>
_______________________________________________
Image-SIG maillist - [email protected]
http://mail.python.org/mailman/listinfo/image-sig
