Hello,I wanted to bring closure to this question and thank those who
responded. Two solutions were proposed. One was to use the Snapshot
class to capure the image as modified on the screen, and the other was
to modify the image on the server using server based tools. I have
implemented the second solution using ImageMagick tools, (actually php
Imagick, because I like php, but any language's library of ImageMagick
tools would have worked). For my application, the solution has the
advantage that I...