Skip to content

Commit

Permalink
New "Donate" button
Browse files Browse the repository at this point in the history
  • Loading branch information
piellardj committed Jun 11, 2023
1 parent af218b0 commit 83a2659
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ The monochrome mode uses a single thread, while the color mode uses 3 distinct t

See it live [here](https://piellardj.github.io/image-stylization-threading).

[![Donate](https://raw.githubusercontent.com/piellardj/piellardj.github.io/master/images/readme/donate-paypal.svg)](https://www.paypal.com/donate/?hosted_button_id=AF7H7GEJTL95E)

![Screenshot 1](src/readme/cat.png)

![Screenshot 2](src/readme/joconde.png)
Expand Down
3 changes: 2 additions & 1 deletion docs/readme/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<link rel="icon" type="image/png" href="favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="favicon-96x96.png" sizes="96x96">
<link rel="stylesheet" type="text/css" href="css/page.css?v=2023-05-14T21%3A01%3A11.820Z">
<link rel="stylesheet" type="text/css" href="css/page.css?v=2023-06-11T16%3A16%3A11.449Z">
</head>

<body>
Expand All @@ -30,6 +30,7 @@ <h2 id="description">Description</h2>
<p>This tool generates string art from any picture of your choice. Pegs are first placed on the frame, and then a single-color thread is repeatedly ran from peg to peg in a straight line. The stacked segments progressively recreate the original image. This process was popularized by Petros Vrellis.</p>
<p>The monochrome mode uses a single thread, while the color mode uses 3 distinct threads. The result can be exported in the SVG format.</p>
<p>See it live <a href="https://piellardj.github.io/image-stylization-threading">here</a>.</p>
<p><a href="https://www.paypal.com/donate/?hosted_button_id=AF7H7GEJTL95E"><img src="https://raw.githubusercontent.com/piellardj/piellardj.github.io/master/images/readme/donate-paypal.svg" alt="Donate" /></a></p>
<p><img src="https://github.com/piellardj/image-stylization-threading/raw/master/src/readme/cat.png" alt="Screenshot 1" /></p>
<p><img src="https://github.com/piellardj/image-stylization-threading/raw/master/src/readme/joconde.png" alt="Screenshot 2" /></p>
<p><img src="https://github.com/piellardj/image-stylization-threading/raw/master/src/readme/picasso.png" alt="Screenshot 3" /></p>
Expand Down
Loading

0 comments on commit 83a2659

Please sign in to comment.