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 Sep 16, 2021. It is now read-only.
The image sequence algorithm assumes that the double-sized images are also part of the sequence.
A possible solution can be to modify the regexp in Utils.find_assets_image_sequence to also match the extension (i.e.: /image\d\b\..+); but it will always ignore the retina-display images.
I don't know the rest of the code well enough to understand what the best solution should be.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If you have an image sequence, for example:
And you have also the "retina display"-named version of them, too:
The image sequence algorithm assumes that the double-sized images are also part of the sequence.
A possible solution can be to modify the regexp in
Utils.find_assets_image_sequence
to also match the extension (i.e.:/image\d\b\..+
); but it will always ignore the retina-display images.I don't know the rest of the code well enough to understand what the best solution should be.
The text was updated successfully, but these errors were encountered: