Le 17/09/10 16:59, Hans Meine a écrit :
Am Donnerstag 16 September 2010, 21:57:07 schrieb Vincent Vande Vyvre:
  
If an image is type RAW, (.CR2, .RAF, .3FR, .MRW etc) an image format .tiff
is automatically created and replace the RAW file. The original file is
lost.
    
That does not sound like Qt's fault.  Qt allows to register ImageIO format 
handlers; maybe someone registered a buggy/dangerous format handler for camera 
RAW formats?

HTH,
  Hans

  
Hi Hans,

You're right, it's not Qt' fault, in my complete code the files are initially filtered
by imghdr which often returns the format .tiff for these images.

Qt is able to open a large number of these image, but it extracts the thumbnail
included and I was misled by the dimension of these images.

(e.g. 6048 x 4032 pxl for the thumbnail in NIKON D3X)

I had not yet treated this type of image previously ...

Thanks

--
Vincent V.V.
Oqapy
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to