Forum Home
|
Marketplace
|
Articles
|
Blogs
|
Interviews
|
Tools
REGISTER
|
SEARCH
|
MEMBERS
|
F.A.Q.
Register Here
Forum Rules
Webmaster-Talk.com
>
Coding Talk
>
ASP Forum
>
.NET Programming Forum
>
ASP.net image resizing
Link Back
Thread Tools
ASP.net image resizing
04-05-2008, 12:21 AM
#
1
(
permalink
)
ASP.net image resizing
itHighway
Average Talker
Posts: 27
Name: Zeeshan Dar
Location: GUJ
Talkupation:
Hello,
I am looking for asp.net script that can:
- Resize width and height of given image
- Save resized image to disk.
- The name of resized image should be [image name]_T.jpg
Please advice.
Thank you,
__________________
Zeeshan Dar
itHighway -
web design development
custom e-commerce solution
&
web based real estate listing software
services provider
When You
Register
, These Ads Go Away!
04-07-2008, 03:53 PM
#
2
(
permalink
)
Re: ASP.net image resizing
Learning Newbie
Moderator
Latest Blog Post:
John McCain’s Hate Affair With The Press
Posts: 4,880
Name: John Alexander
Talkupation:
Bitmap bmp= new Bitmap("c:\xxx\filename.jpg");
Bitmap createNew = bmp.GetThumbnailImage(x, y, null, IntPtr.Zero);
createNew.Save(yyy);
http://msdn2.microsoft.com/en-us/lib...ing.image.aspx
http://www.codeproject.com/KB/GDI-plus/imageresize.aspx
__________________
4 ways to improve the lives of the "bottom billion"
"HEY YOU KIDS GET OFF MY LAWN!" -John McCain
« Reply to
ASP.net image resizing
Previous Thread
|
Next Thread
Webmaster-Talk.com
>
Coding Talk
>
ASP Forum
>
.NET Programming Forum
>
ASP.net image resizing
Thread Tools
Show Printable Version
Email this Page
Posting Rules
You
may not
post new threads
You
may not
post replies
You
may not
post attachments
You
may not
edit your posts
vB code
is
On
Smilies
are
On
[IMG]
code is
On
HTML code is
Off
Trackbacks
are
Off
Pingbacks
are
Off
Refbacks
are
Off
Webmaster Resources Marketplace:
Software Development Company
|
Webhosting.UK.com
Web Templates
|
Text Link Brokers
|
Stock Photos
Feeds:
RSS
JS
XML
Feeds for this forum:
RSS
JS
XML
Mark Forums Read
-
View Forum Leaders
-
Contact Us
-
Webmaster Forum
-
Advertise
-
Archive
-
Privacy Statement
-
Top
Page generated in
0.10611
seconds with
13
queries