Skip to content

Commit

Permalink
Corrected sparse-color example.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Dec 28, 2024
1 parent db718aa commit e2f4acf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions canvas/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2982,8 +2982,7 @@ <h3>Sparse Color as a Fill Operator</h3>One of the original reasons for creating
<tr>
<td>
<pre class="bg-light text-dark mx-4"><samp>
magick sparse_source.gif txt:- |\
sed '1d; / 0) /d; s/:.* /,/;' |\
magick sparse_source.gif sparse-color:- |\
magick sparse_source.gif -alpha off \
-sparse-color shepards '@-' sparse_fill.png
</samp></pre>
Expand Down

0 comments on commit e2f4acf

Please sign in to comment.