From 60691ce1600cb79ec9bb9957eee29be7a6a5e5d2 Mon Sep 17 00:00:00 2001 From: Mathias Agopian Date: Mon, 11 Jun 2012 14:08:02 -0700 Subject: make the boot animation 32-bits to avoid banding Bug: 6611693 Change-Id: Id31b711ea755c89240eaea26f6403a031cd939e4 --- cmds/bootanimation/BootAnimation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmds/bootanimation/BootAnimation.cpp') diff --git a/cmds/bootanimation/BootAnimation.cpp b/cmds/bootanimation/BootAnimation.cpp index 1d5f20766c06..225be9c46535 100644 --- a/cmds/bootanimation/BootAnimation.cpp +++ b/cmds/bootanimation/BootAnimation.cpp @@ -160,7 +160,7 @@ status_t BootAnimation::initTexture(void* buffer, size_t len) codec->setDitherImage(false); if (codec) { codec->decode(&stream, &bitmap, - SkBitmap::kRGB_565_Config, + SkBitmap::kARGB_8888_Config, SkImageDecoder::kDecodePixels_Mode); delete codec; } -- cgit v1.2.3-59-g8ed1b