[Matplotlib-users] PNG without transparency

2010-08-12 Thread Miha Tomšič
Hello! I am having trouble saving figures to PNG with Agg backend. The problem is I can't get a PNG without transparency even if I specify: fig.savefig(colorAgg.png, dpi=300, transparent=False) identify still indicates there is a 1-bit aplha channel present: Image: colorAgg.png Format: PNG

Re: [Matplotlib-users] PNG without transparency

2010-08-12 Thread Benjamin Root
On Thu, Aug 12, 2010 at 1:56 AM, Miha Tomšič miha.tom...@gmail.com wrote: Hello! I am having trouble saving figures to PNG with Agg backend. The problem is I can't get a PNG without transparency even if I specify: fig.savefig(colorAgg.png, dpi=300, transparent=False) identify still