Class Images

java.lang.Object
de.espirit.common.tools.Images

public final class Images extends Object
Generic utility to provide image related operations.
Since:
5.2.21
  • Constructor Details

    • Images

      public Images()
  • Method Details

    • fromStream

      @Nullable public static @Nullable BufferedImage fromStream(@Nullable @Nullable InputStream stream)
      Loads an image from the specified input stream and returns a buffered image.
      Parameters:
      stream - the input stream to load the image from
      Returns:
      buffered image, or null is the image could not be loaded
      Since:
      5.2.21