The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

i3f - apply IIIF Image API requests on the command line

DESCRIPTION

This script uses ImageMagick to transform an image file as specified with an IIIF Image API Request. It can also be used to get IIIF Image Information.

EXAMPLE

    $ i3f 100,120,15,20/\!12
    convert -crop 15x20+100+120 -flop -rotate 12 -background none

SEE ALSO

Core parts of implementation in IIIF::Magick.