2023-12-04 23:27:48 +01:00
2023-12-04 23:27:48 +01:00
2023-12-04 23:27:48 +01:00
2023-12-04 23:27:48 +01:00
2023-12-04 23:27:48 +01:00
2023-12-04 23:27:48 +01:00

fileformatsproject

It needs libcproject v4.1.1 static library to compile and execute.

make # to compile
make run # to run main
make lint # to lint the code
make clean # to clean up

Ideas/TODOs

  • Make functions image_from_ppm_binary, image_from_ppm_text, which receive bytes_t* and convert accordingly to struct image*
  • Try to convert PPM to another format more famous (JPG, PNG, GIF, WEBP) and vice-versa
  • Explore other file formats (not only images, but also audio, video, etc.)
Description
No description provided
Readme 36 KiB
Languages
C 86.9%
Makefile 13.1%