I'm looking for what settings would be good to create cross process style pics..
Cross process / retro settings..
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Cross process / retro settings..
please define "cross process"! do you mean a montage? if so, see http://www.imagemagick.org/Usage/montage/
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Cross process / retro settings..
dognose wrote:http://en.wikipedia.org/wiki/Cross_processing
referring to that certain coloring of older photos.
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.
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: Cross process / retro settings..
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
You can the re-apply the same process quickly to any other image
http://www.imagemagick.org/Usage/color_mods/#hald-clut
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/
Re: Cross process / retro settings..
Thanks, the HALD works great!
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: Cross process / retro settings..
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
or perhaps you have your own website with the info
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/
Re: Cross process / retro settings..
Sure
I need to make some more though for different types of old film
Code: Select all
convert original.jpg retro_colors.png -hald-clut out.jpg
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: Cross process / retro settings..
Please continue to submit different HALD effects
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/