[ImageJ-bugs] [Bug 899] IJ2 under Vista: very long delay opening image file
bugzilla at fiji.sc
bugzilla at fiji.sc
Thu Aug 14 19:13:30 CDT 2014
http://fiji.sc/bugzilla/show_bug.cgi?id=899
Chris <stickfijibugs at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |CONFIRMED
--- Comment #6 from Chris <stickfijibugs at gmail.com> ---
Sure Curtis, my pleasure.
Also useful (give 'im an inch and he'll take a mile) .... if you or a colleague
are dabbling in that area, it would be useful to give us a programmatic get/set
of SCIFIO flag, eg. flag = getSCIFIOflag(). The reason macro knowledge is
needed is that SCIFIO seems to treat some files differently with SCIFIO
disabled (like IJ1).
For example, with SCIFIO off, a 16-bit PNG gets opened in IJ1 style as an 8-bit
RGB (like an 8-bit JPG), with I presume resolution loss due to mapping to
lo-res. With SCIFIO on, the same PNG file is opened as a 3-plane hyperstack
(with the 1/3 etc color slider on bottom) preserving its original 16-bit per
plane resolution.
However, that results in a different window naming convention for SCIFIO ON|OFF
after I do "Split Channels" for either state, which I then have to handle with
different code paths (that's OK). While true 16-bittiness offered by SCIFIO is
very welcome, at present, without knowing SCIFIO state programmatically, I
can't automate subsequent image processing.
Thanks.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://imagej.net/pipermail/imagej-bugs/attachments/20140815/dd06020c/attachment-0001.html>
More information about the Imagej-bugs
mailing list