Home | History | Annotate | Download | only in lodepng

Lines Matching full:grey_ok

3812       int grey_ok = !profile.colored && !profile.alpha; /*grey without alpha, with potentially low bits*/
3813 if(palette_ok || grey_ok)
3815 if(!palette_ok || (grey_ok && profile.greybits <= palettebits))