How to remove watermark using PHP? Image with watermark: http://img201.imageshack.us/img201/2771/32377509.jpg
feedback
|
closed as not a real question by jasonbar, xtofl, Gavin Miller, phihag, Rocket Feb 8 '11 at 19:34
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.
|
The watermark is there for a reason. The same reason why it will be close to impossible for you to remove it. | |||
|
feedback
|
|
It would be tough to do this in Photoshop, let alone using GD or something along those lines. If you're looking for image manipulation however, read up on GD: | |||
|
feedback
|
|
You can't (not reliably or automatically anyway). That's the whole purpose of a watermark: take two images (watermark and base), and combine them. Some information from both is irretrievably lost, and a resulting watermarked image is produced. You could retouch the resulting image manually, guessing and repainting what probably was in the base image, but there is no way to subtract the watermark from the watermarked image and get the original back. See a very similar question for an example. | ||||
|
feedback
|