Skip to content

Commit 8a45c97

Browse files
author
Cristy
committed
correct overlay command (ImageMagick/Website6#6)
1 parent d284cbc commit 8a45c97

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

assets/bootstrap.bundle.min.js

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/bootstrap.min.css

+3-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

masking/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1588,7 +1588,7 @@ <h3>Removing a Known Background</h3>While removal of a simple background to a 'B
15881588
<tr>
15891589
<td>
15901590
<pre class="bg-light text-dark mx-4"><samp>
1591-
magick overlay_difference.png -channel RGBA -separate +channel \
1591+
magick overlay_difference.png -channel RGB -separate +channel \
15921592
-evaluate-sequence add -threshold 0 overlay_mask.png
15931593
</samp></pre>
15941594
</td>

0 commit comments

Comments
 (0)