diff options
Diffstat (limited to 'pkg/images/imgeom/imgeom.cl')
-rw-r--r-- | pkg/images/imgeom/imgeom.cl | 30 |
1 files changed, 30 insertions, 0 deletions
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() |