I need a simple PHP script using the GD Library to add text to an existing image plus merge two images together.
Overview:
——————
– Load default image
– Apply text to default image in certian areas
– Add smaller image (watermark) to current image in certian areas
Task:
——————
– Create a simple function/class where I would call the function to create the image.
– Some inputs would include: default image, text 1, text 2, watermark image, image format (png, jpg,…
