Mobile app version of vmapp.org
Login or Join
Yeniel560

: Is it possible to add a logo to an existing image file? Is it possible to add additional image to an existing image using php or jquery?The logic is same as watermark in PHP but I want

@Yeniel560

Posted in: #Jquery #Php

Is it possible to add additional image to an existing image using php or jquery?The logic is same as watermark in PHP but I want the logo to be draggable so a user can position the image anywhere on the existing image.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Yeniel560

1 Comments

Sorted by latest first Latest Oldest Best

 

@Turnbaugh106

It is. You will have to:


Set the position via javascript on front-side.
Get the image position, server-side
Merge the two images.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme