loaders: JPG: Fix bussy loop on corrupted file.
[gfxprim.git] / doc / example_loaders_progress_callback.txt
blob6024c743177838633c0ef8704ff2d6eb89afee65
1 Loaders with Progress Callback
2 ------------------------------
3 This example shows how to use link:progress_callback.html[progress callback]
4 together with link:loaders.html[image loaders functions].
6 [source,c]
7 ------------------------------------------------------------------
8 include::../demos/c_simple/loaders.c[]
9 ------------------------------------------------------------------