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
{{ message }}
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.
Handy little lib, but it seems the image rendering is not device independent: on a retina-screened device this will double the size of the destination image, on a non-retina screen it will remain 1:1. This would suggest that it's drawing the source image into a context with a scale factor to 2 for retina screens, and 1 otherwise.
Unfortunately Xcode validates icon sizes when using Asset Catalogues so this results in failed builds.
No time to do a PR, I'm afraid 😢
The text was updated successfully, but these errors were encountered:
Hey Jan,
Handy little lib, but it seems the image rendering is not device independent: on a retina-screened device this will double the size of the destination image, on a non-retina screen it will remain 1:1. This would suggest that it's drawing the source image into a context with a scale factor to 2 for retina screens, and 1 otherwise.
Unfortunately Xcode validates icon sizes when using Asset Catalogues so this results in failed builds.
No time to do a PR, I'm afraid 😢
The text was updated successfully, but these errors were encountered: