Enhance

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
myspacee
Posts: 153
Joined: 2007-06-14T02:09:35-07:00

Enhance

Post by myspacee »

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.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Enhance

Post by fmw42 »

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.
Post Reply