← All models
Post Processing Chromatic Aberration
post-processing-chromatic-aberration
Image editby infery
Create chromatic aberration by shifting red, green, and blue channels horizontally or vertically with customizable shift amounts.
images
Details
- Accepts
- image
Pricing
- Price
- 0.125 cr / image
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| image_urlrequired | string | URL of image to process |
| red_shift | integer | Red channel shift amount |
| blue_shift | integer | Blue channel shift amount |
| green_shift | integer | Green channel shift amount |
| red_direction | stringenum: horizontal, vertical | Red channel shift direction |
| blue_direction | stringenum: horizontal, vertical | Blue channel shift direction |
| green_direction | stringenum: horizontal, vertical | Green channel shift direction |
Output
| Field | Type | Description |
|---|---|---|
| images | array | The processed images with chromatic aberration effect |