On Fri, Aug 12, 2022 at 10:30 AM Bob Marcan <bob.marcan@gmail.com> wrote:
On Fri, 12 Aug 2022 08:45:13 -0300
"George N. White III" <gnwiii@gmail.com> wrote:

> On Wed, Aug 10, 2022 at 7:52 PM Paul Smith <phhs80@gmail.com> wrote:
>
> > Thanks to all who have answered! GraphicsMagick seems to be a good
> > alternative to ImageMagick -- thanks for the suggestion.
> > 
>
> I use *Magick command-line tools (convert, etc.):  I don't get them from
> GraphicsMagick:
>
>  % doas dnf provides /usr/bin/convert
> Last metadata expiration check: 3:14:26 ago on Fri Aug 12 05:25:01 2022.
> ImageMagick-1:6.9.12.44-1.fc36.i686 : An X application for displaying and
> manipulating images
> Repo        : fedora
> Matched from:
> Filename    : /usr/bin/convert
>
> ImageMagick-1:6.9.12.44-1.fc36.x86_64 : An X application for displaying and
> manipulating images
> Repo        : fedora
> Matched from:
> Filename    : /usr/bin/convert
>
> ImageMagick-1:6.9.12.52-1.fc36.i686 : An X application for displaying and
> manipulating images
> Repo        : updates
> Matched from:
> Filename    : /usr/bin/convert
>
> ImageMagick-1:6.9.12.52-1.fc36.x86_64 : An X application for displaying and
> manipulating images
> Repo        : updates
> Matched from:
> Filename    : /usr/bin/convert
>

http://www.graphicsmagick.org/GraphicsMagick.html

gm animate [ options ... ] file [ [ options ... ] file ... ]
[...]
 
The Debian/Ubuntu world has a compatibility package that provides Graphics Magick versions of the
ImageMagick tools  My use cases are very basic so I hope the differences with GraphicsMagick won't
cause problems.  

Fedora requires some effort to avoid editing legacy scripts and makefiles (that are shared with other users
so need to work across multiple platforms).  I  created a /usr/local/gm/bin directory with a bunch of links to
"all.sh": that has "exec /usr/bin/gm ...".  and use environment modules to add the new gm/bin directory to the
path when needed.  

--
George N. White III