-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TIFF: Support all features #1612
Comments
Photos.zip After download those files, rename Photos.z01.zip to Photos.z01 Then decompress Photos.zip |
I trust that some TIFF files can't be decoded... that's the full TIFF spec: https://www.adobe.io/content/dam/udp/en/open/standards/tiff/TIFF6.pdf The Go authors didn't implement all of it. We don't have the financial resources either if Google doesn't. |
We actually could use Darktable for conversion from TIFF to JPEG. |
photo-1415886541506-6efc5e4b1786.tiff 45MB(tiff) -> 12MB(jpg) It seems fine for me. |
Nice, here is another example which works and has a corresponding xmp file. |
What's the solution for now, manually convert via darktable-cli? |
The solution would be to have time to build one, which we don't have at the moment. This issue has not received much attention from users, so it has not been a top priority for us, given the number of other requests. A few lines of code should resolve it if you use an external converter instead of the built-in TIFF library (don't ask me why Google didn't implement all the TIFF features, maybe they ran out of money). |
It would be very helpful to have file samples available for testing, see our contact page for details: https://photoprism.app/contact Edit: Sorry, just saw you already added a ZIP with samples! Thank you :) |
@iwinstar @CDeLeon94 @maxammann Since we added support for the ImageMagick "convert" command to support vector formats (see issue #2207), it is possible that previously unsupported TIFF files will work now. The upcoming preview build |
Signed-off-by: Michael Mayer <michael@photoprism.app>
Signed-off-by: Michael Mayer <michael@photoprism.app>
If you don't use our Docker image, please make sure to install the recommended dependencies including ImageMagick to ensure full file format support. See the "Dependencies" section of our package installation docs for more details: https://dl.photoprism.app/pkg/linux/README.html Thank you very much! ❤️ |
version: 211007-8f55d6f8-Linux-x86_64 (latest)
detail logs:
"tiff: unsupported feature: color model" seems easy to fix:
photoview/photoview#242
"tiff: invalid format: not enough pixel data" no idea how to fix it.
I also provide those two photos for you guys to test. Thanks.
The text was updated successfully, but these errors were encountered: