jpeg
ASP İle Resimlerin Üzerine Yazma
ASPJpeg ile resimler
üzerine yazı yazma, boyut ayarlama gibi işlemleri yapabiliriz.
ASPJpeg ile ilgili örnek olarak aşağıdaki kodu verilebilir.
Kod Alanı:
<%
Set Jpeg = Server.CreateObject("Persits.Jpeg" )
Path = Server.MapPath("resminiz.jpg" )
Jpeg.Open Path
Jpeg.Canvas.Font.Color = &000000
Jpeg.Canvas.Font.Family = "ARIAL"
Jpeg.Canvas.Font.Bold = FALSE
Jpeg.Canvas.Print 40, 10, "HANCİ.ORG"
Jpeg.Canvas.Pen.Color = &000000
Jpeg.Canvas.Pen.Width = 0