Files
Fortraneries/Modules
2024-01-17 01:13:49 +01:00
..
2023-05-07 23:48:37 +02:00
2023-06-03 11:50:48 +02:00
2023-03-15 14:39:44 +01:00
2024-01-17 01:13:49 +01:00
2024-01-06 02:54:06 +01:00
2023-10-10 22:08:50 +02:00
2024-01-17 01:13:49 +01:00
2023-01-07 10:40:29 +01:00
2023-05-07 23:48:37 +02:00
2023-10-10 22:08:50 +02:00

General purpose modules

Modules disponibles

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.

Warning! 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

  • écrire la doc !