Page 1 of 1
Cross process / retro settings..
Posted: 2011-03-22T08:34:29-07:00
by dognose
I'm looking for what settings would be good to create cross process style pics..
Re: Cross process / retro settings..
Posted: 2011-03-22T09:56:53-07:00
by fmw42
please define "cross process"! do you mean a montage? if so, see
http://www.imagemagick.org/Usage/montage/
Re: Cross process / retro settings..
Posted: 2011-03-22T18:56:49-07:00
by dognose
http://en.wikipedia.org/wiki/Cross_processing
referring to that certain coloring of older photos.
Re: Cross process / retro settings..
Posted: 2011-03-22T19:43:49-07:00
by fmw42
From the tutorials on that page, it appears to be simply a case of curves processing on each channel separately. As IM is not interactive, you will have to play some with things like -level, +level, -sigmoidal-contrast, -gamma etc on each channel to get the effect you want.
I also have a curves script, but it does not allow direct manipulation of each channel. So one would have to separate channels, process independently with the script, then recombine the modified channels.
Re: Cross process / retro settings..
Posted: 2011-03-22T20:20:29-07:00
by anthony
If you apply a complex cross-process on a "HALD" image
You can the re-apply the same process quickly to any other image
http://www.imagemagick.org/Usage/color_mods/#hald-clut
Re: Cross process / retro settings..
Posted: 2011-03-23T13:08:13-07:00
by dognose
Thanks, the HALD works great!
Re: Cross process / retro settings..
Posted: 2011-03-24T17:09:45-07:00
by anthony
Would you care to submit your HALD image and perhaps the process you used to create it?
or perhaps you have your own website with the info
Re: Cross process / retro settings..
Posted: 2011-03-31T09:35:52-07:00
by dognose
Sure
Code: Select all
convert original.jpg retro_colors.png -hald-clut out.jpg
I need to make some more though for different types of old film
Re: Cross process / retro settings..
Posted: 2011-03-31T19:04:32-07:00
by anthony
Please continue to submit different HALD effects