Пример #1
0
 /**
  * Creates a new image and reads an image from a file
  *
  * @param fileName absolute path to the image file
  * @throws IOException
  */
 public Images(final String fileName) throws IOException {
   setImage(readImage(fileName));
 }