v0.2
v0.2
I added some option menus for easier use of the toolset and re-structured the macro code.
Changelog:
-
Renamed
ScaleBarTools.ijm
toEMScaleBarTools.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 intoEMScaleBarTools.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
andij.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).