You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gif2bmp is an app for ... you guessed it, converting GIF images to BMP images. It's a school assigment for Data Coding and Compression course. Written in C language, standard C99.
Usage:
make
./gif2bmp [-i ifile] [-o ofile] [-l logfile] | -h
About
School assignment for Data Coding and Compression course.