`Bitmap bitmap = BitmapDecoder.from("file name").decode();` return normal bitmap, but ``` Bitmap bitmap = BitmapDecoder.from("file name") .scaleBy(2.0f) .decode(); ``` return empty bitmap