imgix / imgix-java

A Java client library for generating URLs with imgix
https://www.imgix.com
BSD 2-Clause "Simplified" License
19 stars 8 forks source link

feat: customize variable qualities #76

Open sherwinski opened 2 years ago

sherwinski commented 2 years ago

Description

Related to https://github.com/imgix/js-core#variable-qualities

Add a variable_qualities option to the https://github.com/imgix/imgix-java#fixed-width-images function to allow users to override the mapping of the quality parameter (q) to each device pixel ratio (dpr). This will allow users to have more granular control over the fixed-size srcset values generated.