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 target Device Pixel Ratios #77

Open sherwinski opened 1 year ago

sherwinski commented 1 year ago

Description

Related to https://github.com/imgix/js-core#fixed-image-rendering

Add a devicePixelRatios option to the https://github.com/imgix/imgix-java#fixed-width-images function to allow users to customize the target device pixel ratio(s) (dpr) when generating a fixed image. This will allow users to have more granular control over the fixed-size srcset values generated.