This repository contains several image processing projects developed as part of the xCS50 - Introduction to Computer Science course. Each project implements different functionalities related to image manipulation and recovery.
Description: Implements a program to recover corrupted JPEG files.
Files:
Usage:
./recover [path/to/file/filename.raw]
Description: Implements a program to apply various filters to BMP images.
Files:
Usage:
./filter [flag] infile outfile
Description: Implements a program to change the color of pixels in BMP images.
Files:
- [smiley/colorize.c]
- [smiley/helpers.c]
- [smiley/helpers.h]
- [smiley/bmp.h]
- recover/recover.c
- recover/recover_linkedlist.c
Usage:
./filter [flag] infile outfile
@krigjo25