[Digikam-devel] [Bug 123522] Minolta's RAW files (mrw) aren't show	in the view window
    Gilles Caulier 
    caulier.gilles at free.fr
       
    Mon Mar 13 07:20:23 GMT 2006
    
    
  
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=123522         
------- Additional Comments From caulier.gilles free fr  2006-03-13 08:20 -------
The space between q and 0 from "-q 0" dcraw option is require to preserve compatibilty between dcraw < 0.8.x  and last dcraw release. The space is not a problem :
With "dcraw" v8.03 :
dcraw -2 -w -a -q 0 MINOLTA-DYNAX7D.MRW ==> work fine
dcraw -2 -w -a -q0 MINOLTA-DYNAX7D.MRW ==> Error : Non-numeric argument to "-q"
With "dcraw" v6.35 :
dcraw -2 -w -a -q 0 MINOLTA-DYNAX7D.MRW ==>  Warning : "0: No such file or directory" ... but the file is decoded !
dcraw -2 -w -a -q0 MINOLTA-DYNAX7D.MRW ==> work fine
Gilles Caulier
    
    
More information about the Digikam-devel
mailing list