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
When generating multiple versions of the same image for high DPI device responsive images it would be nice to be able to just add @2x, @4x, @1.4x or whatever other crazy high DPI resolutions that exist out there. Currently this resizing math has to be done by the developer, which seems a bit tedious.
If we can find some research about lossy image quality reduction for high dpi resolutions we might also have an @4x expand to set a different jpeg quality or something similar
The text was updated successfully, but these errors were encountered:
When generating multiple versions of the same image for high DPI device responsive images it would be nice to be able to just add
@2x
,@4x
,@1.4x
or whatever other crazy high DPI resolutions that exist out there. Currently this resizing math has to be done by the developer, which seems a bit tedious.If we can find some research about lossy image quality reduction for high dpi resolutions we might also have an
@4x
expand to set a different jpeg quality or something similarThe text was updated successfully, but these errors were encountered: