skgmn / RapidDecoder

Simplified bitmap decoding and scaling for Android
Apache License 2.0
261 stars 43 forks source link

Scaled problem #15

Open subshark opened 6 years ago

subshark commented 6 years ago

Bitmap bitmap = BitmapDecoder.from("file name").decode(); return normal bitmap, but

Bitmap bitmap = BitmapDecoder.from("file name")
                        .scaleBy(2.0f)
                        .decode();

return empty bitmap