<html>
<head>
<base href="http://fiji.sc/bugzilla/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:ctrueden@wisc.edu" title="Curtis Rueden <ctrueden@wisc.edu>"> <span class="fn">Curtis Rueden</span></a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - IJ2 under Vista: very long delay opening image file"
href="http://fiji.sc/bugzilla/show_bug.cgi?id=899">bug 899</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">Status</td>
<td>REOPENED
</td>
<td>RESOLVED
</td>
</tr>
<tr>
<td style="text-align:right;">Resolution</td>
<td>---
</td>
<td>FIXED
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - IJ2 under Vista: very long delay opening image file"
href="http://fiji.sc/bugzilla/show_bug.cgi?id=899#c17">Comment # 17</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - IJ2 under Vista: very long delay opening image file"
href="http://fiji.sc/bugzilla/show_bug.cgi?id=899">bug 899</a>
from <span class="vcard"><a class="email" href="mailto:ctrueden@wisc.edu" title="Curtis Rueden <ctrueden@wisc.edu>"> <span class="fn">Curtis Rueden</span></a>
</span></b>
<pre>To interrogate whether SCIFIO is active in your ImageJ, you can use the
OptionsService API. Here is an example Jython script:
# @OptionsService optionsService
from net.imagej.legacy import ImageJ2Options
scifio = optionsService.getOptions(ImageJ2Options).isSciJavaIO()
print("SCIFIO? " + str(scifio))
The same approach should work with any scripting language _except_ for ImageJ
1.x macros, since they do not support access to the complete Java API of ImageJ
etc.
Regarding performance improvements to SCIFIO and ImageJ-Legacy: yes, they are
certainly needed and planned, and will remain on the radar. But it requires a
substantial retooling of the ImageJ-Common library, among other involved
efforts. Thus, due to limited developer resources, I cannot promise a timeline.
Since improving SCIFIO performance is more of a feature request than a bug, and
since there is a simple workaround to any performance issues (i.e.: turn off
SCIFIO and ImageJ2 data structures), I am closing this bug as resolved.
In the meantime, for your 16-bit PNGs, you can force use SCIFIO via File >
Import > Image... (way at the bottom of the menu! or use the Command Finder by
pressing L). That way you can at least write a macro that will support all your
images via case logic.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>