readme
来自「在Linux开发环境下实现JPEG_LS压缩标注」· 代码 · 共 40 行
TXT
40 行
Last updated Mon Oct 12 22:56:53 EDT 1998This is a preliminary implementation of the proposed JPEG-LS standard,DIS 14495. See "http://www.jpeg.org/public/jpegnew.htm" for the text ofthe committee draft of this standard (which has since been updated, butelectronic versions are not allowed to be distributed due to ISO rules).Limitations.The fully lossless mode has been more extensively tested than thenear lossless mode, though the latter appears to work.The compressed datastream is now interchangable with the HP LOCO 0.90implementation from their web page. See "http://www.hpl.hp.com/loco/".It only handles one component (ie. grayscale images) for now.Usage.See the man page.Installation1. Edit the Makefile if necessary, to specify include paths for makedepend2. make World (cleans, depends, compiles and tests)If you really hate makedepend, just type "make"Miscellaneous.This experiment is actual part of a larger package, the dicom3tools packagefor medical images, which is why all sorts of wierd template generate sourcefiles are needed for the compilation. David Cluniemailto:dclunie@idt.nethttp://idt.net/~dclunie/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?