Hello,
In these day i make a php script that allow my user to cut&crop photos on intranet webpage.
I want to Enhance final result. Can you suggest how apply best effect to balance colors, white, etc?
The result are print on paper using cmyk technology, is better apply profile or not?
Thank you for any hints,
M.
Enhance
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Enhance
Using profiles to convert to cmyk is the best way to manage colors.
As for enhancing, see IM functions -auto-level, -auto-gamma, -contrast-stretch, -modulate.
I have a number of unix bash scripts that can be run from PHP exec() that might help. See autotone, for example.
As for enhancing, see IM functions -auto-level, -auto-gamma, -contrast-stretch, -modulate.
I have a number of unix bash scripts that can be run from PHP exec() that might help. See autotone, for example.