Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 309 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 309 Bytes

FreeImage library extension

Small library in C++ that adds some features to the FreeImage library.

Features:

  • Drawing basic shapes on a bitmap, such as: lines, circles and rectangles;
  • Drawing text on bitmaps;
  • Applying some filters;
  • Plot line graphs.

Requirements

FreeImage library