Python script that reads the photoshop curve (.acv) files, extract the polynomials and applies it to an image.

pfdevilliers pfdevilliers Last update: Mar 01, 2024

python-image-filters

Python script that reads the photoshop curve (.acv) files, extract the polynomials and applies it to an image.

A bit of code that was quickly hacked together for a small project. It supports color images not greyscale.

Usage:
  python filter.py <path-to-curve-file> <path-to-image-file>

Normal image:

Image of building

After curve application:

Image of building with curve

Tags:

Subscribe to our newsletter