ComputationalRadiationPhysics / isaac

In Situ Animation of Accelerated Computations :microscope:
http://ComputationalRadiationPhysics.github.io/isaac/
GNU Lesser General Public License v3.0
25 stars 15 forks source link

JPEG pass through #6

Closed theZiz closed 8 years ago

theZiz commented 8 years ago

At the moment JPEG images come to the server, are converted from base64 to binary, extracted to a bitmap and sent to all ImageConnectors. However the JPEG URI JSON ImageConnector does compress the same image to an JPEG again and also converts it to base64. So a pass through would be nice to save ressouces.

theZiz commented 8 years ago

The recent way of data handling provides this. So: Closed.