| AWARE [SYSTEMS] | Imaging expertise for the Delphi developer | |||||||
![]() |
TIFF and LibTiff Mailing List Archive | |||||||
LibTiff Mailing List
TIFF and LibTiff Mailing List Archive Contact
The TIFF Mailing List Homepage |
Thread2010.04.29 23:38 "Re: "flexible" mode in TIFFClientOpen ?", by Dmitry FedorovHi all, I work with libbioimage a library used to decode end encode several biological image formats and their metadata. Many of these are some variants of TIFF images, usually not exactly well formed but still we have to decode them. I use libtiff 4 b5 for decoding all of these variants supplying some run-time fixes to libtiff decoding behavior by knowing which format variant it is based on existing tags. I do run into some trouble when libtiff decides the image is invalid it would not decode it. It may happen for some silly reasons that would not hinder decoding the image completely. For example: in 1 channel image photometric is set to PALETTE and no palette is present, libtiff will stop right there, though if I simply set photometric to MINISBLACK everything will work. I could imagine it would be a reasonable proposal to add another option to the modes passed within TIFFClientOpen to force the decoder to be less stringent, say "f" for flexible. Thus I could allow certain flexibility on these decoding issues when I really need to. I would be more than glad to draft the code change and submit it if it is considered useful. Dmitry -- __________________________________ Dmitry Fedorov Levit <dima@dimin.net> <http://www.dimin.net/> Skype: dima_fedorov Google: fedorov __________________________________ Center for Bio-Image Informatics: <http://www.bioimage.ucsb.edu/> Vision Research Lab, Electrical and Computer Engineering Image Registration: <http://vision.ece.ucsb.edu/> <http://vision.ece.ucsb.edu/registration/demo/> <http://regima.dpi.inpe.br/> University of California, Santa Barbara _________________________________ DIMIN Viewer n5: <http://www.dimin.net/software/viewer/> __________________________________ |
|||||||