Skip to content

I-Dream-in-Code/Image-Manipulator-Pipeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image-Manipulator

This project was built as a part of the C/C++ and Unix class at the University of Oregon. Features include cropping, rotating, combining, inverting, and blending.

Instructions to Run

After the repository has been cloned, go to the repository through the command-line.

Commands:

make (Complies application)

./proj3G 3G_input.pnm 3G_output.pnm (This runs the program)

To convert the pnm output file to png format:

pnmtopng 3G_output.pnm > 3G_output.png (converts image)

open 3G_output.png (Opens file)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published