docs/_docs/intro-image-pipeline.md
The image pipeline does everything necessary to get an image into a form where it can be rendered into an Android device.
The pipeline goes through the following steps when given an image to load:
This being an image library, an image is worth a thousand words:
(The 'disk' cache as pictured includes the encoded memory cache, to keep the logic path clearer.) See this page for more details on caching.
The pipeline can read from local files as well as network. PNG, GIF, and WebP are supported as well as JPEG.