skip to Main Content

PHP Image watermark not support Khmer font Unicode – Photoshop

I'm using https://github.com/Intervention/image in my laravel Project to generate a watermark on the image. I download and use fonts from https://fonts.google.com and https://github.com/osify/cambodianfonts/tree/master/Unicode/Compartible-with-Photoshop-CS3 Both not working. I wrote code $textFont = public_path('Khmer/Khmer-Regular.ttf'); $template = Image::make($this->disk->path($user->avatar)); $text = "កម្ពុជា"; $template->text($text, 190,…

VIEW QUESTION

Magento2 watermark functionality not working

I have installed Fresh Magento2.4 on Ubuntu 18.04 with PHP7.3 version. I have done all the configuration mentioned here https://docs.magento.com/user-guide/catalog/product-image-watermarks.html to add the watermark image. After added the watermark image configuration I ran below commands bin/magento cache:clean bin/magento cache:flush bin/magento…

VIEW QUESTION
Back To Top
Search