CONTENTS

Compatibility notes

The editor is a Java Applet compatible with JDK 1.4 or later. It has been succesfully tested on the following platforms and browsers:

Image size limitations.

The editor has not specific limitations of image size, however memory provided to applets puts it. Though the actual limit veries from platform to platform and the image nature practical tests showed that memory problems usually come for ARGB images (4 bytes per pixel) that are bigger than 4M pixels (e.g. 2048 x 2048). This limit can shrink if you're loading the background image. On the other hand, you can expand this limit using indexed images (instead of true color ones when it's possible) and/or setting Java engine memory options on the client computers.

Regardless of the successful tests the Author is not responsible for correct applet operation on any particular hardware, software platform including the listed once.