From: <md...@us...> - 2007-10-09 15:58:37
|
Revision: 3931 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3931&view=rev Author: mdboom Date: 2007-10-09 08:58:36 -0700 (Tue, 09 Oct 2007) Log Message: ----------- Raw files should be saved (optionally) with rgba extension, which is what ImageMagick understands. Modified Paths: -------------- trunk/matplotlib/lib/matplotlib/backend_bases.py Modified: trunk/matplotlib/lib/matplotlib/backend_bases.py =================================================================== --- trunk/matplotlib/lib/matplotlib/backend_bases.py 2007-10-09 15:58:09 UTC (rev 3930) +++ trunk/matplotlib/lib/matplotlib/backend_bases.py 2007-10-09 15:58:36 UTC (rev 3931) @@ -1079,7 +1079,7 @@ 'png': 'Portable Network Graphics', 'ps' : 'Postscript', 'raw': 'Raw RGBA bitmap', - 'rgb': 'Raw RGBA bitmap', + 'rgba': 'Raw RGBA bitmap', 'svg': 'Scalable Vector Graphics', 'svgz': 'Scalable Vector Graphics' } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |