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
- Host: GitHub
- URL: https://github.com/greg-kennedy/p5-image-jpeg-libjpeg
- Owner: greg-kennedy
- Created: 2018-10-30T00:28:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-11-06T06:56:50.000Z (over 4 years ago)
- Last Synced: 2025-02-05T16:47:48.663Z (over 1 year ago)
- Topics: jpeg, libjpeg, perl, perl5
- Language: XS
- Homepage:
- Size: 215 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
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.