mirror of
https://github.com/photoprism/photoprism.git
synced 2026-03-02 22:57:18 -05:00
Indexing: Converting certain Sony ARW-Files fails (no JPG files created) #2148
Labels
No labels
ai
android
api
auth
awesome
bug
bug
ci
cli
config
database
declined
deprecated
docker
docs 📚
documents
duplicate
easy
enhancement
enhancement
enhancement
epic
faces
feedback wanted
frontend
hacktoberfest
help wanted
idea
in-progress
incomplete
index
invalid
ios
labels
live
live
low-priority
macos
member-feature
metadata
mobile
nas
needs-analysis
no-coding-required
no-coding-required
observability
performance
places
please-test
plus-feature
priority
pro-feature
question
raspberry-pi
raw
released
released
released
research
resolved
security
sharing
tested
tests
third-party-issue
thumbnails
upgrade
upstream-issue
ux
vector
video
waiting
won't fix
won't fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/photoprism#2148
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dinoschachten on GitHub (Jul 18, 2024).
I have a number of files that I shot with a Sony a7IV, utilising the compressed RAW setting "S".
During indexing I get the following output, which looks to me like both darktable and rawtherapee attempt to convert, but fail:
For the affected RAW files, no JPG files are created in the sidecar directory, and subsequently no YML files either.
Curiously, DigiKam (using LibRaw for RAW conversion) marks these RAW files as "TIFF" (but displays them correctly) while other RAW files from the same camera at different compression settings are marked as "ARW" as they should.
Not sure if this is something that can or should be fixed within Photoprism (in the way that rawtherapee and darktable are utilised), or if this is simply a shortcoming of both of the utilised conversion tools...
As this probably doesn't affect many users, and I myself don't intend on using this specific RAW compression setting, I am perfectly fine with this ending up as a "won't fix".
I just thought you should know in case this is an easy fix, or in case there has been contemplation regarding changes of tools or settings for RAW conversion that this might factor into.
I will provide a sample file and reference this issue.
@lastzero commented on GitHub (Jul 18, 2024):
Many "custom" RAW formats are based on TIFF as not to reinvent the wheel. PhotoPrism itself does not directly try to open any raw images, so this probably is an upstream issue with Darktable and/or Rawtherapee.
@lastzero commented on GitHub (Jul 18, 2024):
Here is the related upstream issue:
@dinoschachten commented on GitHub (Jul 18, 2024):
Yes, thanks! I searched around a bit and found that Darktable indeed explicitly does not support "Sony downsized lossless ARWs (“M” for full-frame, “S” for full-frame & APS-C)" (https://www.darktable.org/resources/camera-support/). Info for Rawtherapee is not as easy to find... would seem likely that both don't support it for the same reason. Sorry, I could have done my homework more thoroughly...
Unless you intend to integrate yet another conversion tool (LibRaw) I think this can be closed. ;) Perhaps it will be fixed in future releases of Darktable and/or Rawtherapee.
@lastzero commented on GitHub (Jul 18, 2024):
The related Rawtherapee issue can be found here:
Based on this, it is indeed a problem with third-party software that can be tracked (and should be commented on) in the upstream repositories.
@dinoschachten commented on GitHub (Jul 18, 2024):
Ah thanks! Even though these issues are slightly misleading: Lossless compression without downscaling is supported perfectly at this time (perhaps wasn't a couple of months back). It is really only the downsized lossless compressed ARWs that produce these issues.