📄 intro.htm
字号:
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="GENERATOR" content="Mozilla/4.7 [en] (WinNT; I) [Netscape]">
<title>Introduction</title>
<link REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
</head>
<body>
<a href="./index.htm">CONTENTS</a>
<h3>J-Painter - online image editor.</h3>
<p>J-Painter is a web based image editor that allows to create raster drawings within a browser
and save them to your server in <a href="http://www.w3.org/Graphics/PNG/" target="_blank">PNG</a>,
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.</p>
<p>To install the editor on a website, you have to:
<ol>
<li>
<a href="placing.htm">Create an HTML page</a> containing the the editor applets.</li>
<li>
<a href="saving.htm">Create a server-side script</a> to save images on your server.</li>
</ol>
<p>The figure below shows common structure of an application which uses the editor.</p>
<p><img SRC="struct.png" height=300 width=400><p>
<p>The two components drawn in white are those that you have to implement.<p>
<br>
<br>
<br>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -