搜索资源列表
source9
- 功能是行程编码,JPEG压缩编码(基本系统) 命令行编译过程如下 vcvars32 rc bmp.rc cl compress.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\test.pcx;c:\test.jpg必须存在 -Function is run length encoding, JPEG compression (basic system) command-line compiler as foll
SOURCE8
- 图象的压缩编码,JPEG压缩编码标准 source目录下为本章介绍的源程序 功能是行程编码,JPEG压缩编码(基本系统) 命令行编译过程如下 vcvars32 rc bmp.rc cl compress.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\test.pcx;c:\test.jpg必须存在 -Image compression, JPEG compression standard source
img2tif_dist
- The img2tif program converts an Imagine .img file into one or more GeoTIFF files. Usage: img2tif [-i img_filename] [-o tif_basename] [-c] [-v n...] [-rgb [red_band green_band blue_band]] [-?] [-quiet] Arguments: -i input .img file
jpeg_compression
- Jpeg compression This document gives the different steps to compress a JPEG file. The example given works with Lena. But other image could work.