new post + somehow images got reset to jpg

This commit is contained in:
Don Harper 2022-04-07 22:16:28 -05:00
parent 38612d8469
commit c8a38efb65
3097 changed files with 70879 additions and 18333 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 37 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 43 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 43 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Before After
Before After

View file

@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Black-and-White-School-Park</title>
<title>Black-and-White-School-Park - duckland.org&#39;s photo gallery</title>
<meta name="description" content="">
<meta name="author" content="Don Harper">
<meta name="viewport" content="width=device-width">
@ -15,7 +15,7 @@
<style>
body::after{
position:absolute; width:0; height:0; overflow:hidden; z-index:-1;
content:url(20190624183103.jpg);
content:url(20190624183327.webp);
}</style>
</head>
<body>
@ -37,20 +37,14 @@
</header>
<div id="main" role="main">
<div class="icons">
<a id="fullscreen"><img src="../../static/img/fullscreen.png"
title="Fullscreen" alt="Fullscreen (f)" /></a>
</div>
<div id="gallery"></div>
<div class="icons">
<a id="fullscreen"><img src="../../static/img/fullscreen.png"
title="Fullscreen" alt="Fullscreen (f)" /></a>
</div>
<div id="gallery"></div>
</div>
<footer>
<p>
<span>&copy; Don Harper</span>
<span>Generated by <a href="https://github.com/saimn/sigal">sigal</a></span>
</p>
</footer> </div>
<script src="../../static/jquery-3.3.1.min.js"></script>
<script src="../../static/galleria.min.js"></script>
@ -58,33 +52,32 @@
<script src="../../static/plugins/history/galleria.history.min.js"></script>
<script>
var data = [
{
title: "20190624183103",
description: "<div class='film-meta'><abbr title='film speed'>100</abbr><abbr title='exposure'>0.01</abbr><abbr title='aperture'>3.3</abbr><abbr title='focal length'>4</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=29.7506611&amp;mlon=-95.7710611&amp;zoom=12&amp;layers=M' target='_blank' class='map' >N29.750661W95.771061</a><abbr title='camera make and model'>Panasonic DMC-ZS40</abbr><abbr title='date'>Mon 24 Jun 2019 06:31:03 PM </abbr>",
thumb: "thumbnails/20190624183103.jpg",
image: "20190624183103.jpg"
},
{
title: "20190624183327",
description: "<div class='film-meta'><abbr title='film speed'>400</abbr><abbr title='exposure'>0.016666666666666666</abbr><abbr title='aperture'>6.4</abbr><abbr title='focal length'>129</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=29.750599983333334&amp;mlon=-95.77103333333334&amp;zoom=12&amp;layers=M' target='_blank' class='map' >N29.750600W95.771033</a><abbr title='camera make and model'>Panasonic DMC-ZS40</abbr><abbr title='date'>Mon 24 Jun 2019 06:33:27 PM </abbr>",
thumb: "thumbnails/20190624183327.jpg",
image: "20190624183327.jpg"
},
{
title: "20190624183345",
description: "<div class='film-meta'><abbr title='film speed'>400</abbr><abbr title='exposure'>0.016666666666666666</abbr><abbr title='aperture'>6.4</abbr><abbr title='focal length'>129</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=29.7504861&amp;mlon=-95.77108333333334&amp;zoom=12&amp;layers=M' target='_blank' class='map' >N29.750486W95.771083</a><abbr title='camera make and model'>Panasonic DMC-ZS40</abbr><abbr title='date'>Mon 24 Jun 2019 06:33:45 PM </abbr>",
thumb: "thumbnails/20190624183345.jpg",
image: "20190624183345.jpg"
description: "",
thumb: "thumbnails/20190624183327.webp",
image: "20190624183327.webp"
},
{
title: "20190624183911",
description: "<div class='film-meta'><abbr title='film speed'>100</abbr><abbr title='exposure'>0.016666666666666666</abbr><abbr title='aperture'>4.0</abbr><abbr title='focal length'>8</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=29.750727766666667&amp;mlon=-95.77099443333333&amp;zoom=12&amp;layers=M' target='_blank' class='map' >N29.750728W95.770994</a><abbr title='camera make and model'>Panasonic DMC-ZS40</abbr><abbr title='date'>Mon 24 Jun 2019 06:39:11 PM </abbr>",
thumb: "thumbnails/20190624183911.jpg",
image: "20190624183911.jpg"
description: "",
thumb: "thumbnails/20190624183911.webp",
image: "20190624183911.webp"
},
{
title: "20190624183345",
description: "",
thumb: "thumbnails/20190624183345.webp",
image: "20190624183345.webp"
},
{
title: "20190624183103",
description: "",
thumb: "thumbnails/20190624183103.webp",
image: "20190624183103.webp"
},
]
Galleria.ready(function() {
/*
load thumbnails after gallery setup, and download has started
@ -110,7 +103,6 @@
});
$('.icons').appendTo(this.$('container'));
});
Galleria.configure({
@ -121,5 +113,12 @@
Galleria.run("#gallery", {dataSource: data});
</script>
</div>
<footer>
<p>
<span>&copy; Don Harper</span>
<span>Generated by <a href="https://github.com/saimn/sigal">sigal</a></span>
</p>
</footer> </div>
</body>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 34 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Before After
Before After

View file

@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Corona-2020-04</title>
<title>Corona-2020-04 - duckland.org&#39;s photo gallery</title>
<meta name="description" content="">
<meta name="author" content="Don Harper">
<meta name="viewport" content="width=device-width">
@ -15,7 +15,7 @@
<style>
body::after{
position:absolute; width:0; height:0; overflow:hidden; z-index:-1;
content:url(20200414121359.jpg);
content:url(20200414121539.webp);
}</style>
</head>
<body>
@ -37,20 +37,14 @@
</header>
<div id="main" role="main">
<div class="icons">
<a id="fullscreen"><img src="../../static/img/fullscreen.png"
title="Fullscreen" alt="Fullscreen (f)" /></a>
</div>
<div id="gallery"></div>
<div class="icons">
<a id="fullscreen"><img src="../../static/img/fullscreen.png"
title="Fullscreen" alt="Fullscreen (f)" /></a>
</div>
<div id="gallery"></div>
</div>
<footer>
<p>
<span>&copy; Don Harper</span>
<span>Generated by <a href="https://github.com/saimn/sigal">sigal</a></span>
</p>
</footer> </div>
<script src="../../static/jquery-3.3.1.min.js"></script>
<script src="../../static/galleria.min.js"></script>
@ -58,33 +52,32 @@
<script src="../../static/plugins/history/galleria.history.min.js"></script>
<script>
var data = [
{
title: "20200414121359",
description: "<br>Day Liliy<div class='film-meta'><abbr title='film speed'>400</abbr><abbr title='exposure'>0.0004</abbr><abbr title='aperture'>5.099999904632568</abbr><abbr title='focal length'>140</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Tue 14 Apr 2020 12:13:59 PM </abbr>",
thumb: "thumbnails/20200414121359.jpg",
image: "20200414121359.jpg"
},
{
title: "20200414121539",
description: "<br>Backyard Flower<div class='film-meta'><abbr title='film speed'>400</abbr><abbr title='exposure'>0.0005</abbr><abbr title='aperture'>5.599999904632568</abbr><abbr title='focal length'>200</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Tue 14 Apr 2020 12:15:39 PM </abbr>",
thumb: "thumbnails/20200414121539.jpg",
image: "20200414121539.jpg"
},
{
title: "20200417162225",
description: "<br>Sidewalk Art<div class='film-meta'><abbr title='film speed'>100</abbr><abbr title='exposure'>0.008</abbr><abbr title='aperture'>2.700000047683716</abbr><abbr title='focal length'>4</abbr></div><abbr title='camera make and model'>Canon Canon PowerShot ELPH 320 HS</abbr><abbr title='date'>Fri 17 Apr 2020 04:22:25 PM </abbr>",
thumb: "thumbnails/20200417162225.jpg",
image: "20200417162225.jpg"
description: "",
thumb: "thumbnails/20200414121539.webp",
image: "20200414121539.webp"
},
{
title: "20200418132313",
description: "<br>Lizard Looking<div class='film-meta'><abbr title='film speed'>400</abbr><abbr title='exposure'>0.0025</abbr><abbr title='aperture'>7.099999904632568</abbr><abbr title='focal length'>200</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sat 18 Apr 2020 01:23:13 PM </abbr>",
thumb: "thumbnails/20200418132313.jpg",
image: "20200418132313.jpg"
description: "",
thumb: "thumbnails/20200418132313.webp",
image: "20200418132313.webp"
},
{
title: "20200414121359",
description: "",
thumb: "thumbnails/20200414121359.webp",
image: "20200414121359.webp"
},
{
title: "20200417162225",
description: "",
thumb: "thumbnails/20200417162225.webp",
image: "20200417162225.webp"
},
]
Galleria.ready(function() {
/*
load thumbnails after gallery setup, and download has started
@ -110,7 +103,6 @@
});
$('.icons').appendTo(this.$('container'));
});
Galleria.configure({
@ -121,5 +113,12 @@
Galleria.run("#gallery", {dataSource: data});
</script>
</div>
<footer>
<p>
<span>&copy; Don Harper</span>
<span>Generated by <a href="https://github.com/saimn/sigal">sigal</a></span>
</p>
</footer> </div>
</body>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 45 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 34 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Before After
Before After

View file

@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Corona-2020</title>
<title>Corona-2020 - duckland.org&#39;s photo gallery</title>
<meta name="description" content="">
<meta name="author" content="Don Harper">
<meta name="viewport" content="width=device-width">
@ -15,7 +15,7 @@
<style>
body::after{
position:absolute; width:0; height:0; overflow:hidden; z-index:-1;
content:url(20200330180829796381-0500.jpg);
content:url(20200414121539.webp);
}</style>
</head>
<body>
@ -37,20 +37,14 @@
</header>
<div id="main" role="main">
<div class="icons">
<a id="fullscreen"><img src="../../static/img/fullscreen.png"
title="Fullscreen" alt="Fullscreen (f)" /></a>
</div>
<div id="gallery"></div>
<div class="icons">
<a id="fullscreen"><img src="../../static/img/fullscreen.png"
title="Fullscreen" alt="Fullscreen (f)" /></a>
</div>
<div id="gallery"></div>
</div>
<footer>
<p>
<span>&copy; Don Harper</span>
<span>Generated by <a href="https://github.com/saimn/sigal">sigal</a></span>
</p>
</footer> </div>
<script src="../../static/jquery-3.3.1.min.js"></script>
<script src="../../static/galleria.min.js"></script>
@ -58,45 +52,44 @@
<script src="../../static/plugins/history/galleria.history.min.js"></script>
<script>
var data = [
{
title: "20200330180829796381-0500",
description: "<div class='film-meta'><abbr title='film speed'>56</abbr><abbr title='exposure'>0.00124</abbr><abbr title='aperture'>1.8</abbr><abbr title='focal length'>4</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=29.750577766666666&amp;mlon=-95.77144165&amp;zoom=12&amp;layers=M' target='_blank' class='map' >N29.750578W95.771442</a><abbr title='camera make and model'>Google Pixel 2</abbr><abbr title='date'>Mon 30 Mar 2020 06:08:29 PM </abbr>",
thumb: "thumbnails/20200330180829796381-0500.jpg",
image: "20200330180829796381-0500.jpg"
},
{
title: "20200414121359",
description: "<br>Day Liliy<div class='film-meta'><abbr title='film speed'>400</abbr><abbr title='exposure'>0.0004</abbr><abbr title='aperture'>5.099999904632568</abbr><abbr title='focal length'>140</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Tue 14 Apr 2020 12:13:59 PM </abbr>",
thumb: "thumbnails/20200414121359.jpg",
image: "20200414121359.jpg"
},
{
title: "20200414121539",
description: "<br>Backyard Flower<div class='film-meta'><abbr title='film speed'>400</abbr><abbr title='exposure'>0.0005</abbr><abbr title='aperture'>5.599999904632568</abbr><abbr title='focal length'>200</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Tue 14 Apr 2020 12:15:39 PM </abbr>",
thumb: "thumbnails/20200414121539.jpg",
image: "20200414121539.jpg"
},
{
title: "20200417162225",
description: "<br>Sidewalk Art<div class='film-meta'><abbr title='film speed'>100</abbr><abbr title='exposure'>0.008</abbr><abbr title='aperture'>2.700000047683716</abbr><abbr title='focal length'>4</abbr></div><abbr title='camera make and model'>Canon Canon PowerShot ELPH 320 HS</abbr><abbr title='date'>Fri 17 Apr 2020 04:22:25 PM </abbr>",
thumb: "thumbnails/20200417162225.jpg",
image: "20200417162225.jpg"
description: "",
thumb: "thumbnails/20200414121539.webp",
image: "20200414121539.webp"
},
{
title: "20200418132313",
description: "<br>Lizard Looking<div class='film-meta'><abbr title='film speed'>400</abbr><abbr title='exposure'>0.0025</abbr><abbr title='aperture'>7.099999904632568</abbr><abbr title='focal length'>200</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sat 18 Apr 2020 01:23:13 PM </abbr>",
thumb: "thumbnails/20200418132313.jpg",
image: "20200418132313.jpg"
description: "",
thumb: "thumbnails/20200418132313.webp",
image: "20200418132313.webp"
},
{
title: "20200414121359",
description: "",
thumb: "thumbnails/20200414121359.webp",
image: "20200414121359.webp"
},
{
title: "20200330180829796381-0500",
description: "",
thumb: "thumbnails/20200330180829796381-0500.webp",
image: "20200330180829796381-0500.webp"
},
{
title: "20200513073711554420-0500",
description: "<div class='film-meta'><abbr title='film speed'>80</abbr><abbr title='exposure'>0.000299</abbr><abbr title='aperture'>1.8</abbr><abbr title='focal length'>4</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=29.749022216666667&amp;mlon=-95.77372498333334&amp;zoom=12&amp;layers=M' target='_blank' class='map' >N29.749022W95.773725</a><abbr title='camera make and model'>Google Pixel 2</abbr><abbr title='date'>Wed 13 May 2020 07:37:11 AM </abbr>",
thumb: "thumbnails/20200513073711554420-0500.jpg",
image: "20200513073711554420-0500.jpg"
description: "",
thumb: "thumbnails/20200513073711554420-0500.webp",
image: "20200513073711554420-0500.webp"
},
{
title: "20200417162225",
description: "",
thumb: "thumbnails/20200417162225.webp",
image: "20200417162225.webp"
},
]
Galleria.ready(function() {
/*
load thumbnails after gallery setup, and download has started
@ -122,7 +115,6 @@
});
$('.icons').appendTo(this.$('container'));
});
Galleria.configure({
@ -133,5 +125,12 @@
Galleria.run("#gallery", {dataSource: data});
</script>
</div>
<footer>
<p>
<span>&copy; Don Harper</span>
<span>Generated by <a href="https://github.com/saimn/sigal">sigal</a></span>
</p>
</footer> </div>
</body>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 21 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.2 KiB

After

Width:  |  Height:  |  Size: 9.5 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.3 KiB

After

Width:  |  Height:  |  Size: 9.7 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.8 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.1 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 6.3 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 42 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 41 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 21 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 28 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 19 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 6.7 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.1 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.7 KiB

After

Width:  |  Height:  |  Size: 7.6 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 35 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 28 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.2 KiB

After

Width:  |  Height:  |  Size: 9.5 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.5 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 27 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.2 KiB

After

Width:  |  Height:  |  Size: 8.1 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 30 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.9 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB

After

Width:  |  Height:  |  Size: 7.2 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 6.8 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.5 KiB

After

Width:  |  Height:  |  Size: 7.8 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.8 KiB

After

Width:  |  Height:  |  Size: 9 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 6.6 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.7 KiB

After

Width:  |  Height:  |  Size: 7.9 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 27 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Before After
Before After

Some files were not shown because too many files have changed in this diff Show more