-
public class ConvertImage bit-depth conversion methods.
-
-
Method Summary
Modifier and Type Method Description static PixconvertTo8(Pix pixs)Converts an image of any bit depth to 8-bit grayscale. -
-
Method Detail
-
convertTo8
static Pix convertTo8(Pix pixs)
Converts an image of any bit depth to 8-bit grayscale.
- Parameters:
pixs- Source pix of any bit-depth.
-
-
-
-