From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- sys/imfort/doc/imhcpy.hlp | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 sys/imfort/doc/imhcpy.hlp (limited to 'sys/imfort/doc/imhcpy.hlp') diff --git a/sys/imfort/doc/imhcpy.hlp b/sys/imfort/doc/imhcpy.hlp new file mode 100644 index 00000000..3a36816d --- /dev/null +++ b/sys/imfort/doc/imhcpy.hlp @@ -0,0 +1,30 @@ +.help imhcpy Sep86 imfort +.ih +NAME +imhcpy -- copy an image header +.ih +SYNOPSIS +.nf +subroutine imhcpy (oim, nim, ier) + +integer oim #I image descriptor of input image +integer nim #I image descriptor of output image +integer ier #O status return +.fi +.ih +DESCRIPTION +The \fIimhcpy\fR procedure is used to copy the non-pixel fields in the header +of one image to another image, given the runtime descriptors of the two images. +The images must previously have been opened with \fIimopen\fR or \fIimopnc\fR. +The header fields which are \fInot\fR copied are those describing the physical +attributes the pixel array, i.e., the number of axes, the physical dimensions +of the image, the pixel datatype code, and the minimum and maximum pixel values. +.ih +RETURN VALUE +A zero status will be returned provided both image descriptors are valid. + +IE_MAGIC: illegal imfort image descriptor +.ih +SEE ALSO +imgsiz, imgkw, impkw +.endhelp -- cgit