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
$ i3f 64,64 image.png target.png
SEE ALSO
Core parts of implementation in IIIF::Magick.