Skip to content

Commit

Permalink
Fixes image alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
freshleafmedia committed Oct 14, 2022
1 parent 030d8f0 commit 4691986
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,14 @@ The algorithm works by picking the busiest area of the image:
4. Calculate the average brightness within each segment
5. Pick the segment with the highest brightness

<img src="assets/owl.jpg" width="16%" />
<img src="assets/owl-edges.jpg" width="16%" />
<img src="assets/owl-vignette.jpg" width="16%" />
<img src="assets/owl-segment.jpg" width="16%" />
<img src="assets/owl-average.jpg" width="16%" />
<img src="assets/owl-select.jpg" width="16%" />
<p float="left">
<img src="assets/owl.jpg" width="16%" />
<img src="assets/owl-edges.jpg" width="16%" />
<img src="assets/owl-vignette.jpg" width="16%" />
<img src="assets/owl-segment.jpg" width="16%" />
<img src="assets/owl-average.jpg" width="16%" />
<img src="assets/owl-select.jpg" width="16%" />
</p>


## Options
Expand Down

0 comments on commit 4691986

Please sign in to comment.