CONTENTS

J-Painter - online image editor.

J-Painter is a web based image editor that allows to create raster drawings within a browser and save them to your server in PNG, JPEG, and GIF (RLE compressed) graphic formats. This document is intended for webmasters, so basic knowledge of HTML, JavaScript and a server side scripting language is assumed.

To install the editor on a website, you have to:

  1. Create an HTML page containing the the editor applets.
  2. Create a server-side script to save images on your server.

The figure below shows common structure of an application which uses the editor.

The two components drawn in white are those that you have to implement.