Fractal Forest
BPG Image Format add-on module for After Dark.
BPG Image format Homepage:
bellard.org/bpg/
Module Source:
codeberg.org/vhs/fractal-forest
Demo
- Visual comparison between BPG, JPEG, JP2K and WebP
- Lena 512x512 image, visual comparison with JPEG
- Wikipedia photos
- Images with alpha channel
- Test images using different color spaces and bit depth
- Test animations
Installation
Note: Module pre-installed via Quick Install with example in post archetype.
Choose a module download source:
- www.npmjs.com/package/fractal-forest
- www.jsdelivr.com/package/npm/fractal-forest
- codeberg.org/vhs/fractal-forest
Extract module contents into site themes
directory:
├── static
└── themes
├── after-dark
└── fractal-forest
Specify module in site config:
6# Controls default theme and theme components
7theme = [
8 "fractal-forest", # sequence before "after-dark"
9 "after-dark"
10]
See 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 Submit an Issue with your question.