Skip to content
/ CIMP Public

C++ Image Manipulation Program. Edit your photos by swapping colours, quantise colours or flip the image and more.

License

Notifications You must be signed in to change notification settings

muiz6/CIMP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CIMP

CIMP is an image manipulation program written in C++. All features are developed from scratch (other than the GUI which uses with WxWidgets library for graphical components).

logo

Download

If you're a 64-bit Windows 10 user you can download a pre-compiled binary from here.

Features

  • Open sevaral bitmap image formats
  • Save as servaral bitmap image formats (including a quantised 8-bit bmp format)
  • Apply colour filters such as alienate, invert colours, sepia & more
  • Vertically invert the image
  • Graphical User Interface

Dependencies

CIMP depends upon wxWidgets. Library for its Graphic User Interface. Do add it in your project prior to compilation.

Screenshots

original image

alienate filter

When image is saved as 8-bit bitmap it is quantised to have fewer than 256 colours:

quantisation filter

About

C++ Image Manipulation Program. Edit your photos by swapping colours, quantise colours or flip the image and more.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages