2015-12-05 08:16:45 (UTC-02:00)
Marcel Rodrigues <marcelgmr@gmail.com>
Mention example file in README.
diff --git a/README b/README index a2852e5..9468883 100644 --- a/README +++ b/README @@ -116,6 +116,17 @@ size optimization. The address of `gif->frame` alternates between those two buffers after each call to add_frame(). +Example +------- + +See the file "example.c". It can be tested like this: + +$ cc -o example gifenc.c example.c +$ ./example + +That should create a GIF named "example.gif". + + Copying -------