ASPSMARTIMAGE : DOCUMENTATION |
aspSmartImage Object
Last modified : may 5, 2002 © 2002 Advantys. All rights reserved. |
TheSmartImageObject
The SmartUpload object can be created directly from an ASP program.
Syntax
Set myImage = Server.CreateObject("AspSmartImage.SmartImage")
myImage.Properties | MethodsProperties
OriginalWidth Width of the original picture. OriginalHeight Height of the original picture. OriginalSize Size of the original picture. Width Width of the modified picture. Height Height of the modified picture Size Size of the saved picture. Quality Set compression quality. Comment Add a comment to the new JPEG. FontFace Set font face to use with AddText. FontBold Use bold font. FontColor Set font color. FontItalic Use italic font. FontOrientation Define font orientation. FontSize Define font size. FontUnderline Use underlined font. FontCharset Define font charset. Methods
OpenFile Open a JPEG/GIF/BMP file. Save Save the picture. OpenBinary Open a file from a binary array. SaveBinary Save the picture in a binary array. Download Download the picture. Resample Resample the picture. Crop Crop a part of the picture. Sharpen Used to sharpen the picture. Gamma Gamma Correction. Blur Blur the picture. GreyScale Convert picture to Grey Scale. Negative Return the negative of the picture. AddImage Add new image on current image. AddText Write text on current image. Flip Flip image. Mirror Return mirrored image. RotateLeft Rotates the image 90 degrees counter-clockwise. RotateRight Rotates the image 90 degrees clockwise.
© 2000 Advantys. All rights reserved.