芝麻web文件管理V1.00
编辑当前文件:/home/strato/chroot/opt/RZphp80/includes/test/XML_image2svg/tests/Test_image2svg.php
"test.png", "gif" => "test.gif", "jpg" => "test.jpg", "bmp" => "test.bmp" // Force an unsupported mimetype ); // Define a template SVG to be used $useTpl = TRUE; if(isset($argv[0]) && !array_key_exists((string)$argv[0], $arr ) OR !isset($argv[0])) { $file = "test.png"; } else { $file = $arr[$argv[0]]; } // Convert an image to SVG $i = &new XML_image2svg($file ); if($useTpl ) $i->tplFile = "tpl.image.svg"; $i->show(); ?>