Add Text To Image in PHP (Tutorial)

Поділитися
Вставка
  • Опубліковано 8 лис 2024

КОМЕНТАРІ • 8

  • @gurejalectures
    @gurejalectures 3 роки тому

    Thank you very much. Love from pakistan🇵🇰

  • @ferdinanbudianto7964
    @ferdinanbudianto7964 Рік тому

    hi, can you show me how to add transparent background under text?

  • @DiyintheGhetto
    @DiyintheGhetto 2 роки тому +1

    Helllo, I followed Everything from your video however I don't see text on the image. Can you help me out please. I enable everything I just can not see the text.

  • @1966naresh
    @1966naresh 2 роки тому

    How can I edit text with crop image in GD library .. not resize . Only crop with jQuery

  • @gurejalectures
    @gurejalectures 3 роки тому

    How can we save this image in database with dynamically file name. Also explain.

    • @scifigurmeet
      @scifigurmeet  3 роки тому

      Usually, it is not advised to save the images in Database. Rather we save the images in some directory and then add the path to that image in the database.

    • @gurejalectures
      @gurejalectures 3 роки тому

      @@scifigurmeet yes i know this. Just make a video that how to save path dynamically with dynamic file name

  • @lepystudio8974
    @lepystudio8974 2 роки тому +1

    For anybody having problems (not displaying) import your font like this:
    $font = __DIR__ . "/MorningRainbow.ttf";