undefined

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
dwaynie
Posts: 1
Joined: 2012-05-31T11:46:33-07:00
Authentication code: 13

undefined

Post by dwaynie »

undefined
Last edited by dwaynie on 2012-06-11T10:00:58-07:00, edited 1 time in total.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: hipster_filters

Post by fmw42 »

You just have to play around with the IM functions. Many "instagram-like" changes are combinations of blending with some other constant color, vignetting, sharpening or blurring, brightening, contrast change and blending combinations together, etc. I expect the creator of instagram just played around to get various interesting effects and then gave them some cute name. Now people want to duplicate them by name. That is hard to do to reverse engineer, but you can get fairly close, but it is time consuming with lots of trial and error.

I have one bash unix script that does some similar effects, though not by name. You can play around with the arguments to make combinations that might be appealing. See, toycamera, at the link below.
Post Reply