[ImageJ-bugs] [Bug 1091] Invalid macro recording when file names contain spaces and brackets
bugzilla at fiji.sc
bugzilla at fiji.sc
Fri Jun 19 12:46:56 CDT 2015
http://fiji.sc/bugzilla/show_bug.cgi?id=1091
Wayne Rasband <wsr at nih.gov> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |wsr at nih.gov
Resolution|--- |WONTFIX
--- Comment #1 from Wayne Rasband <wsr at nih.gov> ---
File paths in macro run() calls cannot contain both spaces and brackets. As a
work around, use a path to the folder that contains the image sequence, for
example
run("Image Sequence...", "open=C:\\temp-debug sort");
Or upgrade to the latest daily build (1.49v8) and open image sequences using
open("path/to/folder") or open("path/to/folder","virtual"). This works even if
the folder name contains spaces and brackets. For example:
open("C:\\temp debug[]")
where 'temp debug[]' is a folder.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://imagej.net/pipermail/imagej-bugs/attachments/20150619/f6e35751/attachment.html>
More information about the Imagej-bugs
mailing list