Skip to content

Instantly share code, notes, and snippets.

@PacoH
PacoH / original-photoshop-acv-reader.py
Created October 29, 2023 14:18 — forked from fish2000/original-photoshop-acv-reader.py
Original Photoshop ACV File Reader Python Code from (Now-Defunct) WeemoApps.com
#!/usr/bin/env python
"""
DESCRIPTION
Prints the polynomials that describe a photoshop curve.
There are three curves (one per RGB channel) which you can later
use to make a custom filter for your image.
See http://www.weemoapps.com/creating-retro-and-analog-image-filters-in-mobile-apps
for the theory behind this method.