# Image-GIF-Encoder-PP

Pure perl GIF encoding. Ported from [gifenc fork with optimized transparency ](https://github.com/G4Vi/gifenc) of lecram's [gifenc](https://github.com/lecram/gifenc).

## INSTALLATION

To install this module, run the following commands:
```
perl Makefile.PL
make
make test
make install
```

## SUPPORT AND DOCUMENTATION

You can find documentation for this module with the perldoc command.

`perldoc Image::GIF::Encoder::PP`

Support and bug reports can be found at the repository <https://github.com/G4Vi/gifenc-pl>

## LICENSE AND COPYRIGHT

This software is copyright (c) 2021-2022 by Gavin Hayes.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself. See LICENSE.