📄 readme.htm
字号:
<html>
<head>
<title>J-Painter. Online image editor.</title>
</head>
<body bgcolor="#C0C0CA">
<p align="center"><b>J-Painter - Online image editor.</b></p>
<p align="center"><a href="http://www.izhuk.com/painter">www.izhuk.com/painter</a></p>
<hr>
<p>J-Painter is an online image editor that allows to create images within a browser and save them to your server.<br>
This package includes the editor itself, <a href="doc/index.htm">the developer's guide</a>,
and examples in PHP, ASP, Perl, and JSP.</p>
<h4>The developer's guide</h4>
<p>The developer's guide can be found <a href="doc/index.htm">here</a></p>
<h4>Examples</h4>
<p>
The examples show how to save images to your server, and/or send them by e-mail.<br>
The downloaded package is ready for use on <b>localhost</b>.<br>
To use the editor on a real website (or an Intranet host) get free evaluation license here
<a href="http://www.izhuk.com/painter/download.php" target="_blank">www.izhuk.com/painter/download.php</a>.
</p>
<p>If you have a local web server installed on your desktop you can run the examples now.<br>
For that open this page through your local web server and click one of the following links.
</p>
<table border="1">
<tr><td colspan="2"><b>PHP</b></td></tr>
<tr>
<td valign="top" nowrap><a href="php/edit.htm">Example 1</a></td>
<td valign="top">Allows to save the image at the server and send it by e-mail.
Requires PHP file upload support.</td>
</tr>
<tr>
<td valign="top" nowrap><a href="php2/edit.htm">Example 2</a></td>
<td valign="top">Allows to save the image at the server and send it by e-mail.
No special requirements but PHP support only.</td>
</tr>
<tr>
<td valign="top" nowrap><a href="php3/edit.htm">Example 3</a></td>
<td valign="top">Allows to combine image with other HTML form data and send them to the server by a single request.<br>
This does not work on IE5 on Mac OS platform!</td>
</tr>
<tr><td colspan="2"><b>ASP.NET</b></td></tr>
<tr>
<td valign="top" nowrap><a href="aspnet/edit.htm">Example 1</a></td>
<td valign="top">Allows to save the image at the server and send it by e-mail.
</td>
</tr>
<tr>
<td valign="top" nowrap><a href="aspnet2/edit.htm">Example 2</a></td>
<td valign="top">Allows to save the image and text at the server by one request.<br>
This does not work on IE5 on Mac OS platform!!
</td>
</tr>
<tr><td colspan="2"><b>ASP</b></td></tr>
<tr>
<td valign="top" nowrap><a href="asp/edit.htm">Example 1</a></td>
<td valign="top">Allows to save the image at the server and send it by e-mail.
<br>Server side CDONTS object is used for sending image by e-mail.
</td>
</tr>
<tr>
<td valign="top" nowrap><a href="asp2/edit.htm">Example 2</a></td>
<td valign="top">Allows to combine image with other HTML form data and send them to the server by a single request.<br>
The resulting image and text data are saved at the server<br>
This does not work on IE5 on Mac OS platform!</td>
</tr>
<tr><td colspan="2"><b>JSP</b></td></tr>
<tr>
<td valign="top" nowrap><a href="jsp/edit.htm">Example 1</a></td>
<td valign="top">Allows to save the image at the server.
</td>
</tr>
<tr>
<td valign="top" nowrap><a href="jsp2/edit.htm">Example 2</a></td>
<td valign="top">Allows to save the image and text notes at the server.<br>
(not compatible with IE5 on Mac OS platform!)
</td>
</tr>
<tr><td colspan="2"><b>Perl</b></td></tr>
<tr>
<td valign="top" nowrap><a href="perl/edit.htm">Example</a></td><td valign="top">Allows to save the image at the server. No special requirements but Perl support only.</td>
</tr>
</table>
<h4>Directory structure</h4>
<pre>
applet - contains the editor itself and it's resources
doc - the developer's guide
php - PHP example 1
php2 - PHP example 2
php3 - PHP example 3
aspnet - ASP.NET example 1
aspnet2 - ASP.NET example 2
asp - ASP example 1
asp2 - ASP example 2
jsp - JSP example 1
jsp2 - JSP example 2
perl - Perl example
</pre>
If some of the examples are not interesting for you, you can remove their directories harmlessly,
because each example is self-contained and is not related to the others.
<h4><a name="terms_of_use">Product's terms of use.</a></h4>
<p>J-Painter is a shareware and licensed on a per domain name basis.
This means that the license is related to a particular domain name where the editor is going to be used.
You can <a href="http://www.izhuk.com/painter/download.php" target="_blank">get the free evaluation license online</a>
for evaluation purposes or purchase a permanent license. The information about available licenses and their prices
can be found at the <a href="http://www.izhuk.com/painter/purchase.php" target="_blank">product's purchase page</a>.<br>
<b>Note</b> that this package includes the free license for <b>localhost</b>
so you can use the editor at a local web server immediately.</li>
</p>
<h4>No Warranties</h4>
<p>
There is no warranty for J-Painter. J-Painter, any related documentation,
and examples are provided "AS IS" without warranty of any kind, either express
or implied, including, without limitation, the implied warranties or merchantability,
fitness for a particular purpose, or noninfringement. The entire risk arising out
of use or performance of J-Painter remains with you.
</p>
<h4>Limitation Of Liability</h4>
<p>
In no event shall the Author be liable to you for any damages whatsoever including
consequential, special, incidental, loss of business profits, direct or indirect
damages of any kind arising out of the delivery, performance, use or abuse of J-Painter,
even if Igor Zhukovsky has been advised of the possibility of such damages.
</p>
<hr>
Copyright 2001-2008, Igor Zhukovsky, <a href="http://www.izhuk.com" target="_blank">www.izhuk.com</a><br>
<body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -