📄 icptoraw.1
字号:
.TH ICPTORAW 1 "QCCPACK" "".SH NAMEicptoraw \- converts image component to raw file.SH SYNOPSIS.B icptoraw.RB "[\|" \-bpp.IB bits_per_pixel "\|]".RB "[\|" \-bend "\|]".RB "[\|" \-lend "\|]".I icpfile.I rawfile.SH OPTIONS.TP.BI \-bppIndicates the number of bits per each pixel (sample) value.Default is 16..TP.BI \-bendIndicates raw file contains integers stored inbig-endian format. This is the default..TP.BI \-lendIndicates raw file contains integers stored inlittle-endian format..SH DESCRIPTION.LP.B icptorawconverts an image component.RB ( ICP -format)into a raw-format file consisting ofa 2D array of integer pixels..LPThe option.BR \-bppspecifies the number of bits that each pixel value contains..IR bits_per_pixelmust be between 1 and 32. If.IR bits_per_pixelis <= 8, then each sample is stored in.IR rawfileas the least significantbits in a single byte; otherwise, if.IR bits_per_pixelis <= 16, then each sample is stored in.IR rawfileas the least significant bits of two consecutive bytes (the default);otherwise, if.IR bits_per_pixelis <= 32, then each sample is stored in.IR rawfileas the least significant bits of four consecutive bytes..BR \-bendand.BR \-lendindicate whether the raw file is to be written inbig-endian or little-endianformat, respectively.If neither is specified,big-endian is assumed..LP.I rawfileis stored in row-major order..SH "SEE ALSO".BR rawtoicp (1),.BR QccHYPRaw (3),.BR QccPackHYP (3),.BR QccPack (3).SH AUTHORCopyright (C) 1997-2009 James E. Fowler.\" The programs herein are free software; you can redistribute them and/or.\" modify them under the terms of the GNU General Public License.\" as published by the Free Software Foundation; either version 2.\" of the License, or (at your option) any later version..\" .\" These programs are distributed in the hope that they will be useful,.\" but WITHOUT ANY WARRANTY; without even the implied warranty of.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the.\" GNU General Public License for more details..\" .\" You should have received a copy of the GNU General Public License.\" along with these programs; if not, write to the Free Software.\" Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -