Re: Load std::vectorchar on Pix?

2013-04-04 Thread zdenko podobny
If you are no linux you can create PIX with pixReadMem. If you are on Mac, Windows you will face problem (e.g. tif will works, other formats like jpeg or png not). See leptonica issue 77[1] for more details. There is also test case/example file[2] where I used std::vectorchar to create PIX. [1]

Re: Load std::vectorchar on Pix?

2013-04-04 Thread Renato Forti
Thanks a lot! I am on linux! Em quinta-feira, 4 de abril de 2013 04h05min04s UTC-3, zdenop escreveu: If you are no linux you can create PIX with pixReadMem. If you are on Mac, Windows you will face problem (e.g. tif will works, other formats like jpeg or png not). See leptonica issue

Load std::vectorchar on Pix?

2013-04-03 Thread Renato Forti
Hi all, I have an Image that I received form socket! This image is a JPG and is on a std::vectorchar! How I can load it on Pix (like pixRead()) to send to api.SetImage(pix); Thaks -- -- You received this message because you are subscribed to the Google Groups tesseract-ocr group. To post to