Very Simple .NET Thumbnail Creation Code

Posted by: Brad Abrams, on 10 Jul 2008 | View original | Bookmarked: 0 time(s)

When I was working the update for my Ajax demo, I needed to create thumb nail from a director of photos.  There are tons of tools out there to do this, but I thought I'd share the very simple code I used.  It takes all the jpgs in the root path and creates 160x120 thumbnails of them. It also copies the original photo into fullpath.    namespace ThumbNailer { class Program { static void Main(string[] args) { string rootPath = @"C:\Users\brada\Desktop\ForDemo"; ...

Advertisement
Free Agile Project Management Tool from Telerik
TeamPulse Community Edition helps your team effectively capture requirements, manage project plans, assign and track work, and most importantly, be continually connected with each other.
Category: Ajax | Other Posts: View all posts by this blogger | Report as irrelevant | View bloggers stats | Views: 884 | Hits: 76

Similar Posts

  • Validation - Part 3 - Server-Side more
  • Silverlight and WPF future, the death of ASP.NET? more
  • How to use Ninject with ASP.NET MVC more
  • Don't Turn Your Resume into a Dumpster more
  • Service Bus in Azure more
  • In Love With Complexity more
  • Isolated Storage Might Be Easier Than You Think more
  • MSDN Low Bandwidth Bookmarklet more
  • Best of Simple-Talk Coming Soon more
  • SCREENCAST: Hosting a Workflow in a Local Executable using Workflow Services Part I more

News Categories

.NET | Agile | Ajax | Architecture | ASP.NET | BizTalk | C# | Certification | Data | DataGrid | DataSet | Debugger | DotNetNuke | Events | GridView | IIS | Indigo | JavaScript | Mobile | Mono | Patterns and Practices | Performance | Podcast | Refactor | Regex | Security | Sharepoint | Silverlight | Smart Client Applications | Software | SQL | VB.NET | Visual Studio | W3 | WCF | WinFx | WPF | WSE | XAML | XLinq | XML | XSD