I just built an application in ASP.net that returns a PNG image.
The resulting image is entirely black on a transparent background. Is there a way to index the image to reduce the file size?
I can not index the new image as it is created because I am using the graphics object which will not allow it.
Thank you very much for the help - I've been searching for ages and i can't seem to figure out how to set this up.