lin to log image convertion

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
dakkon

lin to log image convertion

Post 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
User avatar
GreenKoopa
Posts: 457
Joined: 2010-11-04T17:24:08-07:00
Authentication code: 8675308

Re: lin to log image convertion

Post by GreenKoopa »

Does -colorspace or -gamma meet your needs? If not, more clarity on your needs would be helpful.
User avatar
GreenKoopa
Posts: 457
Joined: 2010-11-04T17:24:08-07:00
Authentication code: 8675308

Re: lin to log image convertion

Post by GreenKoopa »

If you have very specific needs not covered by the above, and can express these needs mathematically, check out -evaluate and -fx.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: lin to log image convertion

Post by fmw42 »

convert rgbimage -colorspace log logimage

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