On page i read now ... qt4.2 can read tiff format i supported ......

Target: I like only transform tif2jpg....

....
http://www.trolltech.com/developer/n...changes-4.2.0/
search tiff inside ....

Why i not find on list QImageReader::supportedImageFormats();
I use 4.2.1 window (mingw compiler) / mac (xcode tiger universal)

& http://artis.imag.fr/Software/TiffIO/ is not possibel to compile on 4.2! win + mingw
200 line of error....


Qt Code:
  1. QString filter;
  2. QSettings setter;
  3. filter = tr( "All supported Types" ) + " (";
  4. QList<QByteArray> formats = QImageReader::supportedImageFormats();
  5. for ( int x = 0; x < formats.count(); ++x ) {
  6. /* not list ¨!tiff*/
  7. }
To copy to clipboard, switch view to plain text mode