Skip to content

Commit

Permalink
Auto update
Browse files Browse the repository at this point in the history
  • Loading branch information
amadvance committed Jan 17, 2023
1 parent d5a2914 commit ee7e294
Show file tree
Hide file tree
Showing 7 changed files with 91 additions and 15 deletions.
15 changes: 13 additions & 2 deletions algorithm.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,19 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="style.css">
<title>Scale2x</title>

<!-- Google Analytics 4 -->
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-2TSZG815K5"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-2TSZG815K5');
</script>

<!-- Google Universal Analytics -->
<script type="text/javascript">

var _gaq = _gaq || [];
Expand Down Expand Up @@ -38,7 +51,6 @@
<div id="main">



<h2>Scale2x Algorithm</h2>
<p>
The effect works repeating a computation pattern for every pixel of the original
Expand Down Expand Up @@ -193,7 +205,6 @@ <h2>Examples</h2>
<tr><td align="center"><img src="snap/test-4x.png" alt="Scale4x"><br>scale4x</td></tr>
</table>


</div>

<div id="footer">
Expand Down
15 changes: 13 additions & 2 deletions authors.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,19 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="style.css">
<title>Scale2x</title>

<!-- Google Analytics 4 -->
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-2TSZG815K5"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-2TSZG815K5');
</script>

<!-- Google Universal Analytics -->
<script type="text/javascript">

var _gaq = _gaq || [];
Expand Down Expand Up @@ -38,7 +51,6 @@
<div id="main">



<p>
The <span class="bold">Scale2x</span> effect was developed by Andrea Mazzoleni in the year
2001 for the project <a href="http://www.advancemame.it/" target="_top">AdvanceMAME</a>.
Expand All @@ -64,7 +76,6 @@
</tr>
</table>


</div>

<div id="footer">
Expand Down
16 changes: 13 additions & 3 deletions download.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,19 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="style.css">
<title>Scale2x</title>

<!-- Google Analytics 4 -->
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-2TSZG815K5"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-2TSZG815K5');
</script>

<!-- Google Universal Analytics -->
<script type="text/javascript">

var _gaq = _gaq || [];
Expand Down Expand Up @@ -38,8 +51,6 @@
<div id="main">




<p>
Here you can donwload <span class="bold">Scale2x</span> containing an example program about to apply the effect
on .png image and a very fast SSE2 implementation.
Expand Down Expand Up @@ -76,7 +87,6 @@
</tr>
</table>


</div>

<div id="footer">
Expand Down
15 changes: 13 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,19 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="style.css">
<title>Scale2x</title>

<!-- Google Analytics 4 -->
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-2TSZG815K5"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-2TSZG815K5');
</script>

<!-- Google Universal Analytics -->
<script type="text/javascript">

var _gaq = _gaq || [];
Expand Down Expand Up @@ -38,7 +51,6 @@
<div id="main">



<p>
<span class="bold">Scale2x</span> is real-time graphics effect able to increase
the size of small bitmaps guessing the missing pixels
Expand Down Expand Up @@ -137,7 +149,6 @@
</tr>
</table>


</div>

<div id="footer">
Expand Down
15 changes: 13 additions & 2 deletions scale2xandepx.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,19 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="style.css">
<title>Scale2x</title>

<!-- Google Analytics 4 -->
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-2TSZG815K5"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-2TSZG815K5');
</script>

<!-- Google Universal Analytics -->
<script type="text/javascript">

var _gaq = _gaq || [];
Expand Down Expand Up @@ -38,7 +51,6 @@
<div id="main">



<p>
After developing the Scale2x algorithm in the 2001 for the
<a href="http://www.advancemame.it/">AdvanceMAME</a> project, some years later,
Expand Down Expand Up @@ -89,7 +101,6 @@
(Johnston discusses this technique on page 692 of Tricks of the Mac Game Programming Gurus, Hayden Books, 1995.)
</i></p>


</div>

<div id="footer">
Expand Down
15 changes: 13 additions & 2 deletions snapshot1.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,19 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="style.css">
<title>Scale2x</title>

<!-- Google Analytics 4 -->
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-2TSZG815K5"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-2TSZG815K5');
</script>

<!-- Google Universal Analytics -->
<script type="text/javascript">

var _gaq = _gaq || [];
Expand Down Expand Up @@ -38,7 +51,6 @@
<div id="main">



<p>
The following are some shapshot of the <span class="bold">Scale4x</span> and <span class="bold">Scale2x</span> effects.
</p>
Expand Down Expand Up @@ -96,7 +108,6 @@
</tr>
</table>


</div>

<div id="footer">
Expand Down
15 changes: 13 additions & 2 deletions snapshot2.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,19 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="style.css">
<title>Scale2x</title>

<!-- Google Analytics 4 -->
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-2TSZG815K5"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-2TSZG815K5');
</script>

<!-- Google Universal Analytics -->
<script type="text/javascript">

var _gaq = _gaq || [];
Expand Down Expand Up @@ -38,7 +51,6 @@
<div id="main">



<p>
The following are some shapshot of the <span class="bold">Scale2x</span> effect.
</p>
Expand Down Expand Up @@ -78,7 +90,6 @@
</tr>
</table>


</div>

<div id="footer">
Expand Down

0 comments on commit ee7e294

Please sign in to comment.