From b442f510f10500897fa863b45ff946aee775ac70 Mon Sep 17 00:00:00 2001 From: Reda Lemeden Date: Mon, 8 Sep 2014 11:24:50 +0200 Subject: [PATCH] Be more specific in the example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 35e486f..acd5b19 100644 --- a/README.md +++ b/README.md @@ -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):