Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
aclark4life committed Oct 4, 2024
1 parent e5f9f7c commit 26fd67a
Showing 1 changed file with 77 additions and 51 deletions.
128 changes: 77 additions & 51 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ <h3>Demo</h3>
<aside class="notes">
<div>Welcome to the Pillow Demo!</div>
<div>My name is Alex. I live in Bethesda, MD, USA.</div>
<div>
I created the PIL fork "Pillow" in July of 2010.
</div>
<div>I created the PIL fork "Pillow" in July of 2010.</div>
</aside>
</section>
<!------------------------------------------------------------------------------->
Expand Down Expand Up @@ -65,8 +63,12 @@ <h3>About This Talk</h3>
<a target="_blank"
href="https://github.com/python-pillow/Pillow/issues/1888">High bit depth multichannel images</a>?
<ul>
<li class="fragment"><a href="https://github.com/python-pillow/Pillow/pull/8224">https://github.com/python-pillow/Pillow/pull/8224</a></li>
<li class="fragment"><a href="https://github.com/python-pillow/Pillow/pull/8330">https://github.com/python-pillow/Pillow/pull/8330</a></li>
<li class="fragment">
<a href="https://github.com/python-pillow/Pillow/pull/8224">https://github.com/python-pillow/Pillow/pull/8224</a>
</li>
<li class="fragment">
<a href="https://github.com/python-pillow/Pillow/pull/8330">https://github.com/python-pillow/Pillow/pull/8330</a>
</li>
</ul>
</li>
</ul>
Expand All @@ -81,10 +83,17 @@ <h3>About This Talk</h3>
<h3>About This Talk</h3>
<ul>
<li class="fragment">
Based on the <a target="_blank" href="https://pillow.readthedocs.io/en/latest/handbook/tutorial.html">Handbook Tutorial</a>
Based on the <a target="_blank"
href="https://pillow.readthedocs.io/en/latest/handbook/tutorial.html">Handbook Tutorial</a>
<ul>
<li class="fragment"><a target="_blank" href="https://github.com/python-pillow/Pillow/issues/7962">https://github.com/python-pillow/Pillow/issues/7962</a></li>
<li class="fragment"><a target="_blank" href="https://github.com/python-pillow/Pillow/pull/8246">https://github.com/python-pillow/Pillow/pull/8246</a></li>
<li class="fragment">
<a target="_blank"
href="https://github.com/python-pillow/Pillow/issues/7962">https://github.com/python-pillow/Pillow/issues/7962</a>
</li>
<li class="fragment">
<a target="_blank"
href="https://github.com/python-pillow/Pillow/pull/8246">https://github.com/python-pillow/Pillow/pull/8246</a>
</li>
</ul>
</li>
</ul>
Expand Down Expand Up @@ -164,12 +173,13 @@ <h3>About Me</h3>
<p class="fragment">
Are you an open source maintainer?
<ul>
<li class="fragment">
<a target="_blank" href="https://tidelift.com/about/resources/surveys">Surveys</a>
</li>
<li class="fragment">
<a target="_blank" href="https://tidelift.com/webinar/top-findings-from-the-2024-tidelift-state-of-the-open-source-maintainer-report">Upcoming webinar</a>
</li>
<li class="fragment">
<a target="_blank" href="https://tidelift.com/about/resources/surveys">Surveys</a>
</li>
<li class="fragment">
<a target="_blank"
href="https://tidelift.com/webinar/top-findings-from-the-2024-tidelift-state-of-the-open-source-maintainer-report">Upcoming webinar</a>
</li>
</ul>
</p>
<aside class="notes">
Expand All @@ -181,19 +191,35 @@ <h3>About Me</h3>
<p>Let's talk about Pillow</p>
<p class="fragment">This talk's history</p>
<p class="fragment">04-16-24</p>
<ul>
<li class="fragment"><a target="_blank" href="https://github.com/python-pillow/pillow-demo/tree/04-16-24">Code</a></li>
<li class="fragment"><a target="_blank" href="https://www.meetup.com/dcpython/events/296654956">Event</a></li>
<li class="fragment"><a target="_blank" href="https://www.youtube.com/watch?v=xVYqh5ElHUU&t=1600s">Video</a></li>
</ul>
</p>
<ul>
<li class="fragment">
<a target="_blank"
href="https://github.com/python-pillow/pillow-demo/tree/04-16-24">Code</a>
</li>
<li class="fragment">
<a target="_blank"
href="https://www.meetup.com/dcpython/events/296654956">Event</a>
</li>
<li class="fragment">
<a target="_blank"
href="https://www.youtube.com/watch?v=xVYqh5ElHUU&t=1600s">Video</a>
</li>
</ul>
<p class="fragment">08-16-24</p>
<ul>
<li class="fragment"><a target="_blank" href="https://github.com/python-pillow/pillow-demo/tree/04-16-24">Code</a></li>
<li class="fragment"><a target="_blank" href="https://www.meetup.com/dcpython/events/296654956">Event</a></li>
<li class="fragment"><a target="_blank" href="https://www.youtube.com/watch?v=xVYqh5ElHUU&t=1600s">Video</a></li>
</ul>
</p>
<ul>
<li class="fragment">
<a target="_blank"
href="https://github.com/python-pillow/pillow-demo/tree/04-16-24">Code</a>
</li>
<li class="fragment">
<a target="_blank"
href="https://www.meetup.com/dcpython/events/296654956">Event</a>
</li>
<li class="fragment">
<a target="_blank"
href="https://www.youtube.com/watch?v=xVYqh5ElHUU&t=1600s">Video</a>
</li>
</ul>
<aside class="notes">
</aside>
</section>
Expand Down Expand Up @@ -639,7 +665,7 @@ <h3>Let's talk about Pillow</h3>
<img class="fragment" src="img/screenshot7.png">
</section>
<!------------------------------------------------------------------------------->
<section>
<section>
<h3>More on reading images</h3>
<p class="fragment">Example #27: Reading from an open file</p>
<pre class="fragment">
Expand All @@ -653,7 +679,7 @@ <h3>More on reading images</h3>
</pre>
</section>
<!------------------------------------------------------------------------------->
<section>
<section>
<h3>More on reading images</h3>
<p class="fragment">Example #28: Reading from binary data</p>
<pre class="fragment">
Expand All @@ -671,7 +697,7 @@ <h3>More on reading images</h3>
</aside>
</section>
<!------------------------------------------------------------------------------->
<section>
<section>
<h3>More on reading images</h3>
<p class="fragment">Example #29: Batch processing</p>
<pre class="fragment">
Expand All @@ -694,7 +720,7 @@ <h3>More on reading images</h3>
</aside>
</section>
<!------------------------------------------------------------------------------->
<section>
<section>
<h3>More on reading images</h3>
<p class="fragment">Example #29: Batch processing with pathlib</p>
<pre class="fragment">
Expand All @@ -717,7 +743,7 @@ <h3>More on reading images</h3>
</aside>
</section>
<!------------------------------------------------------------------------------->
<section>
<section>
<h3>More on reading images</h3>
<p class="fragment">Example #29: Batch processing output</p>
<pre class="fragment">
Expand Down Expand Up @@ -752,7 +778,7 @@ <h3>More on reading images</h3>
</aside>
</section>
<!------------------------------------------------------------------------------->
<section>
<section>
<h3>Controlling the decoder</h3>
<p class="fragment">Example #30: Reading in draft mode</p>
<pre class="fragment">
Expand All @@ -769,7 +795,7 @@ <h3>Controlling the decoder</h3>
</aside>
</section>
<!------------------------------------------------------------------------------->
<section>
<section>
<h3>Also check out</h3>
<ul>
<li class="fragment">
Expand All @@ -785,7 +811,7 @@ <h3>Also check out</h3>
</aside>
</section>
<!------------------------------------------------------------------------------->
<section>
<section>
<h3>Concepts</h3>
<p class="fragment">Example #31: Bands</p>
<pre class="fragment">
Expand All @@ -799,7 +825,7 @@ <h3>Concepts</h3>
</aside>
</section>
<!------------------------------------------------------------------------------->
<section>
<section>
<h3>Concepts</h3>
<p class="fragment">Example #32: Modes</p>
<pre class="fragment">
Expand All @@ -813,7 +839,7 @@ <h3>Concepts</h3>
</aside>
</section>
<!------------------------------------------------------------------------------->
<section>
<section>
<h3>Concepts</h3>
<p class="fragment">Example #33: Size</p>
<pre class="fragment">
Expand All @@ -827,7 +853,7 @@ <h3>Concepts</h3>
</aside>
</section>
<!------------------------------------------------------------------------------->
<section>
<section>
<h3>Concepts</h3>
<p class="fragment">Example #34: Coordinate System</p>
<pre class="fragment">
Expand All @@ -841,7 +867,7 @@ <h3>Concepts</h3>
</aside>
</section>
<!------------------------------------------------------------------------------->
<section>
<section>
<h3>Concepts</h3>
<p class="fragment">Example #35: Palette</p>
<pre class="fragment">
Expand All @@ -855,7 +881,7 @@ <h3>Concepts</h3>
</aside>
</section>
<!------------------------------------------------------------------------------->
<section>
<section>
<h3>Concepts</h3>
<p class="fragment">Example #36: Info</p>
<pre class="fragment">
Expand All @@ -869,7 +895,7 @@ <h3>Concepts</h3>
</aside>
</section>
<!------------------------------------------------------------------------------->
<section>
<section>
<h3>Concepts</h3>
<p class="fragment">Example #36: Info</p>
<pre class="fragment">
Expand All @@ -892,7 +918,7 @@ <h3>Concepts</h3>
</aside>
</section>
<!------------------------------------------------------------------------------->
<section>
<section>
<h3>Concepts</h3>
<p class="fragment">Example #37: Transparency</p>
<pre class="fragment">
Expand All @@ -905,7 +931,7 @@ <h3>Concepts</h3>
</aside>
</section>
<!------------------------------------------------------------------------------->
<section>
<section>
<h3>Concepts</h3>
<p class="fragment">Example #38: Orientation</p>
<pre class="fragment">
Expand All @@ -917,7 +943,7 @@ <h3>Concepts</h3>
</aside>
</section>
<!------------------------------------------------------------------------------->
<section>
<section>
<h3>Concepts</h3>
<p class="fragment">Example #39: Filters</p>
<pre class="fragment">
Expand All @@ -929,7 +955,7 @@ <h3>Concepts</h3>
</aside>
</section>
<!------------------------------------------------------------------------------->
<section>
<section>
<h3>Logos</h3>
<p class="fragment">Example #40: Logo</p>
<pre class="fragment">
Expand All @@ -943,7 +969,7 @@ <h3>Logos</h3>
</aside>
</section>
<!------------------------------------------------------------------------------->
<section>
<section>
<h3>Logos</h3>
<p class="fragment">Example #41: Fancy Logo</p>
<pre class="fragment">
Expand All @@ -957,16 +983,16 @@ <h3>Logos</h3>
</aside>
</section>
<!------------------------------------------------------------------------------->
<section>
<h4>Thank you! <span class="fragment">👋</span></h4>
<section>
<h4>
Thank you! <span class="fragment">👋</span>
</h4>
<ul>
<li class="fragment">
<a target="_blank"
href="https://github.com/aclark4life">https://github.com/aclark4life</a>
<a target="_blank" href="https://github.com/aclark4life">https://github.com/aclark4life</a>
</li>
<li class="fragment">
<a target="_blank"
href="https://github.com/python-pillow">https://github.com/python-pillow</a>
<a target="_blank" href="https://github.com/python-pillow">https://github.com/python-pillow</a>
</li>
</ul>
<aside class="notes">
Expand Down

0 comments on commit 26fd67a

Please sign in to comment.