Ithumb-XS v0.1.3
================

Ithumb::XS is a very small (one function) and simple Perl-XS module
for creation a thumbnails, using Imlib2 library.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

  Imlib2

USAGE

  use Ithumb::XS ();
 
  Ithumb::XS::create_thumbnail('src.png', 100, 100, 'output.png');

COPYRIGHT AND LICENCE

Copyright (C) 2018 by Peter P. Neuromantic <p.brovchenko@protonmail.com>

For more information see LICENSE file.