aboutsummaryrefslogtreecommitdiff
path: root/pkg/images/imutil/imutil.cl
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
commitfa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch)
treebdda434976bc09c864f2e4fa6f16ba1952b1e555 /pkg/images/imutil/imutil.cl
downloadiraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz
Initial commit
Diffstat (limited to 'pkg/images/imutil/imutil.cl')
-rw-r--r--pkg/images/imutil/imutil.cl35
1 files changed, 35 insertions, 0 deletions
diff --git a/pkg/images/imutil/imutil.cl b/pkg/images/imutil/imutil.cl
new file mode 100644
index 00000000..c7a853a3
--- /dev/null
+++ b/pkg/images/imutil/imutil.cl
@@ -0,0 +1,35 @@
+#{ IMUTIL -- The Image Utilities Package.
+
+set imutil = "images$imutil/"
+
+package imutil
+
+# Tasks.
+
+task chpixtype,
+ hedit,
+ hselect,
+ imarith,
+ _imaxes,
+ imcopy,
+ imdelete,
+ imdivide,
+ imexpr,
+ imfunction,
+ imgets,
+ imheader,
+ imhistogram,
+ imjoin,
+ imrename,
+ imreplace,
+ imslice,
+ imstack,
+ imsum,
+ imtile,
+ imstatistics,
+ listpixels,
+ minmax,
+ nhedit,
+ sections = "imutil$x_images.e"
+
+clbye()