Dirk Farin
Dirk Farin
Thank you. I tried your images on macOS Preview. They all look similar. The same for Linux (but that is obvious since it also uses libheif). Thus, I still think...
Maybe one solution would be to have a `colorprofile-preset` option that is easier for the user to set than the four technical parameters. Something like `colorprofile-preset=jpeg` for the current default...
@silverbacknet Good idea. It might be that it is a bit non-predictable for the user, but if we introduce a `colorprofile-preset=auto` for this, it should be fine.
With the above PR, you should be able to use `--color-profile=compatible` on `heif-enc` to get a profile setting that works everywhere. Otherwise, `--color-profile=auto` might be the best setting. I cannot...
I know. #1598 is still work in progress.
Implemented for `grid` tiles. Still in progress for `tili`.
> I went back-and-forward a bit on whether adding and getting should take the item or the item id. Would appreciate feedback on that. Yes, I can understand that. My...
> Outside of specification conformance, I can think of a case where you might want to use it in a layered image, where the base layer is a photograph and...
> If you agree, I will update the interface to use a `heif_item_id` for both adding and getting. Ok.
I made a few small changes: - the languages properties can now be accessed with either the plain item interface or through a `heif_text_item`. - when setting a language to...