Tag Archives: .NET 4.0

Resizing images with WPF 4.0

Microsoft changed the default behaviour for scaling images with WPF 4.0/.NET 4.0. They opted for a faster but less accurate scaling algorithm named Linear instead of the default Fant that was used in WPF 3.0. You can change this behaviour using the … Continue reading

Posted in Uncategorized | Tagged , , | Leave a comment

Resizer

I’ve been working on a little project to demo the features of Vidyano. It’s used internally to generate the thumbnails for our Wiki. The source code is available on codeplex and the application is deployed as click-once. I’ll be talking about … Continue reading

Posted in Uncategorized | Tagged , , , | Leave a comment

Vidyano 2.0 released

I’m proud to announce that our team has finished our next major version of Vidyano. Build from scratch to optimize everything for the latest .NET 4.0 release and using all latest features of it (MEF, Rx, …). The User Interface … Continue reading

Posted in Uncategorized | Tagged , , , , | 1 Comment