Hi everyone,<br><br>For those looking to get started learning imglib, here are a few resources.<br><br>1) You can clone the imglib code from the git repository:<br>git clone git://<a href="http://imagejdev.org/imglib.git">imagejdev.org/imglib.git</a><br>

<br>2) The authors have written a nice introductory guide, available in the doc subdirectory, or online at:<br><a href="http://imagejdev.org/trac/imglib/browser/doc/The%20Generic%20Java%20Image%20Processing%20Library.pdf">http://imagejdev.org/trac/imglib/browser/doc/The%20Generic%20Java%20Image%20Processing%20Library.pdf</a><br>

<br>It is a little out of date now, but still provides a good overview of the library.<br><br>3) There is some good information on the Fiji wiki at:<br><a href="http://pacific.mpi-cbg.de/wiki/index.php/Imglib">http://pacific.mpi-cbg.de/wiki/index.php/Imglib</a><br>

<br>See also the &quot;Tutorials &amp; Howtos&quot; linked at the bottom.<br><br>4) In Fiji, you can invoke the Script Editor with File &gt; New &gt; Script. Then load a template for creating an imglib plugin with Templates &gt; Imglib Plugin.<br>

<br>5) Somewhat tangentially, I wrote an &quot;Imglib Algorithm Launcher&quot; (available in the algorithm-launcher branch of fiji):<br><a href="http://pacific.mpi-cbg.de/cgi-bin/gitweb.cgi?p=fiji.git;a=commit;h=246bc9a9c8b19d7b0ee1bce2ffa394ca919abce2">http://pacific.mpi-cbg.de/cgi-bin/gitweb.cgi?p=fiji.git;a=commit;h=246bc9a9c8b19d7b0ee1bce2ffa394ca919abce2</a><br>

<br>6) Questions can be directed to the fiji-devel mailing list at:<br><a href="http://groups.google.com/group/fiji-devel">http://groups.google.com/group/fiji-devel</a><br><br>-Curtis<br>