New Post: Center of rotation
I would like to rotate an image at a certain point, but I don't have any option. There are 2 issues. I want to rotate an image with mouse. So mouse could be there any place not ine middle of the...
View ArticleNew Post: Center of rotation
Check the RotateFree method. IT also has a boolean crop parameter.
View ArticleNew Post: Center of rotation
Dear Teichgraf:Thanks for your reply.I already checked, but there is no such functionally where I could place center of rotation.I did use function RotateFree .var modifiedImage =...
View ArticleNew Post: From... methods
Has anybody reviewed the patch corresponding to this discussion item yet? I would appreciate any feedback. Thanks in advance, Anders @ Cureos
View ArticleNew Post: From... methods
Not yet, but I agree with you in general. It is grown ;) the From... methods were there before the BitmapFactory. That's why. Now I'm considering moving those to the BitmapFactory but keeping the...
View ArticleNew Post: From... methods
Thanks for responding, René. Actually, in the patch (ID 17504) that I posted recently, I have done exactly what you are describing, i.e. keeping the extension methods but with an [Obsolete] attribute....
View ArticleNew Post: FromByteArray example
Hi all I am creating a byte[] using ToByteArray (see ToByteArray Snippet), but when I try to reconstitute this into a WritableBitmap (see FromByteArray Snippet) I get an ArgumentException complaining...
View ArticleNew Post: FromByteArray example
You need to keep track of the original width and height of the byte array image data as well and initialize the WriteableBitmap with that. Otherwise the WB won't know just from the byteArray.Length...
View ArticleUpdated Wiki: Home
DescriptionThe WriteableBitmapEx library is a collection of extension methods for the WriteableBitmap. The WriteableBitmap class is available for all XAML flavors including Windows Phone, WPF, WinRT...
View ArticleUpdated Wiki: Home
DescriptionThe WriteableBitmapEx library is a collection of extension methods for the WriteableBitmap. The WriteableBitmap class is available for all XAML flavors including Windows Phone, WPF, WinRT...
View ArticleUpdated Wiki: Home
DescriptionThe WriteableBitmapEx library is a collection of extension methods for the WriteableBitmap. The WriteableBitmap class is available for all XAML flavors including Windows Phone, WPF, WinRT...
View ArticleUpdated Wiki: Home
DescriptionThe WriteableBitmapEx library is a collection of extension methods for the WriteableBitmap. The WriteableBitmap class is available for all XAML flavors including Windows Phone, WPF, WinRT...
View ArticleProject License Changed
Copyright (c) 2009-2015 Rene Schulte Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the...
View ArticleUpdated Wiki: Home
The source code is now on GitHub: https://github.com/teichgraf/WriteableBitmapEx/ DescriptionThe WriteableBitmapEx library is a collection of extension methods for the WriteableBitmap. The...
View ArticleUpdated Wiki: Home
The source code is now on GitHub: https://github.com/teichgraf/WriteableBitmapEx/ DescriptionThe WriteableBitmapEx library is a collection of extension methods for the WriteableBitmap. The...
View Article