-fx can not be used for windows ?

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
linjuming
Posts: 122
Joined: 2011-01-25T00:09:50-07:00
Authentication code: 8675308

-fx can not be used for windows ?

Post by linjuming »

-fx can not be used for windows ?
Image
Bonzo
Posts: 2971
Joined: 2006-05-20T08:08:19-07:00
Location: Cambridge, England

Re: -fx can not be used for windows ?

Post by Bonzo »

It will work but I think you need to change the ' ' to " " and in so your case \"( r+g+b )/3\"

In your error output you have a back tick and a ' but in your code you just have '
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: -fx can not be used for windows ?

Post by anthony »

For differences between the UNIX shell CLI and Windows DOS CLI see
http://www.imagemagick.org/Usage/windows/#dos

Also watch out for the "Convert Issue"
http://www.imagemagick.org/Usage/windows/#convert_issue
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
linjuming
Posts: 122
Joined: 2011-01-25T00:09:50-07:00
Authentication code: 8675308

Re: -fx can not be used for windows ?

Post by linjuming »

thank you !!
Post Reply