Generate images with ImageMagick without saving to file but still display them on website

前端 未结 3 1384
长情又很酷
长情又很酷 2021-01-06 06:00

This is my ImageMagick code which works fine on my webserver by creating new image with the file name \'coloured_font.png\' in a default directory ...



        
3条回答
  •  Happy的楠姐
    2021-01-06 06:41

    Just replace coloured_font.png with coloured_font.php in you html file and create

    coloured_font.php with this contents:

    and thats it! Try to open coloured_font.php in your browser!

提交回复
热议问题