-
Notifications
You must be signed in to change notification settings - Fork 688
Expose more JPEG encoding options #2500
Copy link
Copy link
Closed
Labels
kind: APImissing or awkward public APIs, maintainer choicemissing or awkward public APIs, maintainer choicekind: new featuresAn operation that does not exist yet, add draft tag if appropriateAn operation that does not exist yet, add draft tag if appropriatetopic: formatsTowards better encoding format coverageTowards better encoding format coverage
Description
The built-in JPEG encoder always encodes with 4:2:2 subsampling, while the most useful ones are 4:4:4 and 4:2:0, and does not allow controlling other parameters such as progressive JPEG encoding, etc.
After #1885 gets us all these features, they need to be exposed in the public API.
This is needed for wondermagick.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind: APImissing or awkward public APIs, maintainer choicemissing or awkward public APIs, maintainer choicekind: new featuresAn operation that does not exist yet, add draft tag if appropriateAn operation that does not exist yet, add draft tag if appropriatetopic: formatsTowards better encoding format coverageTowards better encoding format coverage
Type
Projects
Status
Done