[Digikam-users] DNG-RAW to jpeg conversion artifacts
Arnd Baecker
arnd.baecker at web.de
Tue Jun 5 13:17:08 BST 2007
Gilles, so to support Pentax K10D and Samsung GX10 properly,
it seems that an update of dcraw to 8.72 would be needed ...
On Tue, 5 Jun 2007, Stefan Grosse wrote:
> Ok, thanks for the response and verification.
>
> The (clean) ufraw conversion I did was with ufraw 0.11 (for windows).
> The homepage states that it uses dcraw 8.72
P.S.:
[...]
> > The picture dimensions are 3936 x 2624,
> > so with the following I think your suspicion is right:
> >
> > According to
> > http://www.amazon.co.uk/Samsung-GX10-Digital-18-55mm-Kit/dp/B000LVFW1K
> > The resolution should be: 3872 x 2592
dcraw 8.72 contains the interesting lines in the source:
if (height == 2624 && width == 3936) { /* Pentax K10D and Samsung GX10 */
height = 2616;
width = 3896;
}
More information about the Digikam-users
mailing list