<div dir="ltr">Thanks Ralph<div><br></div><div>I just got each frame and sent it to java thru JNI and joined into a BufferedImage, it worked.</div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Em seg., 28 de nov. de 2022 às 17:46, Ralph Little <<a href="mailto:skelband@gmail.com">skelband@gmail.com</a>> escreveu:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr">Hi,<br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Nov 28, 2022 at 12:36 PM Thiago Milczarek Sayão <<a href="mailto:thiago.sayao@gmail.com" target="_blank">thiago.sayao@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi,<div><br></div><div>I am developing a C function to return an Raw image to java/JNI.</div><div><br></div><div>I would like this function to return raw image data being either RGB or GRAY.</div><div><br></div><div>I'm reading scanimage.c, but it's a hard one for me due to lack of experience.</div><div><br></div><div>Is there a simpler example I can look at? Or maybe a "higher level API" ?</div><br></div></blockquote><div><br></div><div>If your requirements are very simple, then the regular SANE API is fairly straightforward: <a href="https://sane-project.gitlab.io/standard/api.html" target="_blank">https://sane-project.gitlab.io/standard/api.html</a></div><div>The complications come from interacting with the options to set the device up as you need.</div><div>However, getting an image from a device is pretty easy..<br></div><div><br></div><div>Cheers,</div><div>Ralph<br></div></div></div>
</blockquote></div>