'\" te .TH rgb2ycbcr 1 "26 Mar 2004" "SunOS 5.11" "User Commands" .SH "NAME" rgb2ycbcr \- convert non-YCbCr TIFF images to YCbCr TIFF images .SH "SYNOPSIS" .PP \fBrgb2ycbcr\fR [\fB\fIoptions\fR\fR] \fB\fIsrc1\&.tif\fR\fR [\fB\fIsrc2\&.tif\fR\fR\&...] \fB\fIdest\&.tif\fR\fR .SH "DESCRIPTION" .PP \fBrgb2ycbcr\fR converts RGB color, grayscale, or bi-level TIFF images to YCbCr images by transforming and sampling pixel data\&. If multiple files are specified on the command line, each source file is converted to a separate directory in the destination file\&. .PP By default, chrominance samples are created by sampling 2 by 2 blocks of luminance values, and output data files are compressed with the LZW compression scheme, with each strip no more than 8 kilobytes\&. These characteristics can be overridden or explicitly specified with the options described below\&. .SH "OPTIONS" .PP The following options are supported: .sp .ne 2 .mk \fB-\fBc\fR\fR .in +16n .rt Specify a compression scheme to use when writing image data: .sp .sp .ne 2 .mk \fB-\fBc jpeg\fR\fR .in +24n .rt Baseline JPEG compression algorithm\&. .sp .sp 2 .in -24n .sp .ne 2 .mk \fB-\fBc lzw\fR\fR .in +24n .rt Lempel-Ziv and Welch algorithm\&. This is the default algorithm\&. .sp .sp 1 .in -24n .sp .ne 2 .mk \fB-\fBc none\fR\fR .in +24n .rt No compression\&. .sp .sp 1 .in -24n .sp .ne 2 .mk \fB-\fBc packbits\fR\fR .in +24n .rt PackBits compression algorithm\&. .sp .sp 1 .in -24n .sp 0 .in -16n .sp .ne 2 .mk \fB-\fBh\fR\fR .in +16n .rt Set the horizontal sampling dimension to one of the following: 1, 2, or 4\&. The default value is 2\&. .sp .sp 1 .in -16n .sp .ne 2 .mk \fB-\fBr\fR\fR .in +16n .rt 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\&. .sp .sp 1 .in -16n .sp .ne 2 .mk \fB-\fBv\fR\fR .in +16n .rt Set the vertical sampling dimension to one of the following: 1, 2, or 4\&. The default value is 2\&. .sp .sp 1 .in -16n .SH "OPERANDS" .PP The following operands are supported: .sp .ne 2 .mk \fB\fB\fIsrc\&.tif\fR\fR\fR .in +16n .rt The name of the input file that contains non-YCbCr TIFF data\&. .sp .sp 1 .in -16n .sp .ne 2 .mk \fB\fB\fIdest\&.tif\fR\fR\fR .in +16n .rt The name of the output file that contains YCbCr TIFF data\&. .sp .sp 1 .in -16n .SH "ATTRIBUTES" .PP See \fBattributes\fR(5) for descriptions of the following attributes: .sp .TS tab() allbox; cw(2.750000i)| cw(2.750000i) lw(2.750000i)| lw(2.750000i). ATTRIBUTE TYPEATTRIBUTE VALUE Availabilityimage/library/libtiff Interface stabilityUncommitted .TE .sp .SH "SEE ALSO" .PP \fBtiffinfo\fR(1), \fBtiffcp\fR(1), \fBlibtiff\fR(3) .SH "NOTES" .PP Updated by Breda McColgan, Sun Microsystems Inc\&., 2004\&. ...\" created by instant / solbook-to-man, Thu 20 Mar 2014, 02:30 ...\" LSARC 2003/085 libtiff, libjpeg, and libpng