aboutsummaryrefslogtreecommitdiff
path: root/pkg/images/imutil/imutil.cl
diff options
context:
space:
mode:
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()