custom image "loader" #3754
-
|
I have a project where some image are 4bit bmp images. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
|
See: https://github.com/SDWebImage/SDWebImage/wiki/Coder-Plugin-List Demo: https://github.com/SDWebImage/SDWebImageProgressiveJPEGDemo |
Beta Was this translation helpful? Give feedback.
See: https://github.com/SDWebImage/SDWebImage/wiki/Coder-Plugin-List
API is simple, just implements the
SDImageCoderprotocol, which 4 is required (2 for decoding and 2 for encoding, if you don't care about encoding, just return nil)Demo: https://github.com/SDWebImage/SDWebImageProgressiveJPEGDemo