Click here to Skip to main content
15,887,434 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hi,
i am trying to modify libtiff so as to support jpeg2000 encode/decode tiles in a tiff image anyone having pointers , solutions pls suggest
Posted
Comments
Matthew Faithfull 16-Apr-13 8:57am    
Is libjpeg part of libtiff now or separate? Anyway the old V6 or 7 libjpeg code is probably what you need. It's relatively straight forward although the memory management is pants.
If it was me I'd keep the JPEG decode in a separate module and call out to it unless there's loads of common data structures or algorithm with the rest of tiff.
prasad kolekar60 16-Apr-13 9:12am    
libjpeg does support jpeg2000 format???
Matthew Faithfull 16-Apr-13 10:22am    
Good point, you would have to check. I remember mention of it but I don't remember specific code. Perhaps it is deprecated. If so then feel free to ignore my comment.
prasad kolekar60 18-Apr-13 2:09am    
sorry but i confirmed it yet to be part of libtiff but desired one

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900