Package 

Class Convert


  • 
    public class Convert
    
                        

    Image bit-depth conversion methods.

    • Method Summary

      Modifier and Type Method Description
      static Pix convertTo8(Pix pixs) Converts an image of any bit depth to 8-bit grayscale.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.