diff options
author | pjain <pjain@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-05-28 16:40:59 +0000 |
---|---|---|
committer | pjain <pjain@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-05-28 16:40:59 +0000 |
commit | 56f9a996dc8a84b48eb220b40f797ae94c2eefe7 (patch) | |
tree | 87f2cbfca7eaed5d305b0f2a5f6f040304920a60 /java/ImageProcessing/framework | |
parent | 4724472890257ce375ebbf51bc57548face5d8a9 (diff) | |
download | ATCD-56f9a996dc8a84b48eb220b40f797ae94c2eefe7.tar.gz |
Added a small section on limitations
Diffstat (limited to 'java/ImageProcessing/framework')
-rw-r--r-- | java/ImageProcessing/framework/help.conf | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/java/ImageProcessing/framework/help.conf b/java/ImageProcessing/framework/help.conf index fb48d083733..8a07e2867d9 100644 --- a/java/ImageProcessing/framework/help.conf +++ b/java/ImageProcessing/framework/help.conf @@ -130,7 +130,7 @@ o Open URL Allows user to specify a URL. If the URL points to an image that is readable, then the image is downloaded and displayed in the view - panel. + panel. If the URL points to a directory that is readable then a window appears displaying a list of files in that directory. The user can @@ -206,3 +206,11 @@ o About o Help Displays this window + +====================================================================== + +Limitations +----------- + +In several browsers, for images larger than 100 KB, the Java virtual +machine may run out of memory while doing image processing. |