-
Image rotation is not working properly in all cases when outputting in JPEG format.
The problem is that is HEIF image is rotated, but the copied EXIF data causes the JPEG image to rotate again. Usual…
-
### ⚠️ This issue respects the following points: ⚠️
- [x] This is a **bug**, not a question or a configuration/webserver/proxy issue.
- [x] This issue is **not** already reported on [Github](https://…
-
Most PNG files show as ismissing in my library. If selected and request "export original" Photos downloads them and they show up but if just editing, they do not. They seem to have 3 derivative file…
-
Copied images on macOS 10.15 dont show.
When I copy a image to clipboard, the preview in CopyQ is just the macOS preview icon for JPEG, if I copy this item back to clipboard and paste, it just pas…
-
### Issue Summary
When using the image upload page in the admin interface, WebP images are not rendered as a preview while the image file is being uploaded, or once the file has completed upload.
…
-
## Prerequisites
- [x] I have searched open and closed issues for duplicates.
## Describe the bug
When importing photos from my iPhone, all images appear in the preview, but when I use the "Impor…
-
In HEIF/HEIC, there is an optional way to signal alpha channel information.
In particular, there's a field called `alpha_channel_use_idc`.
From the HEIF spec:
_"alpha_channel_use_idc equal to 0…
-
### The bug
ios app upload frequently had error "PathNotFoundException" with "can not open file" or "can not delete file".
I have setup a shared album on iphone but the immich uploading album is "…
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Operating system
Arch Linux
### Installation method
Package Manager (from OS)
### Betterlockscreen & Depend…
-
var WebImage: TWebPImage;
var HeifImage: THeifImage;
WebImage := TWebPImage.Create;
HeifImage := THeifImage.Create;
try
// Load WebP
WebImage.LoadFromFile('sample.webp');
…