<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-15"
http-equiv="Content-Type">
<title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
Le 17/09/10 16:59, Hans Meine a écrit :
<blockquote
cite="mid:201009171659.54443.meine@informatik.uni-hamburg.de"
type="cite">
<pre wrap="">Am Donnerstag 16 September 2010, 21:57:07 schrieb Vincent Vande Vyvre:
</pre>
<blockquote type="cite">
<pre wrap="">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.
</pre>
</blockquote>
<pre wrap="">
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
</pre>
</blockquote>
Hi Hans,<br>
<br>
You're right, it's not Qt' fault, in my complete code the files are
initially filtered <br>
by imghdr which often returns the format .tiff for these images.<br>
<br>
Qt is able to open a large number of these image, but it extracts the
thumbnail <br>
included and I was misled by the dimension of these images.<br>
<br>
(e.g. 6048 x 4032 pxl for the thumbnail in NIKON D3X)<br>
<br>
I had not yet treated this type of image previously ...<br>
<br>
Thanks<br>
<br>
<div class="moz-signature">-- <br>
Vincent V.V.<br>
<a href="https://launchpad.net/oqapy">Oqapy</a></div>
</body>
</html>