Changes for version 2.00 - 2016-10-13
- API change.
- The geometry parameter NxM+x+y now has no optional tile counts (NxM) but allows the offsets [+-]x[+-]y to be omitted.
- The return parameter has been chopped, so tile() always returns an arrayref.
- Replace /usr/bin/perl with /usr/bin/env perl.
- Replace common::sense with use strict and use warnings, to get uninit var warnings.
- Adopt new repo format. This means many small changes. See http://savage.net.au/Ron/html/My.Workflow.for.Building.Distros.html for notes on the modernization of Makefile.PL.
- Add github repo.
- Remove Build.PL. See RT#105576. Thanx Karen Etheridge.
- Add scripts/tile.pl for everyday use.
- Add scripts/synopsis.pl for demonstation purposes.
- In t/test.t, replace hard-coded output dir with File::Temp -> newdir().
- Change Carp::croak to die.
- Add method count().
- Add method geometry_set().
- Remove method return().
Documentation
Use Image::Magick::Tiler to convert an image into NxM tiles
Modules
Slice an image into NxM tiles