Reverse Engineering a Filter

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
jayuhfree
Posts: 2
Joined: 2011-01-30T02:10:20-07:00
Authentication code: 8675308

Reverse Engineering a Filter

Post by jayuhfree »

My spouse, who's a painter, has asked me to create an IM filter which can reproduce the following types of effects from an arbitrary image. It's a picture taken from our Samsung cellphone camera zooming in. I've tried a number of combinations of blurring and unsharpening, but can't seem to produce the very interesting opalescent artifacts.

Image

And

Image

Thanks!
jayuhfree
Posts: 2
Joined: 2011-01-30T02:10:20-07:00
Authentication code: 8675308

Re: Reverse Engineering a Filter

Post by jayuhfree »

So far here's what I've got. It's software-based zoom, obviously, but I suspect it's zooming on a JPG-compressed copy. That explains the artifacts everywhere. At that point, I suspect it's a combination of a blur and an edge detect? Maybe with a bit of noise added? I've been running combinations of blur->noise and now I'm experimenting with higher degrees of JPG compression.
NicolasRobidoux
Posts: 1944
Joined: 2010-08-28T11:16:00-07:00
Authentication code: 8675308
Location: Montreal, Canada

Re: Reverse Engineering a Filter

Post by NicolasRobidoux »

I can't help you, but I must say it is a very attractive effect.

Have you checked GIMP plug-ins for something similar (either pre-installed or from the plugin repositorty)?
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: Reverse Engineering a Filter

Post by anthony »

I can't see the images any more -- so I have no idea.

Put the images on something like dropbox, and edit the links of your request to them.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply