Michael Mayer
Michael Mayer
I think in the old version, fetching folders from very large shares silently failed after a while and required multiple requests, while the current version tries to reduce the number...
https://stackoverflow.com/questions/31284615/meaning-of-depth-header-in-webdav-propfind-method
Understandable! :smile: The progress is that we have spent the last few weeks improving our documentation to significantly reduce the amount of time we have to spend responding to (avoidable)...
We have just released this major update: https://github.com/photoprism/photoprism/releases/tag/230502-c405f6eff Feel free to sign up as a member so we can continue our work to implement this and other features. Thank you!...
Please also explain the use case and how you have created and rotated the WebP image. From what I know, there are currently no cameras that natively create WebP files....
As PhotoPrism will create JPEG files for all WebP images, this approach ultimately requires more, not less storage. Since you already did custom development, you should modify your convert script...
See also: - https://zpl.fi/exif-orientation-in-different-formats/ Exif Orientation is not common for WebP based on the intended use csse. It could also be automatically rotated and the metadata rotates it again, also...
> I just tried to convert this webp file using magick FILE.webp -auto-orient test.jpg, and unfortunately it ignored the orientation. So this is likely an issue with ImageMagick. > Are...
The Google team said Auto-Rotate is not implemented in their `cwebp` tool to "keep the scope of this [mess] manageable" and marked the issue as "WontFix (Closed)": - https://bugs.chromium.org/p/webp/issues/detail?id=445 Just...
My bet is that this can be fixed with like 10 lines of code in the `cwebp` tool, if just someone would do the work. Common JPEG libraries have an...