<div dir="ltr">Hi Jay,<div><br></div><div>Sorry for the long (long!) delay in reply. Did you ever put something together to do blitter-like operations? They are something we should definitely add to ImageJ Ops as core functions.</div><div><br></div><div>As for converting, we have the start of that now:</div><div><a href="https://github.com/imagej/imagej-ops/pull/182">https://github.com/imagej/imagej-ops/pull/182</a><br></div><div><br></div><div>But more still needs to be done with it.</div><div><br></div><div>If you ended up writing any code to do this stuff, it would be awesome to put it into Ops core.</div><div><br></div><div>Regards,</div><div>Curtis</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jun 26, 2015 at 5:04 PM, Jay Warrick <span dir="ltr"><<a href="mailto:warrick@wisc.edu" target="_blank">warrick@wisc.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi All,<br>
<br>
For some reason, I'm having trouble finding the intended workflow with imglib2 for performing blitter-like operations using Img<whatever> images.<br>
<br>
Suggestions? It looks like the ImageCalculator class is deprecated. It works but it is a command and always seems to want to pop up and image window after calculation which I don't want to have happen during my function. Also, conversion of the Img<DoubleType> to Img<something else> seems to be escaping me as well. I'm just copying the "copyDataInto" method of the ImageCalculator class for now.<br>
<br>
Thanks,<br>
<br>
Jay<br>
<br>
<br>
_______________________________________________<br>
ImageJ-devel mailing list<br>
<a href="mailto:ImageJ-devel@imagej.net">ImageJ-devel@imagej.net</a><br>
<a href="http://imagej.net/mailman/listinfo/imagej-devel" rel="noreferrer" target="_blank">http://imagej.net/mailman/listinfo/imagej-devel</a><br>
</blockquote></div><br></div>