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?".
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.
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.