Popular recipes by Doug Blanding http://code.activestate.com/recipes/users/984954/2003-02-16T02:10:03-08:00ActiveState Code RecipesConvert Image Format (Python)
2003-02-16T02:10:03-08:00Doug Blandinghttp://code.activestate.com/recipes/users/984954/http://code.activestate.com/recipes/180801-convert-image-format/
<p style="color: grey">
Python
recipe 180801
by <a href="/recipes/users/984954/">Doug Blanding</a>
(<a href="/recipes/tags/graphics/">graphics</a>).
Revision 4.
</p>
<p>Simple GUI to allow converting images from one format to another.
Available formats are: .gif .jpg .png .tif .bmp
Uses PIL.</p>