Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

makepattern(1gmt) [debian man page]

MAKEPATTERN(1gmt)					       Generic Mapping Tools						 MAKEPATTERN(1gmt)

NAME
makepattern - make GMT color pattern from b/w pattern or icon SYNOPSIS
makepattern 1bit.ras | iconfile -Cfr/g/b -Cbr/g/b DESCRIPTION
makepattern reads either a Sun 1-bit rasterfile OR a Sun icon file. It then accepts color choices for the foreground and background pixels and colorizes the pattern, writing it as a 8-bit Sun rasterfile on stdout. These patterns may then be used in GMT (3.1 or later) -Gp set- tings or by psimage. 1bit.ras | iconfile Either a 1-bit Sun rasterfile (standard format, no RLE) or a Sun icon file (as used in GMT 3.0). -Cf Sets the color for the foreground pixels (the ones) [black]. -Cb Sets the color for the background pixels (the zeros) [white]. WIN32 fix Since binary redirection under WIN32 does not work, you must specify the output file with -Gnewfile.ras. This option is only available under WIN32. EXAMPLES
To create a colorized red/blue 8-bit Sun rasterfile pattern from the old 3.0-style iconpattern stored in file custom.icon, run makepattern custom.icon -Cfred -Cbblue > custom.ras To create a green/blue 8-bit Sun rasterfile pattern from a 1-bit Sun raster called bits.ras, run makepattern bits.ras -Cfgreen -Cbblue > colorbits.ras SEE ALSO
GMT(1), psimage(1) GMT 4.5.7 15 Jul 2011 MAKEPATTERN(1gmt)

Check Out this Related Man Page

ras2tiff(1)							   User Commands						       ras2tiff(1)

NAME
ras2tiff - create a TIFF file from a Sun rasterfile SYNOPSIS
ras2tiff [options] input.ras output.tif DESCRIPTION
ras2tiff converts a file in the Sun rasterfile format to TIFF. By default, the TIFF image is created with data samples packed (PlanarCon- figuration=1), compressed with the Lempel-Ziv and Welch algorithm (Compression=5), and with each strip no more than 8 kilobytes. These characteristics can be overridden or explicitly specified with the options described below. Any colormap information in the rasterfile is carried over to the TIFF file by including a Colormap tag in the output file. If the raster- file has a colormap, the PhotometricInterpretation tag is set to 3 (palette). Otherwise, the PhotometricInterpretation tag is set to 2 (RGB) if the depth is 24, or to 1 (min-is-black) if the depth is not 24. OPTIONS
The following options are supported: -c Specify a compression scheme to use when writing image data: -c jpeg Baseline JPEG compression algorithm. -c lzw Lempel-Ziv and Welch algorithm. This is the default algorithm. -c none No compression. -c packbits PackBits compression algorithm. -c zip Deflate compression algorithm. -r Write data with a specified number of rows per strip. By default, the number of rows per strip is selected so that each strip is approximately 8 kilobytes. OPERANDS
The following operands are supported: input.ras The name of the input file that contains Sun rasterfile data. output.tif The name of the output file that contains TIFF data. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWTiff | +-----------------------------+-----------------------------+ |Interface stability |External | +-----------------------------+-----------------------------+ SEE ALSO
pal2rgb(1), tiffinfo(1), tiffcp(1), tiffmedian(1), libtiff(3) NOTES
Does not support all possible rasterfiles. In particular, ras2tiff does not support run-length encoded images. Updated by Breda McColgan, Sun Microsystems Inc., 2004. SunOS 5.10 26 Mar 2004 ras2tiff(1)
Man Page