Home

Awesome

RIP

RIP is a library for complex image processing.

<a href="https://code.dlang.org/packages/rip" title="Go to rip"><img src="https://img.shields.io/dub/v/rip.svg" alt="Dub version"></a> <a href="https://code.dlang.org/packages/rip" title="Go to rip"><img src="https://img.shields.io/dub/dt/rip.svg" alt="Dub downloads"></a>

License

GPLv3

Features

The most funcs has their analogs for working with ranges.

In plans

If you have advices, please, create Issue. You can help us!

Contributors

ImPureD Team, LightHouse Software

Documentation

Documentaion available only for package "concepts" on site

http://lighthousesoftware.github.io/rip

How to use RIP?

Package in your dub.json:

   {
      "dependencies": {
        "rip": "~>0.0.4"
      }
   }

Dependencies

RIP needs dlib library for loading jpeg/png/bmp/tga files. WARNING: image can be saved ONLY in ppm/pam/png formats.