Animated favicon looping over solid fill HSV images

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
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Animated favicon looping over solid fill HSV images

Post by fmw42 »

I don't know if IM supports HSV color specification. I know it supports HSL. See http://www.imagemagick.org/script/color.php
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: Animated favicon looping over solid fill HSV images

Post by anthony »

fmw42 wrote:I don't know if IM supports HSV color specification.
It is called HSB in ImageMagick.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Animated favicon looping over solid fill HSV images

Post by fmw42 »

anthony wrote:
fmw42 wrote:I don't know if IM supports HSV color specification.
It is called HSB in ImageMagick.
Perhaps it should be mentioned on http://www.imagemagick.org/script/color.php
Post Reply