Hello All,
I am working on NodeJS project. I am using geo location to get the latitude & longitude of the user when they upload images.
Is it possible to watermark the latitude & longitude on the images while uploading?
Hello All,
I am working on NodeJS project. I am using geo location to get the latitude & longitude of the user when they upload images.
Is it possible to watermark the latitude & longitude on the images while uploading?
I think is possible, you can add two hidden fields on your form, which will be binded to the geo component, and then you can use it as Post values for the watermark.
The only "problem" I can see is that location is sended from the client side so can be manipulated..
I tried that but adding Watermark accepts only image & not dynamic values.
I also tried using the Text to Image component which I feel is what I am looking at.
However, the component is not ready yet as there is no option to Select Font due to which the text is shown as boxes.
Maybe I will try to put a feature request for Text to Image.
Thanks @franse for your help.
True, sorry for that