Fortraneries/Modules
tTh 2c187e01bc dernier commit avant le Gers 2024-03-10 06:56:29 +01:00
..
.gitignore dernier commit avant le Gers 2024-03-10 06:56:29 +01:00
Makefile wavmetrics: add a small test 2024-02-08 04:07:42 +01:00
README.md more doc ! 2024-02-07 03:40:23 +01:00
centermag.f90 dernier commit avant le Gers 2024-03-10 06:56:29 +01:00
chkpixels.f90 rgbpix: buffered write un production 2024-01-17 01:13:49 +01:00
dummy.f90 useless module 2023-03-15 14:39:44 +01:00
farbfeld.f90 added garbage 2024-02-27 05:39:19 +01:00
mathstuff2.f90 bla 2024-02-07 00:39:00 +01:00
noisepictures.f90 winter is coming 2023-10-10 22:08:50 +02:00
pixrgb.f90 bla 2024-02-06 17:02:04 +01:00
spitpgm.f90 tweaking... 2023-01-07 10:40:29 +01:00
t_centermag.f90 dernier commit avant le Gers 2024-03-10 06:56:29 +01:00
test-wavm.sh dernier commit avant le Gers 2024-03-10 06:56:29 +01:00
trials.f90 rgbpix: buffered write un production 2024-01-17 01:13:49 +01:00
trnd.f90 winter is coming 2023-10-10 22:08:50 +02:00
twavm.f90 wavmetrics: add a small test 2024-02-08 04:07:42 +01:00
wavmetrics.f90 wavmetrics: add a small test 2024-02-08 04:07:42 +01:00

README.md

General purpose modules

Modules disponibles

wavmetrics

This module try to make some computations on stereo buffers.

This is just a WIP, see twavm for a no-use case.

spitpgm

Write gray level 2d buffer (aka picture) to disk in the NetPNM format.

pixrgb

Write 8 bits or 16 bits RGB pictures to PNM format. The width of the picture MUST be a multiple of 4 !

trials

Experimental WIPs from hell.

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

Compiler un module

*You can use the same options as for a main program. And when you use the module, you have to specify the paths for the .mod and the .o to the linker. *

See Makefile for an example.

TODO

  • write the fscking doc !