Page 1 of 1
[Suggestion] Chromatic Aberration
Posted: Mon Jan 13, 2020 8:02 pm
by kingzeroth
Chromatic Aberration is another effect to mimic real photos and gives the illusion of realism. It is famous for giving a sci-fi-ish look to the artwork.
The red and cyan ghosting effect on the edges are the result of Chromatic Aberration.
example artwork by
Chengwei Pan
In Photoshop, this is done by resizing one of the RGB channel.
img by
Kuvshinov-Ilya
Re: [Suggestion] Chromatic Aberration
Posted: Mon Jan 20, 2020 10:51 am
by support
You can get channels for an image by the next way:
1)Create 3 copy of image layer
2)create 3 layers pure red, green and blue 255 0 0, 0 255 0, 0 0 255 RGB
3)set Multiply mode for RGB layers and merge it to 3 copy
4)set Add mode to 2 top layers
So you can little shift or resize any of Chanel-layers to get chromatic aberration
- img-2020-01-20-13-44-08.png (27.88KiB)Viewed 4718 times
Re: [Suggestion] Chromatic Aberration
Posted: Mon Jan 20, 2020 5:59 pm
by kingzeroth
support wrote: ↑Mon Jan 20, 2020 10:51 am
You can get channels for an image by the next way:
1)Create 3 copy of image layer
2)create 3 layers pure red, green and blue 255 0 0, 0 255 0, 0 0 255 RGB
3)set Multiply mode for RGB layers and merge it to 3 copy
4)set Add mode to 2 top layers
So you can little shift or resize any of Chanel-layers to get chromatic aberration
img-2020-01-20-13-44-08.png
Thank you for the workaround! Do you perhaps know how to make a working script for these actions in the mean time? I am unsuccessful at making a script to repeat these actions. The script would jump around to other layers.
Re: [Suggestion] Chromatic Aberration
Posted: Thu Mar 19, 2020 10:19 am
by support
A script counts layers from below. So in this task, you can save and use script only for a single layer document (merged image) or with some special structure of layers.