This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
require 'Unicode2Bijoy.php'; // https://github.com/mirazmac/Unicode2Bijoy | |
use mirazmac\Unicode2Bijoy; | |
$str = Unicode2Bijoy::convert("যুক্তাক্ষর প্রিন্ট করা \n খুবই সোজা"); //convert the text | |
$im = imagecreatetruecolor(300, 300); //create the image | |
$bg = imagecolorallocate($im, 255, 255, 255); //allocating white background image |
NewerOlder