Reputation: 562
Does the Kakadu software implement Part 10 of the JPEG 2000 standard, also known as JP3D?
Upvotes: 1
Views: 302
Reputation: 12505
No. You only have access to MCT (Part 2), which would be the closest you can get to pseudo JP3D.
Kakadu provides a comprehensive implementation of multiple parts of the JPEG2000 family of standards:
- Kakadu fully implements Part 1, — i.e., ISO/IEC 15444-1 (Core coding tools and JP2 file format)
- Kakadu implements the vast majority of Part 2 — ISO/IEC 15444-2 (Extended coding tools and JPX file format)
- Kakadu implements most of Part 3 — ISO/IEC 15444-3 (Motion JPEG 2000)
- Kakadu implements almost all features of Part 9 — ISO/IEC 15444-9 (JPIP tools for interactive remote browsing)
- Kakadu fully implements Part 15, — i.e., ISO/IEC 15444-15 (High Throughput JPEG 2000)
Reference
Upvotes: 1