ASPJPEG is a shared software produced by Persits, with a trial period of 30 days. You can download it here: http://www.persits.com/aspjpeg.exe.
The latest version number is 1.3
=======================================================
<%
subjpegclass(imgurl,fontsize,family,isbold,top,left,content,Horflip)' call process name
DimJpeg,font_color,font_size,font_family,f_width,f_height,f_content,f_Horflip
'Create an instance
SetJpeg=Server.CreateObject("Persits.Jpeg")
font_size=10
font_family="宋体"
f_left=5
f_top=5
ifimgurl<>""then
Jpeg.OpenServer.MapPath(imgurl)' picture path and open it
else
response.write "Image path not found"
exitsub
endif
iffontsize<>""thenfont_size=fontsize' font size
ifamily<>""thenfont_family=family' font