gif

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

DateCommit messageAuthorFiles+-
2021-09-01 22:24move colortable scanning to a separate functionphoebos1+18-6
2021-09-01 22:02check return value of gif_decode_imagephoebos1+4-1
2021-09-01 21:59formatphoebos1+59-56
2021-09-01 21:37check after malloc(3)phoebos1+16-0
2021-09-01 21:36image block header handlingphoebos1+58-4
2021-09-01 20:34implement color table as a structphoebos1+19-13
2021-09-01 18:05add TODOphoebos1+4-0
2021-09-01 18:04cast to uint16_t for LSB values instead of messphoebos1+14-4
2021-09-01 17:53update .gitignorephoebos1+1-1
2021-09-01 16:32squelch some unused variable warnings, framework for image decodingphoebos1+26-2
2021-08-28 17:54add Makefile, .gitignorephoebos2+12-0
2021-08-28 10:53colorize print_colortable with escape codesphoebos1+1-1
2021-08-28 10:53fix bug when GCT has 256 coloursphoebos1+4-3
2021-08-27 04:59basic header parsing with global colour tablephoebos2+2516-3
2021-08-27 03:02basic version check and [!,;]phoebos1+54-1
2021-08-25 18:51it reads the whole file into a buffer. oh wowphoebos1+52-19
2021-08-24 20:33s/^I/ /gphoebos1+21-21
2021-08-24 20:18initialphoebos5+1178-0