ITK Release 4/Microscopy/File Formats: Difference between revisions
From KitwarePublic
< ITK Release 4 | Microscopy
Jump to navigationJump to search
(Created page with "= Overview = Microscopy applications use a very specific set of file formats, many of which are not supported in ITK by the version 3.20. Among the initiatives of ITKv4, we are...") |
|||
Line 7: | Line 7: | ||
= Bio-Formats = | = Bio-Formats = | ||
The Bio-Formats library is probably the most complete collection of readers and writers for image file formats of interest to the microscopy community. | |||
The Bio-Formats library is implemented in Java and it is distributed under the GPL license. ITKv4 now carries adaptors to this library that can be enabled at CMake configuration time. | |||
* [[ITK_Release_4/Microscopy/File Formats/Bio-Formats|Bio-Formats]] | * [[ITK_Release_4/Microscopy/File Formats/Bio-Formats|Bio-Formats]] |
Revision as of 20:02, 11 February 2011
Overview
Microscopy applications use a very specific set of file formats, many of which are not supported in ITK by the version 3.20.
Among the initiatives of ITKv4, we are improving the support for file formats that are relevant to the microscopy image analysis community.
Bio-Formats
The Bio-Formats library is probably the most complete collection of readers and writers for image file formats of interest to the microscopy community.
The Bio-Formats library is implemented in Java and it is distributed under the GPL license. ITKv4 now carries adaptors to this library that can be enabled at CMake configuration time.