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

# convert IIIF Image API Request into ImageMagick convert syntax
$ i3f 100,120,15,20/\!12
convert -crop 15x20+100+120 -flop -rotate 12 -background none

# Apply IIIF Image API Request to transform image into another
$ i3f 64,64 image.png image-selection.png

SEE ALSO

This script is part of Perl package IIIF with core implementation in module IIIF::Magick.