Skip to content

resizes images in BMP files - course project from Harvard's CS50 Introduction to Computer Science

Notifications You must be signed in to change notification settings

SamShiSS/image-resize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Image-Resize

This program (resize.c) resizes 24-bit uncompressed BMPs by a factor of f, where f is a floating-point value within (0.0, 100.0).

Enter three command-line arguments: the first is resize.c, the second is the name of a BMP to be resized, and the third is the name of the resized version to be written.

About

resizes images in BMP files - course project from Harvard's CS50 Introduction to Computer Science

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages