Re: [PyQt] Usage of QImageWriter.supportsOption()

2012-11-29 Thread Vincent Vande Vyvre
Le 29/11/12 13:23, Phil Thompson a écrit : > > QImageWriter can only handle one format, so create a new one in the loop. > > Phil > OK, it's more clear for me now. Thanks -- Vincent V.V. Oqapy . Qarte . PaQager

Re: [PyQt] Usage of QImageWriter.supportsOption()

2012-11-29 Thread Vincent Vande Vyvre
Le 29/11/12 11:41, Vincent Vande Vyvre a écrit : > I'm trying to see what option is supported by QImageWriter(). > > A test code: > - > # -*- coding: utf-8 -*- > > from PyQt4.QtGui import QImageWrite

Re: [PyQt] Usage of QImageWriter.supportsOption()

2012-11-29 Thread Phil Thompson
On Thu, 29 Nov 2012 11:41:52 +0100, Vincent Vande Vyvre wrote: > I'm trying to see what option is supported by QImageWriter(). > > A test code: > - > # -*- coding: utf-8 -*- > > from PyQt4.QtGui i

[PyQt] Usage of QImageWriter.supportsOption()

2012-11-29 Thread Vincent Vande Vyvre
I'm trying to see what option is supported by QImageWriter(). A test code: - # -*- coding: utf-8 -*- from PyQt4.QtGui import QImageWriter, QImageIOHandler frmts = ['bmp', 'bw', 'eps', 'ico', 'jp2'