Here is my use case:
My application allows the user to configure products with numerous options. Some of those options are colors which can be selected by the user for numerous areas of the product. I am using imagemapster to display a "blank" image (ie...no colors) of the product and allow them to click on the different areas of the image (or select from dropdowns) to select the color options as they see fit.
When the user is finished, I would like to be able to save the resulting image (with the selected colors) to a jpg or png file for storage back on the server. This image file will then be used by other areas of the application where it isn't feasible for me to use imagemapster to load the "blank" image and re-select the color selections using imagemapster.
Is this feasible? And if so, can anyone point me in the right direction of how to accomplish this?
Thanks!