Christoph Bünker wrote:
I am trying to develop a Visio to Image Converter fort he Mediawiki. It should work like this:
Visio file is uploaded in the Wiki
Image file is created on the Server
Image file is automatically uploaded in the Wiki
What you may wish to do is create an image handler plugin which handles the rasterization, so you can use [[Image:Whatever.vsd]] within the wiki as normal.
You'll find the built-in handlers here: http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/includes/media/
And some sample plugins: http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/PdfHandler/ http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/OggHandler/
-- brion vibber (brion @ wikimedia.org)