Posts mit dem Label Silverlight2 werden angezeigt. Alle Posts anzeigen
Posts mit dem Label Silverlight2 werden angezeigt. Alle Posts anzeigen

Mittwoch, 15. Oktober 2008

Look who is made out of Cats

I´ve seen a lot of people, playing around with Deepzoom and pre generated Mosaic Images (you know pictures made out of pictures).
So I planned to make a little Silverlight app to do this for you.
Unfortunatley I quickly found out that SL2 (or to be more precisely the .Net derivate) dosent realy support to get Color values of Imagepixels.
Fortunatly fluxcapacity made an open source dependency-free imaging library for C# which I was able to use for color analyzation.
So it is a mashup ....
This is just the first working sample, no Serverside Code for Deepzoom Generation is included for the moment, neither is the Targetquality Slider Implemented.

Project File : MosaicGenerator.zip

Known Issues:
  • Too fast pressing Pause/Clear throws an Exeption (Design mistake )
  • Sloppy Style
  • bit verbose Code

You´re welcome to leave any Suggestions

Lars Buchleitner