Skip to content

Instantly share code, notes, and snippets.

View AbiruzzamanMolla's full-sized avatar
🏠
Working from home

Abiruzzaman Molla AbiruzzamanMolla

🏠
Working from home
View GitHub Profile
<?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