We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d551c0 commit cba157dCopy full SHA for cba157d
build/Build.ReleaseImage.cs
@@ -74,10 +74,10 @@ partial class Build
74
var image = new Image<Rgba64>(width: width, height: height);
75
image.Mutate(x => x
76
.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)
+ // .DrawImage(
+ // logo,
+ // location: new Point(image.Width / 2 - logo.Width / 2, image.Height / 2 - logo.Height / 2),
+ // opacity: 0.05f)
81
.DrawText(
82
text: "New Release".ToUpperInvariant(),
83
font: thinFont.CreateFont(100),
0 commit comments