commit | db8d7afd54410cbc088d8d03ba7d070c41fe1f6a | [log] [tgz] |
---|---|---|
author | Scott Warner <Tortel1210@gmail.com> | Fri Jan 27 06:54:59 2017 -0500 |
committer | Michael Bestas <mikeioannina@gmail.com> | Sun Jan 29 09:47:56 2017 +0000 |
tree | 2762c3a334b77d6b62f0393d271210e6b60a3c23 | |
parent | 33f4c4ca471f9a0e0ecf6c7ffe37afbbfa757642 [diff] |
bootanimation: Limit the PNGs to 250 colors Some systems seem to have with the convert command as-is: convert: Cannot write PNG8 or color-type 3; colormap is NULL Because we are writing PNG8, there area a max of 256 colors total. Explicitly telling convert to stay under the max fixes the issue. Change-Id: I595fb4503396ca20226ea76bf7b15ed9878752fd