开发者

Saving a complex watermark on image

开发者 https://www.devze.com 2023-03-31 20:14 出处:网络
I\'m not sure if this is even possible. I hav开发者_Go百科e an image within a div. <div id=\"image\">

I'm not sure if this is even possible.

I hav开发者_Go百科e an image within a div.

<div id="image">
  <img src="mine.jpg" />
</div>

And I have another div with text, that is placed on top of the image (well, more precisely, on the div that contains an image).

<div id="image">
  <img src="mine.jpg" />
  <div id="watermark">Hello</div>
</div>

Now, is it possible to save this as an image? (hm, it sounds a bit ridiculous even while I'm typing this question out!).

It sounds more like "how do I take a screenshot of user's browser".

Even if above is impossible, is there even a remotely relevant approach to this?


No, such a thing is not possible. The best way to do this is to compose the image using serverside code. Like PHP.

I think with html5 you can make such thins with the canvas but thats far away from a everyday use, at the moment.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号