📄 frmt_jp2mrsid.html
字号:
<html><head> <title>JP2MrSID --- JPEG2000 via MrSID SDK</title></head><body bgcolor="#ffffff"><h1>JP2MrSID --- JPEG2000 via MrSID SDK</h1>JPEG2000 file format is supported for reading with the MrSID DSDK. Itis also supported for writing with the MrSID ESDK.<p>JPEG2000 MrSID support is only available with the version 5.x or newerDSDK and ESDK.<p><h2>Creation Options</h2>If you have the MrSID ESDK (5.x or newer), it can be used to write JPEG2000files. The following creation options are supported.<ul><li> <strong>WORLDFILE=YES</strong>: to write an ESRI world file (with the extension .j2w). <p><li> <b>COMPRESSION=n</b>: Indicates the desired compression ratio. Zero indicateslossless compression. Twenty would indicate a 20:1 compression ratio (theimage would be compressed to 1/20 its original size). <p><li> <strong>XMLPROFILE=[path to file]</strong>: Indicates a path to a LizardTech-specific XML profile that can be used to set JPEG2000 encoding parameters. They can be created usingthe MrSID ESDK, or with GeoExpress, or by hand using the following example asa template: <p><pre><?xml version="1.0"?><Jp2Profile version="1.0"> <Header> <name>Default</name> <description>LizardTech preferred settings (20051216)</description> </Header> <Codestream> <layers> 8 </layers> <levels> 99 </levels> <tileSize> 0 0 </tileSize> <progressionOrder> RPCL </progressionOrder> <codeblockSize> 64 64 </codeblockSize> <pltMarkers> true </pltMarkers> <wavelet97> false </wavelet97> <precinctSize> 256 256 </precinctSize> </Codestream></Jp2Profile></pre></ul><h2>See Also:</h2><ul><li> Implemented as <tt>gdal/frmts/mrsid/mrsiddataset.cpp</tt>.<p><li> <a href="http://www.lizardtech.com">LizardTech's Web site</a><p></ul></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -