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 extension methods with an [Obsolete] attribute and remove those a few versions after. Hard to move stuff without breaking existing code of users. ;)
On the other hand this also breaks the consistency with the FromByteArray method. Maybe I'll keep this one in both.
Now I'm considering moving those to the BitmapFactory but keeping the extension methods with an [Obsolete] attribute and remove those a few versions after. Hard to move stuff without breaking existing code of users. ;)
On the other hand this also breaks the consistency with the FromByteArray method. Maybe I'll keep this one in both.