以下是引用有点蓝在2023/2/1 16:08:00的发言:
Dim img as image = getimage("d:\\splash.jpg")
Dim bmp As new bitmap(img.width, img.height) \'宽高
Dim g = graphics.fromimage(bmp)
g.DrawImage(img,0,0)
Dim fnt As New Font("宋体",10)
g.DrawString("需要添加的文字",fnt,Brushes.Black,2,2)
bmp.save(ProjectPath & "splash2.jpg")
bmp.dispose
[此贴子已经被作者于2023/2/2 8:41:41编辑过]