How do I give a border to an image created using PHP?
相关问题
- Views base64 encoded blob in HTML with PHP
- Laravel Option Select - Default Issue
- PHP Recursively File Folder Scan Sorted by Modific
- Can php detect if javascript is on or not?
- Using similar_text and strpos together
Then the usage would just to do.
With ImageMagick:
bool Imagick::borderImage ( mixed $bordercolor , int $width , int $height )
I didn't test this but I think it will do the trick.