Skip to content

Commit cba157d

Browse files
committed
Disable release-image watermark
1 parent 8d551c0 commit cba157d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build/Build.ReleaseImage.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ partial class Build
7474
var image = new Image<Rgba64>(width: width, height: height);
7575
image.Mutate(x => x
7676
.BackgroundColor(Color.FromRgb(r: 25, g: 25, b: 25))
77-
.DrawImage(
78-
logo,
79-
location: new Point(image.Width / 2 - logo.Width / 2, image.Height / 2 - logo.Height / 2),
80-
opacity: 0.05f)
77+
// .DrawImage(
78+
// logo,
79+
// location: new Point(image.Width / 2 - logo.Width / 2, image.Height / 2 - logo.Height / 2),
80+
// opacity: 0.05f)
8181
.DrawText(
8282
text: "New Release".ToUpperInvariant(),
8383
font: thinFont.CreateFont(100),

0 commit comments

Comments
 (0)