Skip to content

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

Notifications You must be signed in to change notification settings

devlato/python-image-filters

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published