A bitmap image manipulation library written from scratch in C
Features:
- 24 bit bitmap support
- Built in complex arithmetic support
- Low resource usage
- Well designed abstraction of RGB image
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
This project is built on Ubuntu 16.04 LTS so the release for this project can work on any 64 bit Debian distributions. You require
- g++>=4.0 <=5.0
- deb package system
The source has 'librvcbitmap' directory which is the main library having a makefile. by opening the folder in the terminal run
make
to create a deb installer for librvcbitmap which installs a dynamically shared library to run the examples in the 'playground' directory.It also has a makefile. To run the examples in playground just open up a terminal and run
make
to create a zip containing output of outputs of the example programs.
- Rajas Chavadekar
This project is licensed under the MIT License - see the LICENSE file for details