From 8b44507a6b05204342588823d9766b82d5d84ad5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LUDWIG?= Date: Mon, 4 Dec 2023 23:40:09 +0100 Subject: [PATCH] docs: add idea investigate files formats --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 74451ab..8143f3b 100755 --- a/README.md +++ b/README.md @@ -14,3 +14,8 @@ make clean # to clean up - [ ] 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.) +- [ ] Investigate how famous file formats work, and implement a simple parser for each of them in the Rust programming language. + - [ ] Images: PPM, PNG, JPG, GIF, etc. + - [ ] Videos: MP4, AVI, etc. + - [ ] Audio: MP3, WAV, etc. + - [ ] Documents: PDF, DOCX, etc.