--- old/modules/graphics/src/main/java/javafx/scene/image/Image.java 2014-08-27 13:53:49.293945300 +0400 +++ new/modules/graphics/src/main/java/javafx/scene/image/Image.java 2014-08-27 13:53:48.979492100 +0400 @@ -62,6 +62,13 @@ * images from a specified URL. * *

+ * Supported image formats are BMP, GIF, JPEG and PNG. + * BMP format support is limited to the version 3. + * PNG and JPEG images embedded in the BMP files are not supported.
+ * On the iOS platform images are loaded using native Image I/O framework. + *

+ * + *

* Images can be resized as they are loaded (for example to reduce the amount of * memory consumed by the image). The application can specify the quality of * filtering used when scaling, and whether or not to preserve the original