How is a sepia tone created?

后端 未结 4 1056
独厮守ぢ
独厮守ぢ 2020-12-28 20:24

What are the basic operations needed to create a sepia tone? My reference point is the perl imagemagick library, so I can easily use any basic operation. I\'ve tried to quan

4条回答
  •  Happy的楠姐
    2020-12-28 20:31

    It's easy if you use the imagemagic command line.

    http://www.imagemagick.org/script/convert.php

    Use the "-sepia-tone threshold" argument when converting.

    Strangely enough, the PerlMagick API doesn't seem to include a method for doing this directly:

    http://www.imagemagick.org/script/perl-magick.php

    ...and no reference to any Sepia method.

提交回复
热议问题