The results look promising. Keep in mind: this support may not work flawlessly for all files. Since SVG can support embedded scripting commands, the ImageMagick imaging package may not do a perfect job of handling the image. But, it works. I&#39;ve turned on SVG images as a legal upload option now that it&#39;s working reliably. The image is processed by ImageMagic upon upload just to make a PNG thumbnail of the original. The original image is not affected: it&#39;s stored like any other image on the server.<br>
<br>I&#39;ve identified the problem related to large PNG image files and have a tentative solution to the problem. I&#39;ll discuss this once I have it working. Meanwhile, JPEG image files work most reliably.<br><br>Please note: a new parameter added to the image import code tries to keep the image quality as high as possible. To do this, an ImageMagick feature, &quot;sharpening&quot;, is now being invoked. This leads to higher quality-looking thumbnails or image reductions but it comes at the cost of a lot of server CPU overhead. The time to process a large &#39;sharpened&#39; image is 10 time that of one that&#39;s simply reduced. <br>
<br>For now, I&#39;m leaving the sharpening parameter in place. For scientific apps, resolution is critical. Granted, you can still look at the original file which is what&#39;s stored on the server. But we may have to revisit this if the time to do uploads and corresponding CPU utilization proves to be a problem for the community. <br>
<br>If anyone has any comments, please let me know. This is a pretty big change in the most recent revision that we all should be aware of.<br><br>Thanks.<br><br>Bill<br><br>