⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mdc.html

📁 java编程的一些Applets例子。值得深入研究一下。
💻 HTML
字号:
<html>
<head>
   <title>ImageProcessor.html</title>
   <meta name="GENERATOR" content="Mozilla/2.01Gold (Win32)">
</head>
<body>

<h1 align=center>Image Processor</h1>

<p>
<hr><applet code=ProcessorApp.class width=800 height=260></applet>
<hr></p>

<p>Applet Name: Image Processor 
<br>Applet Source: <a href="ProcessorApp.java">ProcessorApp.java 
<br></a>Import(s): java.awt, java.lang, java.awt.image 
<br>Feature(s): GUI, image, mouse 
<br>Author: <a href="mailto:kelly.l.dempski@ac.com">Kelly Dempski</a></p>

<p><b><font SIZE=+2>Usage Guide: 
<br>
<br></font></b>Right now, the applet can adjust brightness and contrast
up and down, grayscale, negative, sharpen, and adjust hue (marked as &quot;other&quot;).
All operations are cumulative, so you must either reload the applet between
filters or just undo the changes (ie. Brightness- after Brightness+) if
you want to see the lone effects of each filter. </p>

<p>Currently, the code exists (but not necessarily buttons) for any one
of the following functions: 
<br>
<br>Adjust brightness (by any value in any channel (R, G, or B)</p>

<p>Adjust contrast (by any value in any channel (R, G, or B)
<br>
<br>Adjust Hue, Saturation, or Brightness by any value </p>

<p>Blur, Sharpen, find edges, etc. (Any convolution filter by any value
and any matrix size with offsets, etc.) </p>

<p>Grayscale </p>

<p>Negative </p>

<p>Solarize </p>

<p>Expanded special effects like Diffuse (similar to a watercolor look)
</p>

<p>Actually, the way the code is set up, any filter that you would see
in something like PhotoShop could be fairly easily implemented without
too much new code. I used LViewPro as a benchmark for which filters I implemented.

<br>
<br>Here is the applet tag as it appears in this HTML document: 
<br>
<br>&lt;applet code=ProcessorApp.class width=800 height=260&gt; 
<br>&lt;/applet&gt; 
<br>
<br></p>

<center><p>
<hr><a href="../index.html"><img src="../images/mantoid.gif" alt="Return to index." border=0 height=109 width=109></a></p></center>

</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -