How to set the function of adding text watermark to upload images to upload?

How to set the function of adding text watermark to upload images to upload?

lancwplancwp Posts: 90Questions: 20Answers: 1

How to set the function of adding text watermark to upload images to upload?

File upload

Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:

Answers

  • allanallan Posts: 63,441Questions: 1Answers: 10,465 Site admin

    This is with the Editor upload and our server-side libraries is it? You would need to use a custom upload action at the server-side to modify the image with an image processor (ImageMagick for example), to add your watermark and then save onto the server.

    Regards,
    Allan

Sign In or Register to comment.