Skip to content

Commit

Permalink
Update for SacPy Meetup
Browse files Browse the repository at this point in the history
  • Loading branch information
aclark4life committed Oct 3, 2024
1 parent 38c6c45 commit 3f708b5
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ <h3>Let's talk about Pillow</h3>
<img class="fragment" src="img/screenshot7.png">
</section>
<!------------------------------------------------------------------------------->
<section data-background-color="aquamarine">
<section>
<h3>More on reading images</h3>
<p class="fragment">Example #27: Reading from an open file</p>
<pre class="fragment">
Expand All @@ -650,7 +650,7 @@ <h3>More on reading images</h3>
</pre>
</section>
<!------------------------------------------------------------------------------->
<section data-background-color="aquamarine">
<section>
<h3>More on reading images</h3>
<p class="fragment">Example #28: Reading from binary data</p>
<pre class="fragment">
Expand All @@ -668,7 +668,7 @@ <h3>More on reading images</h3>
</aside>
</section>
<!------------------------------------------------------------------------------->
<section data-background-color="aquamarine">
<section>
<h3>More on reading images</h3>
<p class="fragment">Example #29: Batch processing</p>
<pre class="fragment">
Expand All @@ -691,7 +691,7 @@ <h3>More on reading images</h3>
</aside>
</section>
<!------------------------------------------------------------------------------->
<section data-background-color="aquamarine">
<section>
<h3>More on reading images</h3>
<p class="fragment">Example #29: Batch processing with pathlib</p>
<pre class="fragment">
Expand All @@ -714,7 +714,7 @@ <h3>More on reading images</h3>
</aside>
</section>
<!------------------------------------------------------------------------------->
<section data-background-color="aquamarine">
<section>
<h3>More on reading images</h3>
<p class="fragment">Example #29: Batch processing output</p>
<pre class="fragment">
Expand Down Expand Up @@ -749,7 +749,7 @@ <h3>More on reading images</h3>
</aside>
</section>
<!------------------------------------------------------------------------------->
<section data-background-color="aquamarine">
<section>
<h3>Controlling the decoder</h3>
<p class="fragment">Example #30: Reading in draft mode</p>
<pre class="fragment">
Expand All @@ -766,7 +766,7 @@ <h3>Controlling the decoder</h3>
</aside>
</section>
<!------------------------------------------------------------------------------->
<section data-background-color="aquamarine">
<section>
<h3>Also check out</h3>
<ul>
<li class="fragment">
Expand All @@ -786,7 +786,7 @@ <h3>Also check out</h3>
</aside>
</section>
<!------------------------------------------------------------------------------->
<section data-background-color="aquamarine">
<section>
<h3>Concepts</h3>
<p class="fragment">Example #31: Bands</p>
<pre class="fragment">
Expand All @@ -800,7 +800,7 @@ <h3>Concepts</h3>
</aside>
</section>
<!------------------------------------------------------------------------------->
<section data-background-color="aquamarine">
<section>
<h3>Concepts</h3>
<p class="fragment">Example #32: Modes</p>
<pre class="fragment">
Expand All @@ -814,7 +814,7 @@ <h3>Concepts</h3>
</aside>
</section>
<!------------------------------------------------------------------------------->
<section data-background-color="aquamarine">
<section>
<h3>Concepts</h3>
<p class="fragment">Example #33: Size</p>
<pre class="fragment">
Expand All @@ -828,7 +828,7 @@ <h3>Concepts</h3>
</aside>
</section>
<!------------------------------------------------------------------------------->
<section data-background-color="aquamarine">
<section>
<h3>Concepts</h3>
<p class="fragment">Example #34: Coordinate System</p>
<pre class="fragment">
Expand All @@ -842,7 +842,7 @@ <h3>Concepts</h3>
</aside>
</section>
<!------------------------------------------------------------------------------->
<section data-background-color="aquamarine">
<section>
<h3>Concepts</h3>
<p class="fragment">Example #35: Palette</p>
<pre class="fragment">
Expand All @@ -856,7 +856,7 @@ <h3>Concepts</h3>
</aside>
</section>
<!------------------------------------------------------------------------------->
<section data-background-color="aquamarine">
<section>
<h3>Concepts</h3>
<p class="fragment">Example #36: Info</p>
<pre class="fragment">
Expand All @@ -870,7 +870,7 @@ <h3>Concepts</h3>
</aside>
</section>
<!------------------------------------------------------------------------------->
<section data-background-color="aquamarine">
<section>
<h3>Concepts</h3>
<p class="fragment">Example #36: Info</p>
<pre class="fragment">
Expand All @@ -893,7 +893,7 @@ <h3>Concepts</h3>
</aside>
</section>
<!------------------------------------------------------------------------------->
<section data-background-color="aquamarine">
<section>
<h3>Concepts</h3>
<p class="fragment">Example #37: Transparency</p>
<pre class="fragment">
Expand All @@ -906,7 +906,7 @@ <h3>Concepts</h3>
</aside>
</section>
<!------------------------------------------------------------------------------->
<section data-background-color="aquamarine">
<section>
<h3>Concepts</h3>
<p class="fragment">Example #38: Orientation</p>
<pre class="fragment">
Expand All @@ -918,7 +918,7 @@ <h3>Concepts</h3>
</aside>
</section>
<!------------------------------------------------------------------------------->
<section data-background-color="aquamarine">
<section>
<h3>Concepts</h3>
<p class="fragment">Example #39: Filters</p>
<pre class="fragment">
Expand All @@ -930,7 +930,7 @@ <h3>Concepts</h3>
</aside>
</section>
<!------------------------------------------------------------------------------->
<section data-background-color="aquamarine">
<section>
<h3>Logos</h3>
<p class="fragment">Example #40: Logo</p>
<pre class="fragment">
Expand All @@ -944,7 +944,7 @@ <h3>Logos</h3>
</aside>
</section>
<!------------------------------------------------------------------------------->
<section data-background-color="aquamarine">
<section>
<h3>Logos</h3>
<p class="fragment">Example #41: Fancy Logo</p>
<pre class="fragment">
Expand All @@ -958,7 +958,7 @@ <h3>Logos</h3>
</aside>
</section>
<!------------------------------------------------------------------------------->
<section data-background-color="aquamarine">
<section>
<h3>1888</h3>
<pre class="fragment">
<code>
Expand All @@ -969,7 +969,7 @@ <h3>1888</h3>
</aside>
</section>
<!------------------------------------------------------------------------------->
<section data-background-color="aquamarine">
<section>
<h4>Thank you! 👋</h4>
<pre class="fragment">
Alex
Expand Down

0 comments on commit 3f708b5

Please sign in to comment.