Re: [sane-devel] Get raw image from scanner

2022-11-29 Thread James Ring
Hey Thiago, On Tue, Nov 29, 2022 at 9:09 AM Thiago Milczarek Sayão < thiago.sa...@gmail.com> wrote: > Thanks Ralph > > I just got each frame and sent it to java thru JNI and joined into a > BufferedImage, it worked. > jfreesane tries to handle all the different combinations of frame data that

Re: [sane-devel] Get raw image from scanner

2022-11-29 Thread James Ring
On Tue, Nov 29, 2022 at 9:17 AM Thiago Milczarek Sayão < thiago.sa...@gmail.com> wrote: > That's exactly what I did :) > > Thanks James. > Awesome! Glad that it helped. :D If you find any issues with the code, please let me know so I can fix them in jfreesane as well. >

Re: [sane-devel] Get raw image from scanner

2022-11-29 Thread Thiago Milczarek Sayão
That's exactly what I did :) Thanks James. Em ter., 29 de nov. de 2022 às 14:15, James Ring escreveu: > Hey Thiago, > > On Tue, Nov 29, 2022 at 9:09 AM Thiago Milczarek Sayão < > thiago.sa...@gmail.com> wrote: > >> Thanks Ralph >> >> I just got each frame and sent it to java thru JNI and

Re: [sane-devel] Get raw image from scanner

2022-11-29 Thread Thiago Milczarek Sayão
Thanks Ralph I just got each frame and sent it to java thru JNI and joined into a BufferedImage, it worked. Em seg., 28 de nov. de 2022 às 17:46, Ralph Little escreveu: > Hi, > > On Mon, Nov 28, 2022 at 12:36 PM Thiago Milczarek Sayão < > thiago.sa...@gmail.com> wrote: > >> Hi, >> >> I am

Re: [sane-devel] Get raw image from scanner

2022-11-28 Thread Ralph Little
Hi, On Mon, Nov 28, 2022 at 12:36 PM Thiago Milczarek Sayão < thiago.sa...@gmail.com> wrote: > Hi, > > I am developing a C function to return an Raw image to java/JNI. > > I would like this function to return raw image data being either RGB or > GRAY. > > I'm reading scanimage.c, but it's a hard