CodeVerge.Net Beta


   Explore    Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums

ASP.NET Web Hosting – 3 Months Free!



Can Reply:  No Members Can Edit: No Online: Yes
Zone: > NEWSGROUP > Asp.Net Forum > starter_kits_and_source_projects.club_web_site_starter_kit Tags:
Item Type: NewsGroup Date Entered: 9/30/2006 3:17:17 AM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 0 Views: 38 Favorited: 0 Favorite
1 Items, 1 Pages 1 |< << Go >> >|
pixelbobby
Asp.Net User
Better Image Quality for Image Resizing9/30/2006 3:17:17 AM

0/0

I did some research and modified this function to allow for higher quality image resizing

 

   public static byte[] MakeThumb(byte[] fullsize, int maxwidth)

   {

      Image iOriginal, iThumb;

      double scale;

 

      iOriginal = Image.FromStream(new MemoryStream(fullsize));

 

      if (iOriginal.Width > maxwidth)

      {

         scale = (double)iOriginal.Width / (double)maxwidth;

         int newheight = Convert.ToInt32(iOriginal.Height / scale);

         iThumb = new Bitmap(iOriginal, maxwidth, newheight);

         Graphics iGraphic = Graphics.FromImage(iThumb);

         iGraphic.CompositingQuality = CompositingQuality.HighQuality;

         iGraphic.SmoothingMode = SmoothingMode.HighQuality;

         iGraphic.InterpolationMode = InterpolationMode.HighQualityBicubic;

         MemoryStream m = new MemoryStream();

         Rectangle iRect = new Rectangle(0, 0, maxwidth, newheight);

         iGraphic.DrawImage(iOriginal, iRect);

         iGraphic.Save();

         iThumb.Save(m, ImageFormat.Jpeg);

         return m.GetBuffer();

      }

      else

      {

         return fullsize;

      }

   }

Cheers,
pixelbobby


http://www.bobbybeckner.com
1 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
Web Design in a Nutshell: A Desktop Quick Reference Authors: Jennifer Niederst Robbins, Pages: 796, Published: 2006
Special Edition Using Microsoft Word 2002 Authors: Bill Camarda, Pages: 966, Published: 2001
Alan Simpson's Windows Vista Bible: Desktop Edition Authors: Alan Simpson, Bradley L. Jones, Pages: 860, Published: 2007
Photoshop CS All-in-One Desk Reference For Dummies: 10 Books in 1 Authors: Barbara Obermeier, Pages: 840, Published: 2003
Advanced Digital Photography: Techniques & Tips for Creating Professional Quality Images Authors: Tom Ang, Pages: 144, Published: 2003
Mastering Your Digital Slr: How to Get the Most Out of Your Digital Camera Authors: Chris Weston, Pages: 192, Published: 2005
Stephen Johnson on Digital Photography Authors: Stephen Johnson, Pages: 305, Published: 2006
PC Magazine Printing Great Digital Photos Authors: David Karlins, Pages: 288, Published: 2004
Getting Started with Adobe Photoshop Elements Authors: Michelle Perkins, Pages: 96, Published: 2005
Digital Photography: Top 100 Simplified Tips & Tricks Authors: Gregory Georges, Pages: 240, Published: 2005

Web:
Coding Horror: Better Image Resizing e.g., if I really needed the Lena image that large, I'm better off hunting down old copies of ..... This tool provides image resizing maintaining quality. ...
Code: Flickr Developer Blog » On UI Quality (The Little Things ... Nov 12, 2008 ... On UI Quality (The Little Things): Client-side Image Resizing ... engineering groups in nit-picking, always trying to make things better. ...
JPEG vs PNG – Do You Prefer Better Image Quality or Lower File Size? Cropper Screen Capture Lets You Control Output Image Quality ... Scaled png image looks distorded in my posts so I have to manually resize it with software ...
Freeware downloads Graphics and Photo - Image Resizing at ... TinyPic maintained an acceptable image quality across all resize operations that we tested. .... which offers smaller file sizes with better image quality. ...
High-quality Image Resizing Using Oblique Projection Operators ... HIGH QUALITY IMAGE RESIZING. 685. Fig. 6. Original Barbara image (512 .... oblique projection is better than that of the standard algorithm. by 1–2 dB. ...
Photo Enlargement Without Quality Loss - Reshade Improve image quality and noisy photos. Free online image resizer and image ... Best quality image resizing, better than photoshop or other tools. ...
Digital Image Resizing For the very highest quality you might want to go to 360 ppi as shown below. PhotoShop Digital Image Resizing. Note that the resample image box has been ...
David Herron's Blog: The image resizing challenge May 22, 2007 ... So my point is that "resizing an image" is not a single thing, ... code and they showed something like 4 different image quality results and ...
PSPUG Tutorial - Flip Album Photo Cover - Resizing Your Image better to have a smaller image size before using the Resize option - for better image quality. 3. When doing these calculations for your own photo, ...
ShutterPoint Photography - NewsFlash 1 Faster and better image resizing. Recently we upgraded our image processing software, which now generates higher quality preview photos, and works even ...

Videos:
SPEED PAINTING - Jessica Alba by mediamaster (RESIZED) ----------------------------------- Commissions are open,contact me at: [email protected] ...
Iron Man - Trailer #2 TRUE-HD click here for MORE!: http://tinyurl.com/4tuwxt http://tinyurl.com/4tuwxt _______________________________________________ Review: http ...
Remaster of Jibijip the Budgie Chirping A Digitally Remastered version of the video of my pet budgie Jibijip chirping. Higher resolution, better picture, and 5.1 surround sound. The ...
All is full of love Bjork video. The quality is better than most I've seen on here. For really nice picture, shrink it back to it's original 320x240 (hit that ...
Boxer with box on head goes crazy My boxer molly got a box stuck on her head. Resize video for better quality, this video was show with my Sony Ericsson w580i, so the image ...
Flippy's Portrait Flippy has his portrait done in Dominoes after roaming around outside in the sun. He was refusing to participate...grr Better quality version ...
How To Upload Videos YouTube Won't Wreck (OUTDATED) Here is the new guide: http://youtube.com/watch?v=hLtTNE61iik The method described in this video no longer works so your only hope is to go HQ ...
Developing JavaScript with Chickenfoot Google TechTalks July 25, 2006 Rob Miller Michael Bolin ABSTRACT Chickenfoot is a Firefox extension that embeds a JavaScript programming ...
Best Quality settings for EasyCAP guide (I guarantee it) An easy to follow guide on how to get the best quality videos from your EasyCAP. I couldn't fit all of the highly detailed instructions in the ...




Search This Site:










sitemap and role based access(custom roles)

how to enable item wrapping on asp:menu?

master page and firefox

asp:menu control & css... ie & firefox display differently. help!

javascript menu problem

collapse/expand treeview

how to remove the separator?

hiding menu items generated by web.sitemap

creating xml document for treeview and menu control

css file?

problem in creating nested master page.

sharepoint help

themes with masterpage

repeater and masterpage

themes not being overriden

how to update page.header from user control with master/content page

sitemappath and parameters in url

web.sitemap title

treeview - selectednodestyle

how do i extend a master page?

contentplaceholder1 won't let me rename any contorls inside it

panel control scrollbars

sitemap provider sample

2.0 navigation menu issues

using session from master page in content page

sitemap / menu using arguments in the url

master page content place holder changes shape

master pages and page base classes

how do i change the skin for the dropdownlist button

how can i hide the expand/collapse image while set showexpandcollapse to true in treeview

  Privacy | Contact Us
All Times Are GMT