Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 1.14 KB

README.md

File metadata and controls

50 lines (36 loc) · 1.14 KB

Image Processing Projects

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.

Projects

1. Recover

Description: Implements a program to recover corrupted JPEG files.

Files:

Usage:

./recover [path/to/file/filename.raw]

2. Filter

Description: Implements a program to apply various filters to BMP images.

Files:

Usage:

./filter [flag] infile outfile

3. Smiley

Description: Implements a program to change the color of pixels in BMP images.

Files:

Usage:

./filter [flag] infile outfile

@krigjo25