Class BitmapUtils



  • public class BitmapUtils
    extends java.lang.Object
    Utility methods for Bitmap
    • Constructor Summary

      Constructors 
      Constructor and Description
      BitmapUtils() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static <any> getImageDimensions(java.io.File file)
      Gets the dimension of an image file.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BitmapUtils

        public BitmapUtils()
    • Method Detail

      • getImageDimensions

        public static <any> getImageDimensions(java.io.File file)
        Gets the dimension of an image file.
        Parameters:
        file - The image file
        Returns:
        The width and the height of an image file.