File tree 1 file changed +9
-10
lines changed
modules/javafx.graphics/src/main/java/javafx/scene/image
1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change 65
65
* images from a specified URL.
66
66
*
67
67
* <p>
68
- * JavaFX supports all image formats that can be loaded using the
69
- * <a href="https://docs.oracle.com/en/java/javase/20/docs/api/java.desktop/javax/imageio/package-summary.html">Image I/O API</a>,
70
- * which includes
71
- * <a href="https://msdn.microsoft.com/en-us/library/dd183391.aspx">BMP</a>,
72
- * <a href="http://www.w3.org/Graphics/GIF/spec-gif89a.txt">GIF</a>,
73
- * <a href="http://www.jpeg.org/">JPEG</a>,
74
- * <a href="http://www.libpng.org/pub/png/spec/">PNG</a>,
75
- * <a href="https://www.itu.int/itudoc/itu-t/com16/tiff-fx/docs/tiff6.pdf">TIFF</a>, and
76
- * <a href="http://www.wapforum.org/what/technical/SPEC-WAESpec-19990524.pdf">WBMP</a>.
77
- * Image I/O is also extensible so that developers can "plug-in" support for additional formats.
68
+ * JavaFX has built-in support for the following image formats:
69
+ * <ul>
70
+ * <li><a href="http://msdn.microsoft.com/en-us/library/dd183376(v=vs.85).aspx">BMP</a></li>
71
+ * <li><a href="http://www.w3.org/Graphics/GIF/spec-gif89a.txt">GIF</a></li>
72
+ * <li><a href="http://www.ijg.org">JPEG</a></li>
73
+ * <li><a href="http://www.libpng.org/pub/png/spec/">PNG</a></li>
74
+ * </ul>
75
+ * For all other formats, JavaFX uses the {@link javax.imageio Java Image I/O API} on supported platforms.
76
+ * Image I/O is extensible so that developers can "plug-in" support for additional formats.
78
77
*
79
78
* <p>
80
79
* Images can be resized as they are loaded (for example to reduce the amount of
You can’t perform that action at this time.
0 commit comments