You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

56 lines
2.3 KiB

4 years ago
  1. +++
  2. title = "Fractal Forest"
  3. slug = "fractal-forest"
  4. description = "BPG Image Format add-on module for After Dark."
  5. summary = "BPG Image Format (Preinstalled)."
  6. categories = ["addon"]
  7. tags = ["module", "images", "graphics", "installation", "performance"]
  8. features = ["related content", "snippets", "section menu"]
  9. [[copyright]]
  10. owner = "Josh Habdas"
  11. date = "2019"
  12. license = "agpl-3.0-or-later"
  13. +++
  14. **BPG Image format Homepage:** {{< external "https://bellard.org/bpg/" />}}<br>
  15. **Module Source:** {{< external "https://git.habd.as/comfusion/fractal-forest" />}}
  16. ## Demo
  17. - {{< external "http://xooyoozoo.github.io/yolo-octo-bugfixes/" "Visual comparison" />}} between BPG, JPEG, JP2K and WebP
  18. - {{< external "https://bellard.org/bpg/lena.html" "Lena 512x512 image, visual comparison with JPEG" />}}
  19. - {{< external "https://bellard.org/bpg/gallery1.html" "Wikipedia photos" />}}
  20. - {{< external "https://bellard.org/bpg/gallery2.html" "Images with alpha channel" />}}
  21. - {{< external "https://bellard.org/bpg/gallery3.html" "Test images using different color spaces and bit depth" />}}
  22. - {{< external "https://bellard.org/bpg/animation.html" "Test animations" />}}
  23. ## Installation
  24. {{% hackcss-alert type="info" %}}**Note:** Module pre-installed via [Quick Install]({{< relref "quick-install" >}}) with example in post archetype.{{% /hackcss-alert %}}
  25. Choose a module download source:
  26. - {{< external "https://www.npmjs.com/package/fractal-forest" />}}
  27. - {{< external "https://www.jsdelivr.com/package/npm/fractal-forest" />}}
  28. - {{< external "https://git.habd.as/comfusion/fractal-forest" />}}
  29. Extract module contents into site `themes` directory:
  30. ```sh
  31. ├── static
  32. └── themes
  33. ├── after-dark
  34. └── fractal-forest
  35. ```
  36. Specify module in site config:
  37. {{< highlight toml "linenos=inline,linenostart=6" >}}
  38. # Controls default theme and theme components
  39. theme = [
  40. "fractal-forest", # sequence before "after-dark"
  41. "after-dark"
  42. ]
  43. {{< /highlight >}}
  44. See {{< external href="https://git.habd.as/comfusion/fractal-forest/src/branch/master/README.md" text="README.md" />}} to confirm you're using the minimum required version of After Dark; and module setup, configuration and usage instructions. If you need help you may {{< external href="https://git.habd.as/comfusion/fractal-forest/issues" text="Submit an Issue" />}} with your question.