Skip to content

nbdaniels/Image-Manipulation-In-C

Repository files navigation

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

About

Basic manipulation of a PNM image file in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published