Search found 3 matches

by Massimo C.
2010-12-26T16:05:01-07:00
Forum: Users
Topic: How to extract color profile via command line?
Replies: 3
Views: 11671

Re: How to extract color profile via command line?

convert image.tif profile.icc

Massimo C.
by Massimo C.
2009-05-13T16:12:43-07:00
Forum: Users
Topic: Exposure..
Replies: 8
Views: 18195

Re: Exposure..

Was this by experimentation to try to come close or do you have any true understanding of what PS is doing for this exposure panel, in particular any algorithmic information? Experimentation. The PS panel gave me a clue: the gamma parameter is afaik the only one i can set in IM. IM examples always ...
by Massimo C.
2009-05-13T15:16:33-07:00
Forum: Users
Topic: Exposure..
Replies: 8
Views: 18195

Re: Exposure..

Try with something like this:

Code: Select all

convert in.png -level 20%,80%,0.5 \( +clone -modulate 100,0 \) -compose hard-light -composite -modulate 100,150 out.png