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.
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.