Fortraneries/Modules/README.md

30 lines
438 B
Markdown
Raw Normal View History

2022-11-30 11:02:11 +11:00
# General purpose modules
2022-11-27 22:04:34 +11:00
2023-05-08 08:48:37 +11:00
## Compiler un module
2022-11-27 22:04:34 +11:00
2023-05-08 08:48:37 +11:00
Mmmmm...
## Modules disponibles
### spitpgm
Write gray level 2d buffer (aka picture) to disk in the NetPNM format.
2023-05-08 08:48:37 +11:00
### pixrgb
2023-01-07 20:40:29 +11:00
Write 8 bits RGB pictures to PNM format.
2023-05-08 08:48:37 +11:00
### trials
Experimental WIPs from hell.
2023-05-08 08:48:37 +11:00
### dummy
A "do nothing" useless module. But you cas use it to fool an optimizing
compiler, or have a sane place to put a breakpoint with gdb
## TODO
- écrire la doc !