(sorry for my english) How i need to define my service.thrift to pass an image between client and server??
I think in binary, but when this is translated to C++ is written like string ... I need to pass the image (or the data) between the client and server. I think about read the image in the Client, extract the data (using some library like libjpeg) and pass this data, so this would be binary and in the server rebuild the image.. Any idea? Thanks in advance. MatÃas Hernandez Arellano Ingeniero de Software/Proyectos en VisionLabs S.A CDA Archlinux-CL www.msdark.archlinux.cl
