<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#ffffff">
Le 16/09/10 12:59, Dan Halbert a écrit :
<blockquote cite="mid:4C91F8A6.3050907@halwitz.org" type="cite"> On
9/16/2010 4:02 AM, Vincent Vande Vyvre wrote:
  <br>
  <blockquote type="cite">If an image is type RAW, (.CR2, .RAF, .3FR,
.MRW etc) an image format .tiff is automatically created
    <br>
and replace the RAW file. The original file is lost.
    <br>
  </blockquote>
Could you give a short test program that reproduces the problem? Sounds
like it only needs to read the file and maybe generate a thumbnail. 
--Dan
  <br>
  <br>
_______________________________________________
  <br>
PyQt mailing list    <a class="moz-txt-link-abbreviated" href="mailto:PyQt@riverbankcomputing.com">PyQt@riverbankcomputing.com</a>
  <br>
<a class="moz-txt-link-freetext" href="http://www.riverbankcomputing.com/mailman/listinfo/pyqt">http://www.riverbankcomputing.com/mailman/listinfo/pyqt</a>
  <br>
  <br>
</blockquote>
Hello,<br>
<br>
Thanks for the respons.<br>
<br>
Well, any trivial code may reproduce the problem :<br>
<br>
folder = /folder/with/image/files<br>
images = glob.glob(folder)<br>
for image in images:<br>
     img = QtGui.QImage(image)<br>
     if not img.isNull():<br>
          set_thumbnail(img)<br>
<br>
If you have some RAW type of image in the folder, these files <br>
are converted in .tiff and the original files are lost.<br>
<br>
(RAW images are downloadable here : <a class="moz-txt-link-freetext" href="http://www.rawsamples.ch">http://www.rawsamples.ch</a>)<br>
<br>
I know, I can filter the list before process, but this isn't the
question.<br>
<br>
After reading the doc, I believed that Qt did not support RAW type.<br>
<br>
Actually, I'm implementing the support of RAW files in my application
Oqapy.<br>
I use, for this, the librairy Dcraw for extract thumbnails, metadatas, <br>
convert images to .tiff, etc.<br>
<br>
At this end and for testing, I have a folder with some images in RAW
type.<br>
<br>
The probleme : if I open (accidentally) this folder with the last
version of Oqapy,<br>
witch NOT yet support RAW type, all files is convert immediatelly in
.tiff format.<br>
<br>
Bad surprise, no ?<br>
<br>
I investigate in Qt doc, Faq and forum and, maybe, I'll post a bug.<br>
<br>
Thanks again.<br>
<br>
Cheers.<br>
<br>
<div class="moz-signature">-- <br>
Vincent V.V.<br>
<a href="https://launchpad.net/oqapy">Oqapy</a></div>
</body>
</html>