![]() |
| Quality Software Components |
|
Products
|
On line demos: Select area and apply image processing
Others: Resize an image
<%
‘ Open image
‘ resample the image to
200x200
‘ rotate the image by 45°
‘ save the image to disk Send an image to browser
<%
‘ Open image
‘
resample the image preserving aspect ratio (200x???)
‘ send image to client
browser (as jpeg) Send a JPEG to browser as PNG
<%
‘ Open image
‘
send image to client browser (as PNG) Just rotate a Jpeg of 90° and send to client browser
<%
Image.LossLessSendBinary
Server.MapPath(“images”) & “\inimage.jpg”,,,,, 6
|
|
© 2002/2010 HiComponents. All rights reserved |