Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
  • Scott Warner's avatar
    db8d7afd
    bootanimation: Limit the PNGs to 250 colors · db8d7afd
    Scott Warner authored
    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
    db8d7afd
    bootanimation: Limit the PNGs to 250 colors
    Scott Warner authored
    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
Loading