You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This option was indeed missing, so I just added a new device pixel ratio parameter (&dpr=) in commit 5335a0c and PR #113.
The new parameter makes it possible to display images at the correct pixel density on a variety of devices such as Apple devices with Retina Displays and Android devices. You must specify either a width, a height, or both for this parameter to work.
Is it possible to support DPI?
I'm trying to resize some icons to a specific DPI (144 output, 72 input) and it seems this option is missing.
The text was updated successfully, but these errors were encountered: