-radial-blur unrecognized

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
dognose
Posts: 265
Joined: 2005-03-08T22:16:37-07:00

-radial-blur unrecognized

Post by dognose »

What happened to -radial-blur ?

convert test.jpg -radial-blur 300 out.jpg
convert: unrecognized option `-radial-blur' @ error/convert.c/ConvertImageCommand/2637.

convert --version
Version: ImageMagick 7.0.8-59 Q16 x86_64 2019-08-04 https://imagemagick.org
Copyright: © 1999-2019 ImageMagick Studio LLC
License: https://imagemagick.org/script/license.php
Features: Cipher DPC HDRI Modules OpenMP(3.1)
Delegates (built-in): bzlib cairo djvu fftw fontconfig freetype gslib jng jp2 jpeg lcms ltdl lzma openexr pangocairo png ps rsvg tiff webp wmf x xml zlib
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: -radial-blur unrecognized

Post by snibgo »

It has been renamed to "-rotational-blur".

@Fred: This new option is not documented in http://www.imagemagick.org/www/script/c ... adial-blur . Can you fix this, please?
snibgo's IM pages: im.snibgo.com
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: -radial-blur unrecognized

Post by fmw42 »

OK. I will add it to my list for my next edit session.
Post Reply