2001.06.15 03:49 "Image manipulation package based on libtiff?", by Pak Yan Choi

2001.06.15 03:49 "Image manipulation package based on libtiff?", by Pak Yan Choi

I'm beginning work on a summer project to implement an image manipulation package based on libtiff. We need to be able to have pixel, scanline, and block access to large (> 0.5GB) images, usually several at a time. We also need to be able to read, write, and modify (read AND write) an image. Regarding image access, libtiff provides some helpful functions (such as the RGBA interface), but it doesn't seem well-suited for use in manipulation. For example, it appears that I'll want/need to implement some sort of image paging mechanism, and I'll need to modify the library to support the ability to modify an image.

Has anyone else used libtiff in this manner and, if so, would you be willing to share advice (maybe even code)? Are there packages for other image formats that I should consider as the basis for my project? Any suggestions and/or pointers would be gratefully received.

-Patrick