ImageMagic: hue-rotate: Difference between revisions

From WikiMLT
Spas (talk | contribs)
mNo edit summary
Spas (talk | contribs)
mNo edit summary
Line 1: Line 1:
<noinclude>{{ContentArticleHeader/Linux_Server|toc=off}}{{ContentArticleHeader/UX_and_UI}}</noinclude>
<noinclude>{{ContentArticleHeader/Linux_Server|toc=off}}{{ContentArticleHeader/UX_and_UI}}</noinclude>


## ImageMagic `convert` hue-rotate
== ImageMagic `convert` hue-rotate ==
 
<syntaxhighlight lang="shell" line="1">
 
convert favicon.blue.ico -modulate 90,120,0 favicon.orange.ico
convert favicon.blue.ico -modulate 90,120,0 favicon.orange.ico  
</syntaxhighlight>
 


== References ==
== References ==

Revision as of 13:32, 30 September 2022

Im­ageMag­ic `con­vert` hue-ro­tate

convert favicon.blue.ico -modulate 90,120,0 favicon.orange.ico

Ref­er­ences