All,
I am using a java tool for test execution which stores the screen captures in SQL. The image is stored as raw data, am not sure about the format, may be base64. Am trying to write a wrapper in tcl to retrieve that data from SQL, build the image and store it in the local machine.
This is...