From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- pkg/images/imgeom/imgeom.cl | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 pkg/images/imgeom/imgeom.cl (limited to 'pkg/images/imgeom/imgeom.cl') diff --git a/pkg/images/imgeom/imgeom.cl b/pkg/images/imgeom/imgeom.cl new file mode 100644 index 00000000..8642c8f7 --- /dev/null +++ b/pkg/images/imgeom/imgeom.cl @@ -0,0 +1,30 @@ +#{ IMGEOM -- The Image Geometric Transformation Package. + +set imgeom = "images$imgeom/" + +package imgeom + +# Tasks. + +task blkavg, + blkrep, + imshift, + imtranspose, + im3dtran, + magnify, + shiftlines = "imgeom$x_images.e" + +# Tasks in other packages + +# Geotran is used by the imlintran and rotate tasks. + +task geotran = "immatch$x_images.e" +hidetask geotran + +# Scripts + +task imlintran = "imgeom$imlintran.cl" +task rotate = "imgeom$rotate.cl" + + +clbye() -- cgit