<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">I can open a jpeg file using <div><br></div><blockquote class="webkit-indent-blockquote" style="margin: 0 0 0 40px; border: none; padding: 0px;"><div><div>        java.net.URL url;</div><div>        url = getClass().getResource(image.jpg);</div><div>        java.awt.Image image = Toolkit.getDefaultToolkit().getImage(url);</div><div>        imp = new ImagePlus("", image);</div><div>        if (imp != null) {</div><div>            imp.show();</div></div><div><span class="Apple-tab-span" style="white-space:pre"> </span>}</div><div><br></div></blockquote>but this will not work for a tiff image.  My tiff image is a stack.  How can I open the tiff stack that is bundled in the resources folder of my jar file?<div><br></div><div>Thanks for any help.</div><div><br></div><div>Chris Coulon</div><br><br><div apple-content-edited="true">
<span><img height="178" width="568" id="0240bf2a-9029-4cf1-bb33-f24988c1fce0" apple-width="yes" apple-height="yes" src="cid:44245A2E-EB40-44E8-8D5F-5D7510BEE176@bak.rr.com"></span><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div>Christopher Coulon, Ph.D.</div><div>The GAIA Group</div><div><a href="http://gaiag.net">http://gaiag.net</a></div><div><br></div></span><br class="Apple-interchange-newline">
</div>
<br></body></html>