Hi - I've been using imagemagick for quite a few years now and have been doing everything on the command line. Recently, I just started a project that requires much more intricate manipulation and conjure and MSL seem to be the perfect answer. However, it seems like the distort command isn't available. Is there a way to expose this command in MSL?
Thanks for any help you can provide!
distort option for MSL
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: distort option for MSL
It should follow the perlMagick API. And it has a Distort method.
http://www.imagemagick.org/script/perl-magick.php
It it does not work add a bug report in bugs.
http://www.imagemagick.org/script/perl-magick.php
It it does not work add a bug report in bugs.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/
Re: distort option for MSL
Thanks - yeah, it definitely doesn't work. I think I'm just going to ditch MSL for this project since there were several other functions that weren't working either and I need to get this running asap. Thanks for the follow up.