Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 420 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 420 Bytes

CIS330_Image-Manipulation-In-C

Basic Image Manipulation in C

Run main.C file with any image of PNM (P6) file type. Example image is "input.pnm"

How to Run

  1. Compile with makefile using 'make'
  2. ./imageManipulation inputFile outputFile

Filters that can be applied:

  • Image Shrinking
  • Concatenation of two Images (Left-Right, Top-Bottom)
  • Cropping
  • Blending of two Images
  • Transposition
  • Inversion of color