[Bug 1778344] Re: Shotwell exports images with DPI of 1 according to windows

2018-06-23 Thread Bryce Willey
The original CR2 image from the camera is:

Exif.Image.XResolution   Rational1  72
Exif.Image.YResolution   Rational1  72
Exif.Image.ResolutionUnitShort   1  inch

But I use Darktable to process the raw image, and it's output is:

Error: XMP Toolkit error 203: Duplicate property or field node
Warning: Failed to decode XMP metadata.
Exif.Image.XResolution   SLong   1  300
Exif.Image.YResolution   SLong   1  300
Exif.Image.ResolutionUnitShort   1  inch

So it must be a problem with Darktable. Thanks for the help, I'll close
this.

** Changed in: shotwell (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to shotwell in Ubuntu.
https://bugs.launchpad.net/bugs/1778344

Title:
  Shotwell exports images with DPI of 1 according to windows

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shotwell/+bug/1778344/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1778344] Re: Shotwell exports images with DPI of 1 according to windows

2018-06-23 Thread Jens Georg
Exif.Image.XResolution   SLong   1  300
Exif.Image.YResolution   SLong   1  300
Exif.Image.ResolutionUnitShort   1  inch

The issue is that the datatype of XResolution/YResolution is SLong, not
Rational.

But Shotwell does not touch those values. Can you check the datatype on
the original image with exiv2 -pa | grep Resolution

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to shotwell in Ubuntu.
https://bugs.launchpad.net/bugs/1778344

Title:
  Shotwell exports images with DPI of 1 according to windows

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shotwell/+bug/1778344/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs