Moving various things around and fixing some links

This commit is contained in:
Chris Hodapp
2020-04-29 19:18:58 -04:00
parent bb2cba781b
commit e3506f9f4c
2030 changed files with 5995 additions and 87 deletions

View File

@@ -8,6 +8,8 @@ tags:
- image_compression
---
{{< load-photoswipe >}}
*(This is a modified version of what I wrote up at work when I saw
that progressive JPEGs could be nearly a drop-in replacement that
offered some additional functionality and ran some tests on this.)*
@@ -356,13 +358,15 @@ Examples
Here are all 10 scans from a standard progressive JPEG, separated out with the example code:
![Scan 1](./cropphoto1.png)
![Scan 2](./cropphoto2.png)
![Scan 3](./cropphoto3.png)
![Scan 4](./cropphoto4.png)
![Scan 5](./cropphoto5.png)
![Scan 6](./cropphoto6.png)
![Scan 7](./cropphoto7.png)
![Scan 8](./cropphoto8.png)
![Scan 9](./cropphoto9.png)
![Scan 10](./cropphoto10.png)
{{< gallery >}}
{{< figure resource="cropphoto1.png" title="Scan 1">}}
{{< figure resource="cropphoto2.png" title="Scan 2">}}
{{< figure resource="cropphoto3.png" title="Scan 3">}}
{{< figure resource="cropphoto4.png" title="Scan 4">}}
{{< figure resource="cropphoto5.png" title="Scan 5">}}
{{< figure resource="cropphoto6.png" title="Scan 6">}}
{{< figure resource="cropphoto7.png" title="Scan 7">}}
{{< figure resource="cropphoto8.png" title="Scan 8">}}
{{< figure resource="cropphoto9.png" title="Scan 9">}}
{{< figure resource="cropphoto10.png" title="Scan 10">}}
{{< /gallery >}}