|
OpenJPEG Interface Layer
개요
HotPDF는 HPDFOpenJpeg.pas unit에 OpenJPEG 관련 interface layer를 포함합니다. 이 unit은 현재 custom OpenJPEG integration 작업의 시작점으로 사용할 수 있는 type declaration과 stub entry point를 제공합니다
What Is Included
- OpenJPEG-related record and constant declarations
- Codec identifiers for J2K, JPT, and JP2 workflows
- 실제 library call로 대체할 수 있는 placeholder function
- A clear extension point for projects that need full native OpenJPEG support
현재 범위
- Default HotPDF builds do not link the native OpenJPEG library.
- JPEG2000 import support is documented separately in JPEG2000 Support.
- 이 interface layer는 complete OpenJPEG runtime binding이 아니라 development hook으로 다뤄야 합니다
See Also
|