Re: Imageborder question
Fred Weinhaus <[email protected]>
| Newsgroups | gmane.comp.video.image-magick.user |
|---|---|
| Message-ID | <p06240802c7e16d8c53a5@[192.168.1.2]> |
This seems to work reasonably well using profiles to keep the color correct. convert GirlOnPhone.jpg \ +profile icc -profile Profiles/CMYK.icc -profile Profiles/sRGB.icc \ -set option:distort:viewport 180x180-15-15 -virtual-pixel tile \ -distort SRT "0" -profile Profiles/CMYK.icc GirlOnPhone_border.jpg see files http://www.fmwconcepts.com/misc_tests/GirlOnPhone.jpg and http://www.fmwconcepts.com/misc_tests/GirlOnPhone_border.jpg Fred