distort option for MSL

Discuss the conjure program and the Magick Scripting Language (MSL) here. MSL is an XML-based wrapper to the ImageMagick image-processing functions.
Post Reply
ncallender

distort option for MSL

Post by ncallender »

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!
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: distort option for MSL

Post by anthony »

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.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
ncallender

Re: distort option for MSL

Post by ncallender »

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.
Post Reply