Constants

NAME

Image::Libexif::Constants - Libexif-related constants

SYNOPSIS


use v6;

use Image::Libexif::Constants;

DESCRIPTION

For more details on libexif see https://github.com/libexif and https://libexif.github.io/docs.html.

Prerequisites

This module requires the libexif library to be installed. Please follow the instructions below based on your platform:

Debian Linux

sudo apt-get install libexif12

The module looks for a library called libexif.so.

Installation

To install it using zef (a module management tool):

$ zef install Image::Libexif

Testing

To run the tests:

$ prove -e "perl6 -Ilib"

Author

Fernando Santagata

License

The Artistic License 2.0

Image::Libexif v0.1.1

High-level bindings to libexif

Authors

  • Fernando Santagata

License

Artistic-2.0

Dependencies

NativeHelpers::Blob

Test Dependencies

Provides

  • Image::Libexif
  • Image::Libexif::Constants
  • Image::Libexif::Raw

Documentation

The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.