0

i want to know how can i generate image dynamically from content and also from existing image

as i know we can add sting to dynamically generated image in php

so actually i want to make image that contains existing image as well as content.

1

1 Answer 1

1

Read through the manual pages about the GD extension to learn how to use it to create and manipulate images.

But basically, to copy an image onto another, load it using one of the imagecreatefrom*() functions, such as imagecreatefromjpeg() or imagecreatefromgif(), and use the imagecopy() function.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.