-
Notifications
You must be signed in to change notification settings - Fork 688
Encoding jpeg's PixelDensity #2649
Copy link
Copy link
Open
Labels
kind: dependency-trackedOriginating in a dependency; upstream tracking existsOriginating in a dependency; upstream tracking existsnext: breakingInformation tag for PRs and ideas that require an interface breakInformation tag for PRs and ideas that require an interface break
Description
When migrating to the jpeg-encoder crate from or in-tree version we give up this setting in the API and do not write it to file. The issue here is figuring out a better way of defining such format-specific settings or deriving them from non-format-specific indications such as a high-level representation of it's EXIF data.
See: vstroebel/jpeg-encoder#21
An example of the inverse problem, when decoding: #1958 Notably we never had the pixel density as a separate API for jpeg's decoder so this was rather untested..
From #2636
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind: dependency-trackedOriginating in a dependency; upstream tracking existsOriginating in a dependency; upstream tracking existsnext: breakingInformation tag for PRs and ideas that require an interface breakInformation tag for PRs and ideas that require an interface break