flathub / org.darktable.Darktable

https://flathub.org/apps/details/org.darktable.Darktable
5 stars 14 forks source link

avif export not working #64

Closed nilsholle closed 4 years ago

nilsholle commented 4 years ago

Describe the bug The following error is produced when trying to export to an avif file using the latest Flatpak from Flathub:

[dt_exif_xmp_attach_export] /var/home/.../darktable_exported/IMG_8021_01.avif: caught exiv2 exception '/var/home/.../darktable_exported/IMG_8021_01.avif: Failed to open the data source: Datei oder Verzeichnis nicht gefunden (errno = 2)' [imageio_storage_disk] could not export to file: `/var/home/.../darktable_exported/IMG_8021_01.avif'!

JPEG export works perfectly fine.

To Reproduce

  1. Select image
  2. Try to export to .avif

Expected behavior Export should work.

Platform

hfiguiere commented 4 years ago

I wonder if avif shouldn't be built before exiv2.

I'll have a look at it

hfiguiere commented 4 years ago
[dt_exif_xmp_attach_export] /home/hub/Pictures/20181217/darktable_exported/DSCF3063.avif: caught exiv2 exception '/home/hub/Pictures/20181217/darktable_exported/DSCF3063.avif: The file contains data of an unknown image type'

This looks better.

hfiguiere commented 4 years ago

btw, exporting take and LOOONNNNGGGG time and make my system thrash (I have 16GB)

hfiguiere commented 4 years ago

This will be in the next update of the flatpak (give it a few hours to appear).

Thanks !