Search found 1 match

by qztt
2012-04-25T20:40:11-07:00
Forum: Developers
Topic: how to implement colortone with magick++ (code)
Replies: 0
Views: 4139

how to implement colortone with magick++ (code)

hi ~
i want implement colortone method .
and test command with command line tool . is ok!
but my code is faild. help me plz !!



convert source.jpg ( -clone 0 -fill "#330000" -colorize 100% )
( -clone 0 -colorspace gray -negate ) -compose blend -define compose:args=100,0
-composite dest.jpg ...