diff --git a/docs/_config.yml b/docs/_config.yml index 55d849d..7a83215 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1,4 +1,4 @@ theme: jekyll-theme-cayman title: ChimpStackr description: Open-source focus stacking for Windows, macOS, and Linux -show_downloads: true +show_downloads: false diff --git a/docs/_includes/head-custom.html b/docs/_includes/head-custom.html new file mode 100644 index 0000000..974d076 --- /dev/null +++ b/docs/_includes/head-custom.html @@ -0,0 +1,6 @@ + + + + diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html new file mode 100644 index 0000000..b5269ca --- /dev/null +++ b/docs/_layouts/default.html @@ -0,0 +1,37 @@ + + + + + +{% seo %} + + + + + + + {% include head-custom.html %} + + + Skip to the content. + + + +
+ {{ content }} + + +
+ + diff --git a/docs/assets/favicon.ico b/docs/assets/favicon.ico new file mode 100644 index 0000000..2f76553 Binary files /dev/null and b/docs/assets/favicon.ico differ diff --git a/docs/assets/logo.png b/docs/assets/logo.png new file mode 100644 index 0000000..615a9e5 Binary files /dev/null and b/docs/assets/logo.png differ diff --git a/docs/index.md b/docs/index.md index c0279fc..e0d0012 100644 --- a/docs/index.md +++ b/docs/index.md @@ -6,8 +6,6 @@ description: Open-source focus stacking for Windows, macOS, and Linux **ChimpStackr** is a free, open-source focus stacking application for Windows, macOS, and Linux. It merges a series of differently-focused photos into a single, fully-sharp image — with a full GUI and a headless CLI. -[Download](https://github.com/noah-peeters/ChimpStackr/releases){: .btn } [View on GitHub](https://github.com/noah-peeters/ChimpStackr){: .btn } - ![ChimpStackr main window](screenshots/main.png) ## Features @@ -49,6 +47,14 @@ chimpstackr-cli -i images/*.jpg -o result.tif --align --auto --auto-crop Available methods: `laplacian` (default), `weighted_average`, `depth_map`. +## Gallery + +Stacks shot at ~4× magnification (~150 frames each), stacked with ChimpStackr and post-processed in [darktable](https://www.darktable.org/). + +![Stacked macro example 1](https://user-images.githubusercontent.com/17707805/196990942-413ea35c-2abb-4bce-9807-3f3d6b3de3c5.jpg) +![Stacked macro example 2](https://user-images.githubusercontent.com/17707805/196991117-dc4f1c76-cc87-4ef1-92ee-9a7484c7ff07.jpg) +![Stacked macro example 3](https://user-images.githubusercontent.com/17707805/196996295-9fb6c365-ef10-4ef5-b451-1a7269156e53.jpg) + ## Documentation - [Stacking Algorithms](algorithms.html) — how each of the four methods works and when to use it