Skip to content

Resize GiF #3541

Closed Answered by dreampiggy
Yogesh11 asked this question in Q&A
May 18, 2023 · 2 comments · 3 replies
Discussion options

You must be logged in to vote

You can either use thumbnail decoding (which means, the full size image is even not created, only the thubmnail one is created in memory), the cache key is different from the full one.

or transform (the resizeTransformer, which means, the full size image is firstly created then resize down, two image object in memory)

See wiki carefully: https://github.com/SDWebImage/SDWebImage/wiki/Advanced-Usage#thumbnail-decoding-550

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@Yogesh11
Comment options

@dreampiggy
Comment options

@dreampiggy
Comment options

Answer selected by dreampiggy
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants