The LSM_Reader is ImageJ's plugin for reading Zeiss LSM confocal images.
Current version: 4.0h, bundled with ImageJ 1.46
To previous users of LSM_Reader:
The LSM_Reader is provided with the standard installation of ImageJ since v1.36. It's sole role is to extend ImageJ to recognize Zeiss LSM files and to open them correctly. !!! IT DOES NOT CONTAIN ANY GUI!!! Those enhanced features are available in it's daughter project, the LSMToolbox.
Unzip this file : lsmplugins2012_07_23.zip
The LSM_Reader is subjected to the GPL v2 which you can read here. The source is available on GitHub
v4.0h 2012/07/23
v4.0f 2009/06/18
v4.0e 2008/11/02
v4.0d 2008/04/22
v4.0c 2008/03/07
v4. 0b
v4.0
v3.2g 2005/10/19
v3.2f 2005/07/21
v3.2e 2005/07/19
v3.2d 2003/12/01
// Zeiss Confocal LSM 510 image file (.lsm) handler // http://rsb.info.nih.gov/ij/plugins/ if (name.endsWith(".lsm")) { // Open LSM image and display it IJ.runPlugIn("LSM_Reader", path); // Set flag so Opener.openImage() does not display error width = IMAGE_OPENED; return null; }
v3.2c 2003/12/01
v3.2b 2003/05/16
v3.2 2003/04/22
v3.0 2003/04/22
v2.2 2003/01/23
v1.2 2002/09/16
v1.1 2002/07/16
none so far…
Contact Patrick or Jerome if you find any bugs or if you'd like to see a feature appear in a new release. It's easier for us to debug if you send us one of your images which cause the problem.
— Patrick Pirotte 2008/10/02 13:36