Be more specific in the example

This commit is contained in:
Reda Lemeden 2014-09-08 11:24:50 +02:00
parent 06a4b44d1a
commit b442f510f1
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ frames in-memory, which exponentially minimizes memory usage for large GIF files
frames).
The figure below summarizes how this works in practice. Given an image
containing 10 frames, Gifu will load the current frame (red), pre-load the next two frames (orange),
containing 10 frames, Gifu will load the current frame (red), pre-load the next two frames in this example (orange),
and nullify all the other frames to free up memory (gray):
<img src="https://raw.githubusercontent.com/kaishin/gifu/master/figure.gif" width="300" />