1Halftone(3NCARG) NCAR GRAPHICS Halftone(3NCARG)
2
3
4
6 Halftone - is a utility for drawing half-tone pictures in which the
7 gray scale level is proportional to the value in a two dimensional
8 array.
9
11 Halftone is obsolete. It has been replaced by the CPCICA entry of the
12 Conpack contouring package.
13
14 Halftone continues to be provided for compatibility of early NCAR
15 Graphics codes. If you are writing new code, we suggest that you use
16 CPCICA.
17
19 EZHFTN(Z,M,N) - draws a half-tone picture based upon a set of default
20 options.
21 HAFTON (Z,L,M,N,FLO,HI,NLEV,NOPT,NPRM,ISPV,SPVAL) - Draws a half-tone
22 picture from data stored in a rectangular array with the intensity in
23 the picture proportional to the data value.
24
26 To use EZHFTN or HAFTON, load the NCAR Graphics libraries ncarg,
27 ncarg_gks, and ncarg_c, preferably in that order.
28
30 Online: hafton, ezhftn, halftone_params, conpack, conpack_params,
31 cpcica
32
33 Hardcopy: NCAR Graphics Contouring and Mapping Tutorial; NCAR Graphics
34 Fundamentals, UNIX Version; User's Guide for NCAR GKS-0A Graphics
35
37 Copyright (C) 1987-2007
38 University Corporation for Atmospheric Research
39
40 This documentation is free software; you can redistribute it and/or
41 modify it under the terms of the GNU General Public License as
42 published by the Free Software Foundation; either version 2 of the
43 License, or (at your option) any later version.
44
45 This software is distributed in the hope that it will be useful, but
46 WITHOUT ANY WARRANTY; without even the implied warranty of
47 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
48 General Public License for more details.
49
50 You should have received a copy of the GNU General Public License along
51 with this software; if not, write to the Free Software Foundation,
52 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
53
54
55
56UNIX March 1993 Halftone(3NCARG)