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"))
'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.frm
1Kb
Ijl11.zip
79Kb
MSSCCPRJ.SCC
194b
cDIBSection.cls
16Kb
dll/
0b
dll/slike.exp
1Kb
dll/slike.lib
3Kb
mCommonDialog.bas
37Kb
mIJL.bas
18Kb
obmocje51.vbp
1Kb
obmocje51.vbw
185b
readme.txt
496b
slike.cls
2Kb
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 ...