Posts

Showing posts with the label image magick

How to create custom script to convert ttf, otf or font file to png image via image magic script?

Image
Please check that image magick must be install on your server please note  /usr/bin/convert this path could be change which is define below of script to find out the path of image magick make a new php page and paste this code on this page <?php echo "<pre>"; system("type convert"); echo "</pre>"; ?> and run the page and can check that path is right or not if path is changed so please change the path from  /usr/bin/convert this path Create custom script to convert ttf, otf or font file to png image via image magic script? this script will generate the image of ttf ,otf, .pfm , pfb or font file. simply copy and paste this code on your browser. <?php set_time_limit(0); ini_set('max_execution_time', 0); if($_SERVER['HTTP_HOST']=="localhost") { $DB["dbName"] = "fontxs"; $DB["host"] = "localhost"; $DB["user"] = "root";