how to remove watermark from jpg file?

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
zxsz4084
Posts: 25
Joined: 2015-03-31T01:31:44-07:00
Authentication code: 6789

how to remove watermark from jpg file?

Post by zxsz4084 »

I have a pic at https://img.pengduncun.com/mp.jpg,size 960x540 (16:9), it has a watermark on the top left corner。and I don't have the original watermark png,how to remove the watermark from it?

Image

I have read some posts and have tried some solutions, but those works well。

Thanks !
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: how to remove watermark from jpg file?

Post by fmw42 »

You will need to find some tool that does "inpainting". There are some in OpenCV and Skimage. Also see http://im.snibgo.com/fillholespri.htm
Post Reply