Skip to content

EPMatt/cimp

Repository files navigation

CIMP - C Image Manipulation Program

Overview

CIMP (originally iplib) is a simple CLI image manipulation program, written in standard ANSI C. Developed as the final assignment for 2020 programming course. This repo includes also the project documentation (italian!).

Makefile

The provided makefile contains several useful recipes for building the library:

  • build for production: make build
  • build for testing: make test
  • perform memory tests (requires valgrind installed on your system): make test-run
  • clean generated files: make clean

Usage

After compiling, run main_iplib with no arguments. You'll receive a descriptive prompt on how to use the CLI utility.

Licensing

The underlining bmp library provided with this project is an adaptation of the Bitmap API developed by Werner Stoop. The Bitmap API is released under the MIT LICENSE.

Moreover, several parts of the code were originally provided as part of the assignment. Head to each specific file for the respective copyright notice.

This project is released under the MIT LICENSE.

Authors

About

C Image Manipulation Program. Assignment for 2020 programming course

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE_BMP

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages