Languages ASP / VbScript ASP Server Object Model  

Component for ASP resizing images

download download  
important code information
author:
Ales Rosina
minimum requirements:
Component for ASP resizing images description

This component resizes images and saves them into JPG format. You just register this dll onto IIS server (regsvr32 name.dll) and then use it like it's written in readme file. The source is included too, so you can modify if u want. But plase, if u modify it, send a copy to me. Thanx.


set object = server.createobject("obmocje51.slike")
'this function youst returns the height & width of selected picture.
response.write(object.height("c:\image.jpg"))
response.write(object.width("c:\image.jpg"))

'object.resize "image_path",width,height,quality,"save_to"

'example:
'this will resize picture in width=200, height=100, quality=30% (you can live this empty like this: "" - it will setup the quality to 90%)
object.resize "c:\image.jpg",200,100,30,"c:\new_image.jpg"


File List:
Form1.frm1Kb
Ijl11.zip79Kb
MSSCCPRJ.SCC194b
cDIBSection.cls16Kb
dll/0b
dll/slike.exp1Kb
dll/slike.lib3Kb
mCommonDialog.bas37Kb
mIJL.bas18Kb
obmocje51.vbp1Kb
obmocje51.vbw185b
readme.txt496b
slike.cls2Kb

Similar code
Address and Telephone Book (Popularity: ) : Address and Telephone Book. Very convenient address book with Sort and Search options,very simple Updating, Deletion and Adding of records!
ICQ SMS Receiver (Popularity: ) : This program is ICQ SMS Receiver. You have certainly seen that almost every web site provides an option to send e-mail to that web site's owner. But what about SMS? It is now also possible, if your mobile phone service ...
ASP VT-Auth (Popularity: ) : ASP VT-Auth allows you to have a global authentication system for members of your website, protect any number of pages and directories. You don't need MS Access, mySQL or SQL databases to store usernames and passwords! All login information stored ...
User reviews

Write a review:
1 2 3 4 5 6 7 8 9 10
1=poor 10=excellent
Write review*
Your name*
Email*
  (Comments are moderated, and will not appear on this site until the editor has approved them)
 
Rate me
supported os
stats
downloads 138
version
size in Kb 100
popularity   2627/7913374
user rating 3/10
ad


New Code
Popular Code