Skip to content

v0.2

Compare
Choose a tag to compare
@lukmuk lukmuk released this 27 Sep 12:39
1060f5d

v0.2

I added some option menus for easier use of the toolset and re-structured the macro code.

Changelog:

  • Renamed ScaleBarTools.ijm to EMScaleBarTools.ijm because there is also a plugin by Gilles Carpentier with a similar name. Makes it clear that is meant for EM.

  • Reorganization of the code: QuickScaleBar.ijm was merged into EMScaleBarTools.ijm. FEI_Crop_Scalebar.ijm is still a stand-alone macro for easier use with batch processing.

  • Included option menus for some icon tools, which can be accessed by right-click. More convenient editing than in the source code.

  • Options parameters are stored internally in java variables and saved for future sessions (ij.get and ij.set calls). I took inspiration from another toolsets macro: Roi 1-click tools

  • Added more options for scale bar appearance (serif font, bold, hide, ...).

  • Added two additional tools in the menu: Move Overlays and Remove Overlays for quick manipulation of the scale bar (which is often an overlay).