Page 1 of 1

lin to log image convertion

Posted: 2010-11-26T03:03:21-07:00
by dakkon
Hello all,

is my first time posting,

i need to convert a image that have the RGB color space to a Log colorspace, can I do it with imagemagick?

my best regards

Luiz

Re: lin to log image convertion

Posted: 2010-11-26T11:22:09-07:00
by GreenKoopa
Does -colorspace or -gamma meet your needs? If not, more clarity on your needs would be helpful.

Re: lin to log image convertion

Posted: 2010-11-26T13:35:40-07:00
by GreenKoopa
If you have very specific needs not covered by the above, and can express these needs mathematically, check out -evaluate and -fx.

Re: lin to log image convertion

Posted: 2010-11-26T20:06:27-07:00
by fmw42
convert rgbimage -colorspace log logimage

see http://www.imagemagick.org/script/comma ... colorspace