From 1da93439a19666a61b00da49c93ec5b64daddee4 Mon Sep 17 00:00:00 2001 From: Tobias Schmidt <tobias.schmidt@unibas.ch> Date: Tue, 24 Jan 2012 13:28:55 +0100 Subject: [PATCH] add image file formats to documentation --- modules/io/doc/formats.rst | 113 +++++++++++++++++++++++++++++++++++++ 1 file changed, 113 insertions(+) diff --git a/modules/io/doc/formats.rst b/modules/io/doc/formats.rst index 3912141d2..fc6fee4cb 100644 --- a/modules/io/doc/formats.rst +++ b/modules/io/doc/formats.rst @@ -71,3 +71,116 @@ Promod *Format Name* promod + + +Image File Formats +-------------------------------------------------------------------------------- + +DAT +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +*Recognized File Extensions* + dat, img + +*Format Name* + Simple binary format for square images + +DF3 +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +*Recognized File Extensions* + df3 + +*Format Name* + PovRay Density file format + +DM3 +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +*Recognized File Extensions* + dm3 + +*Format Name* + Format used by Gatan Inc.'s Digital Micrograph software + +DX +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +*Recognized File Extensions* + dx + +*Format Name* + Format used by the OpenDX software package + +IPL +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +*Recognized File Extensions* + ipl + +*Format Name* + Ditabis Micron Image Plate Scanner Format + +JPK +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +*Recognized File Extensions* + jpk + +*Format Name* + Format used by JPK Instruments AG's software (Customized Tiff format) + +MRC +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +*Recognized File Extensions* + map, ccp4, mrc + +*Format Name* + Format used by the MRC software package + +NanoScope +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +*Recognized File Extensions* + mod + +*Format Name* + Format used by software from Veeco + +PNG +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +*Recognized File Extensions* + png + +*Format Name* + Portable Network Graphic image format + +Situs +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +*Recognized File Extensions* + situs, sit + +*Format Name* + Format used by the Situs software package + +SPI +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +*Recognized File Extensions* + spi + +*Format Name* + Format used by the Spider software package + +TIFF +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +*Recognized File Extensions* + tif, tiff + +*Format Name* + Tagged Image File Format + -- GitLab