Page 1 of 1

Re: Help please! I need a complex transformation

Posted: 2009-06-18T15:05:06-07:00
by fmw42
resize a subsection around the face, then mask it back over the image

or

use -distort barrel

see my pinbarrel script (written before -distort barrel) for the girl in the green dress pincushion example.

http://www.fmwconcepts.com/imagemagick/ ... /index.php


see also -implode http://www.imagemagick.org/Usage/warping/#implode

also see my (inverted example) bump script at http://www.fmwconcepts.com/imagemagick/bump/index.php

Re: Help please! I need a complex transformation

Posted: 2009-06-18T23:11:51-07:00
by anthony
You can also 'implode' the area
http://www.imagemagick.org/Usage/warping/#implode
and limit the the range (and adjust the center) using Regions
http://www.imagemagick.org/Usage/warping/#regions
Which basically extracts the region. implodes and puts it back.