Skip to content

cs50 assignment - Recovers JPEGs from a forensic image, removes noise from a JPG, Resize BMPs

License

Notifications You must be signed in to change notification settings

rpiga/cs50-Pset4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Problem Set 4

Forensics

Objectives

Manage File I/O, data structures, pointers, hexadecimals

Notes

Only code related to assignment is released here.

To fully work, you should enroll for CS50 course (head to https://cs50.harvard.edu/ ) and integrate with the material provided for the assignment.

whodunit.c removes noise from a jpg image, revealing the original photo behind. I also added some code to enhance the grey tones, activated by an additional argument that can be provided when run.

resize.c resizes the file in input (24 bit BMP) by scaling to the given n factor.

recover.c scan a hd image file to search and extract JPG images store inside

Example(s)

n/a since all script are woring on modifying and handling images.

About

cs50 assignment - Recovers JPEGs from a forensic image, removes noise from a JPG, Resize BMPs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages