Tags
September 2010 M T W T F S S « Jul 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 -
Recent Posts
Archives
Friends
Work
Meta
Tag Archives: Resizer
WPF Image Buttons
For my Resizer application I wanted a toolbar with image buttons, everything was perfect until I tried to disable the buttons. The first idea was to add a greyscale effect to the button if it was disabled. For a complete … Continue reading
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
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