⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 fiasco_coder.3

📁 linux下将各类格式图片转换工具
💻 3
字号:
.\" $Id: fiasco_coder.3,v 1.2 2000/10/28 17:39:32 hafner Exp $.TH fiasco 3 "April, 2000" "FIASCO" "Fractal Image And Sequence COdec".SH NAME.B  fiasco_coder\- compress image files to a FIASCO file.SH SYNOPSIS.B #include <fiasco.h>.sp.BI "int ".fi.BI "fiasco_coder (char const * const * "image_names ,.fi.BI "              const char * "fiasco_name ,.fi.BI "              float "quality ,.fi.BI "              const fiasco_c_options_t * "options );.fi.SH DESCRIPTIONThe \fBfiasco-coder()\fP function compresses the image file(s) givenby the list of \fIimage_names\fP and creates the new FIASCO output file\fIfiasco_name\fP. Besides the approximation \fIquality\fP, severalcompression parameters can be adjusted by the class \fBoptions\fP (seefiasco_c_options_new(3))..SH ARGUMENTS.TPimage_namesNULL terminated array of image filenames to process. If the firstarray element is "-" or a NULL pointer then FIASCO reads the imagefrom standard input. Each array element either has to be an imagefilename or a template of the form:.ceprefix[start-end{+,-}step]suffixTemplates are useful when compressing video streams: e.g., if the template"img0[12-01-2].pgm" is given as array element, then FIASCO compresses theimages img012.pgm, img010.pgm, ..., img002.pgm (in this order).If a filename is a relative path then the images are searched for inthe current directory and in the (colon-separated) list of directoriesgiven by the environment variable \fBFIASCO_IMAGES\fP..TPfiasco_nameName of the FIASCO output file. If the name is "-" or NULL then thefile is produced on standard output.If \fIfiasco_name\fP is a relative path and the environment variable\fBFIASCO_DATA\fP is a (colon-separated) list of directories, then theoutput file is written to the first (writable) directory of thislist. Otherwise, the current directory is used to store the outputfile..TPqualityDefines the quality of compression. Quality has to be a positivevalue, its typical range is 1.0 (worst) to 100.0 (best). Larger valuesare also allowed - at the cost of exploding encoding times..TPoptionsThis "class" encapsulates the various coding and decodingparameters. Use the functions fiasco_c_options_new(3) andfiasco_c_options_delete(3) to create and delete an object of thisclass. Several member functions (see fiasco_c_options(3)) areavailable to change the default values..SH RETURN VALUEThe function \fBfiasco_coder()\fP returns 1 if the FIASCO file hasbeen successfully written. If an error has been catched duringcompression, 0 is returned - use the functionfiasco_get_error_message(3) to get the last error message of FIASCO..SH ENVIRONMENT.PD 0.TP.B FIASCO_IMAGESSearch path for image files. Default is "./"..TP.B FIASCO_DATASearch and save path for FIASCO files. Default is "./"..PD .SH "SEE ALSO".br.BR fiasco_c_options_new "(3), " fiasco_c_options_delete (3), .br.BR fiasco_c_options "(3), " fiasco_get_error_message (3).brUllrich Hafner, Juergen Albert, Stefan Frank, and Michael Unger.\fBWeighted Finite Automata for Video Compression\fP, IEEE Journal onSelected Areas In Communications, January 1998.brUllrich Hafner. \fBLow Bit-Rate Image and Video Coding with WeightedFinite Automata\fP, Ph.D. thesis, Mensch & Buch Verlag, ISBN3-89820-002-7, October 1999..SH AUTHORUllrich Hafner <hafner@bigfoot.de>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -