photohub/README.md
2025-03-07 18:12:52 +01:00

26 lines
471 B
Markdown

# PhotoHUB
Just a simple python program to generate static site
## File
- .nef: **(MANDATORY)**
- .pp3: (optionnal)
- .png: high resolution format (optionnal: can be generated by the .nef)
- .jpeg: low resolution format (optionnal: can be generated by the .png)
- desc.md: description markdown file (optionnal)
### File structure
```
img1/
├─ img1.nef
img2/
├─ img2.pp3
├─ img2.png
├─ img2.jpeg
├─ img2.nef
img3.nef
img4.png
img4.jpeg
img4.nef
```