Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
Mararsh committed Oct 15, 2018
1 parent dada1da commit b2b8100
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions docs/english_interface.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@

<p class="paragraph">Jar packages of each version have been uploaded at Release directory now. You can find them by clicking "releases" tab in main page of this project. </p>
<p class="paragraph">EXE package is avaliable for users who have not java env. It need not installation and users can run the EXE directly after unpack it.</p>
<p class="link"><a href="https://github.com/Mararsh/MyBox/releases/download/v3.7/MyBox-3.7-exe.zip">MyBox-3.7-exe.zip</a></p>
<p class="link"><a href="https://github.com/Mararsh/MyBox/releases/download/v3.8/MyBox-3.8-exe.zip">MyBox-3.8-exe.zip</a></p>

<p class="paragraph">User also can download jar file if JRE or JDK installed, and run following command to launch this program:</p>
<pre><code> java -jar MyBox-3.7.jar</code></pre>
<p class="link"><a href="https://github.com/Mararsh/MyBox/releases/download/v3.7/MyBox-3.7-jar.zip">MyBox-3.7-jar.zip</a></p>
<pre><code> java -jar MyBox-3.8.jar</code></pre>
<p class="link"><a href="https://github.com/Mararsh/MyBox/releases/download/v3.8/MyBox-3.8-jar.zip">MyBox-3.8-jar.zip</a></p>

<p class="paragraph">Current version is 3.7. It includes the following features: </p>
<p class="paragraph">Current version is 3.8. It includes the following features: </p>
<ol>
<li>Switch interface in Chinese and English at any time. </li>
<li>Convert each page of PDF file to an image with options of format, density, color, compression, quality, and color conversion. </li>
Expand Down Expand Up @@ -80,6 +80,10 @@

<br>
<p class="p2">Development Logs</p>
<p class="paragraph">2018-10-15 v3.8 Optimize codes: Split the class ImageManufacture into classes of each function.</BR>
Optimize interface: Make the tools more friendly. Set shortcuts.</BR>
In Image Manufacture, more filters like Red/Green/Blue inverting, and "Outline" for text watermark.</p>

<p class="paragraph">2018-10-09 v3.7 In Weibo Snap Tool, load images sequentially by using javascript event. Make sure the minimum interval to avoid being judged as invalid access by server. Meanwhile monitor the maximum interval to avoid broken iteration due to missed picture or untriggered event by fast loading of small picture. </br>
"Effects" of image manufacturing, including blurring, sharpening, edge detecting, posterizing, and thresholding.</p>

Expand Down

0 comments on commit b2b8100

Please sign in to comment.