An open API service indexing awesome lists of open source software.

https://github.com/greg-kennedy/p5-image-jpeg-libjpeg

Image::JPEG::Libjpeg - Perl XS interface to libjpeg
https://github.com/greg-kennedy/p5-image-jpeg-libjpeg

jpeg libjpeg perl perl5

Last synced: over 1 year ago
JSON representation

Image::JPEG::Libjpeg - Perl XS interface to libjpeg

Awesome Lists containing this project

README

          

Image-JPEG-Libjpeg version 1.00
===============================

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:

Test
libjpeg

COPYRIGHT AND LICENCE

Copyright (C) 2020 by Greg Kennedy

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.30.1 or,
at your option, any later version of Perl 5 you may have available.