•Loading Image From URL

[Graphics:../HTMLFiles/index_83.gif]

Loading image data on the web is possible by specifying URL.

In[32]:=

url = JavaNew["java.net.URL", "https://www2.kuh.kumamoto-u.ac.jp/jsato/photo010.jpg"]

In[33]:=

frame @ loadImage[url]

In[34]:=

JavaShow[frame]


Converted by Mathematica  (July 17, 2003)