|
รูปแบบ image ที่รองรับ
ภาพรวม
HotPDF สามารถ embed และ process raster / metafile formats ทั่วไปหลายชนิดผ่าน helper units และ image-loading methods เฉพาะ
Common Formats
BMP และ JPEG: general-purpose bitmap/image workflows ผ่าน THotPDF.AddImage โดย standard JPEG handling backed ด้วย libjpeg-turbo 3.1.90 และ NASM SIMD object set
TIFF: multi-page และ TIFF-specific support ผ่าน THotPDF.AddTIFFFromFile
EMF และ WMF: vector-style metafile import ผ่าน THPDFPage.ShowMetafile
JPEG2000: รองรับ JP2, J2K, และ JPT ผ่าน JPEG2000 helper units ของ HotPDF
JBIG2: specialized bilevel image decoding support สำหรับ scanned/document-style content
JPEG Performance Backend
HotPDF link libjpeg-turbo 3.1.90 เป็น native standard JPEG codec builds ที่ bundle สำหรับ Win32, Win64, และ Win64x มี NASM SIMD objects ที่เกี่ยวข้องแล้ว ทำให้ JPEG image placement, image-mask workflows, และ JPEG-related TIFF integration ใช้ backend ที่เข้ากับ libjpeg และมี performance สูง โดยยังรักษา HotPDF API surface เดิม
การเลือก entry point ที่เหมาะสม
- ใช้
THotPDF.AddImage สำหรับ image files ทั่วไป
- ใช้
THotPDF.AddTIFFFromFile เมื่อการจัดการเฉพาะของ TIFF มีความสำคัญ
- ใช้
THPDFPage.ShowMetafile สำหรับ EMF/WMF input ที่ควรคงลักษณะใกล้เคียง vector output
See Also
JPEG2000: รองรับ JP2, J2K, และ JPT ผ่าน JPEG2000 helper units ของ HotPDF
JBIG2: specialized bilevel image decoding support สำหรับ scanned/document-style content
- Enhanced EMF/WMF Support
|