Forum Moderators: not2easy

Message Too Old, No Replies

ImageMagick & sepia

         

Nutter

2:23 am on Jun 18, 2006 (gmt 0)

10+ Year Member



Does anyone know what version of ImageMagick the sepia-tone option was introduced?

And is there a way to convert to sepia without using the sepia-tone option for versions that don't support it? Maybe something like convert to grayscale and then overlay it with brown.

limbo

9:17 am on Jun 20, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Not sure about your first question - never used imageMagik - however it's pretty easy to simulate sepia effect using most image manipulation apps.

Something along these lines will get you close

> select you image layer
> drop saturation to 0 (this keeps the colour model the same - using greyscale won't allow addition of the sepia tone)
> add another layer
> fill the layer with an orangey brown
> set the layer to 'multiply' or 'screen'
> change layer opacity (10-30%?)
> and lastly edit the light levels of your image layer to enhance areas of contrast.

- tinkering with the layers settings might be necessary to get the effect just right