You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like conversion from Pic to Bitmap (or vice versa) is not working
correctly. This should be tested in ReadFileTest or WriteFileTest with a Bitmap
=> Pic => Bitmap conversion.
Original issue reported on code.google.com by [email protected] on 11 Sep 2012 at 8:53
The text was updated successfully, but these errors were encountered:
It seems that ReadFileTest.testReadFile_bmp() is redundant. This tests is duplicate of ReadFileTest.testReadFile_png() and uses same PNG file compression.
That's quite natural because Android Bitmap class does not provide an API to save or read BMP file format. This can be done with a 3rd party library, but it does not make much sense to introduce yet another dependency for such minor task.
Original issue reported on code.google.com by
[email protected]
on 11 Sep 2012 at 8:53The text was updated successfully, but these errors were encountered: