【发布时间】:2015-06-20 14:47:13
【问题描述】:
目前我正在使用 ImageJ(与我的 Ubuntu 14.04)手动将比例尺添加到图像(半手动精确,因为我正在使用“文件 → 导入 → 图像序列...”)。 我已经录制了一个宏(在 ImageJ 中通过:插件 → 宏 → 记录...),如下所示:
run("Blobs (25K)");
run("Set Scale...", "distance=500.5 known=200 pixel=1 unit=µm");
<<warning: the options string contains one or more non-ascii characters>>
run("Scale Bar...", "width=200 height=8 font=28 color=Black background=None location=[Lower Right] bold overlay");
当我想为一百张图片添加比例尺时,完整的命令会是什么样子(例如 /home/$USER/test/*.tif)
其实我不一定非要使用 ImageJ。如果使用 ImageMagick 也很容易做到这一点,那也很好。
【问题讨论】:
标签: image imagemagick imagej