Giter Site home page Giter Site logo

kolrabi / kail Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 0.0 44.02 MB

A fork of the ResIL image library

Home Page: http://codesklave.de/kail/

License: GNU Lesser General Public License v2.1

CMake 4.15% Shell 0.25% C 91.23% C++ 3.46% Objective-C 0.90%

kail's Introduction

What is it?

Developer's Image Library was previously called OpenIL, but due to trademark issues, OpenIL is now known as DevIL. The Resiliant Image Library (ResIL) is a fork of DevIL. From that kaIL was created.

kaIL is an Open Source programming library for programmers to incorporate into their own programs. kaIL loads and saves a large variety of images for use in a software developer's program. This library is capable of manipulating images in various ways and passing image information to display APIs, such as OpenGL and Direct3D.

Features

kaIL offers the same features of loading and manipulating images its predecessors, plus a few improvements (see the ChangeLog for a complete list):

Thread safety

Global state was reduced and each thread now has its own bound image context. That way separate threads can work on separate images concurrently.

Metadata

Get your EXIF data from your images.

CMake

The build system was moved to CMake.

Unit tests

CMake made it easy to write unit tests, so import, export and conversion functions are now all tested.

MinGW troubleshooting

CMake can't find my libraries!

If you have an architecture specific subfolder, try adding

-DCMAKE_SYSTEM_PREFIX_PATH=<that folder> 

to the cmake command line. For zlib there exist also the ZLIB_ROOT variable that indicates where to look.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.