On 06/08/2012 02:12 PM, Williams, Norman K wrote: > So maybe if ITK_USE_SYSTEM_TIFF is set, should TIFFLIB_VERSION in > tiffvers.h be checked and reject anything before a certain date?
Use of the newer TIFF API was introduced here: http://itk.org/gitweb?p=ITK.git;a=commitdiff;h=563abcab Prior to that change itkTIFFImageIO.cxx probably worked with the older system tiff. One could add preprocessor tests against the TIFFLIB_VERSION value to switch APIs. -Brad _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Kitware offers ITK Training Courses, for more information visit: http://kitware.com/products/protraining.php Please keep messages on-topic and check the ITK FAQ at: http://www.itk.org/Wiki/ITK_FAQ Follow this link to subscribe/unsubscribe: http://www.itk.org/mailman/listinfo/insight-developers
