Fix length computation for GetImage replies. The previous version copied only about a quarter of the image data into the buffer returned to the application! I suspect I wrote +4 instead of *4, but rather than using *4 everwhere I now multiply by 4 immediately upon reading the length out of the reply.