• 1.43d, 20 July 2009
commitdf5d6185ea68f4e30fc6ae4d5227fb579d35a4e6
authorWayne Rasband <wsr@nih.gov>
Mon, 20 Jul 2009 22:12:22 +0000 (21 00:12 +0200)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 20 Jul 2009 22:12:22 +0000 (21 00:12 +0200)
tree38f78ba96a08c374f7450345b81200cf071b46d0
parentd12fbe5808ee5e7db6944d8aed2f3a85d601219e
  • 1.43d, 20 July 2009
      □ Thanks to Dimiter Prodanov, plugins (.jar and .class files)
        dragged from a browser window and dropped on the "ImageJ"
        window are installed and the menus are updated.
      □ Text files (.txt, .ijm, .js and .java) can be opened in ImageJ
        by dragging from a browser window and dropping on the "ImageJ"
        window.
      □ Thanks to Julian Cooper, the alt key constrains resizing to the
        current aspect ratio for rectangle and oval selections, and
        keeps the same length for line selections.
      □ Added a "32-bit ABGR" option to the File>Import>Raw dialog box.
      □ The ImageJ and Java version numbers are displayed when you
        click in the status bar.
      □ Added the IJ.openUrlAsString() method.
      □ Fixed a bug that sometimes caused the micron symbol (µ) to not
        be displayed correctly on Linux.
      □ Fixed a bug that caused big-endian ARGB TIFFs to open
        incorrectly.
      □ Fixed a bug that caused LUTs in the ImageJ/luts folder to not
        be added to the Image>Lookup Tables menu when running Fiji on
        OS X.
      □ Fixed a bug that could cause Metamorph .stk files to open with
        an all zero LUT.
      □ Fixed a bug that could cause ImageJ to generate an exception or
        fail to start if there was a corrupted jar file in the plugins
        folder.
      □ Fixed a bug in the TIFF reader that could cause a "Strip
        offsets are not in order" error.
25 files changed:
ij/Executer.java
ij/IJ.java
ij/ImageJ.java
ij/ImagePlus.java
ij/Menus.java
ij/gui/GenericDialog.java
ij/gui/ImageWindow.java
ij/gui/Line.java
ij/gui/OvalRoi.java
ij/gui/Roi.java
ij/io/FileInfo.java
ij/io/FileOpener.java
ij/io/FileSaver.java
ij/io/ImageReader.java
ij/io/ImportDialog.java
ij/io/Opener.java
ij/io/PluginInstaller.java [new file with mode: 0644]
ij/io/TiffDecoder.java
ij/macro/Functions.java
ij/plugin/Commands.java
ij/plugin/DragAndDrop.java
ij/plugin/ImageJ_Updater.java
ij/plugin/MacroInstaller.java
ij/plugin/URLOpener.java
release-notes.html