Skip to content
This repository was archived by the owner on Sep 7, 2022. It is now read-only.

Releases: Rodousse/stbipp

v0.1.1 Hotfix

10 Jul 07:49
Compare
Choose a tag to compare

Features :

  • Clean cmake, and support release and debug installs in the same location (see #2)

Fix :

  • CMake won't run due to missing file (see #1)

v0.1.0

06 Jul 18:04
Compare
Choose a tag to compare

Features :

  • Load image files (JPEG, PNG, BMP, PSD, TGA, GIF, HDR, PIC, PNM)
  • Export (JPEG, PNG, BMP, HDR, TGA)
  • Basic image edition features
  • Cast image color format from one type to another
  • Basic operation on colors (+, -, *, /)
  • A simple example on how to use the library
  • CMake files to install the project or use it as a third party