Can anyone advise how to crop an image, say jpeg, without using any .NET framework constructs, just raw bytes? Since this is the only way in Silverlight ...
Or point to a library?
I'm not interested in rendering. I want to manipulate jpg before downloading.
* There are no GDI + (System.Drawing) or WPF (System.Windows.Media.Imaging) libraries in Silverlight.
Lockbits requires GDI +, clarified question
Using fjcore: http://code.google.com/p/fjcore/ to resize, but without the ability to crop :(
source
share