gif

read/write GIFs
git clone git://bvnf.space/gm.git
Log | Files | Refs | README

commit 3a071e16f10fb7d922d361d14ac121659247f13e
parent f36428b8423044e87ca61ec0c92e18e7b0189a2d
Author: phoebos <ben@bvnf.space>
Date:   Wed,  1 Sep 2021 19:05:52 +0100

add TODO

Diffstat:
ATODO | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/TODO b/TODO @@ -0,0 +1,4 @@ +Don't read the whole file into a buffer. Get the file descriptor, and at each +step in gif_decode, fread(3) or fgetc(3) from the stream. This way we can also +use the information provided in GIFs such as the length of a data section, to +process more efficiently.