FloatImg/funcs
tth 72e162e4cf use <stdint.h> everywhere 2021-05-20 09:31:28 +02:00
..
Makefile Zzzzz.... 2021-05-17 22:38:56 +02:00
README.md reading PNG with pnglite is wtf 2020-11-09 14:27:28 +01:00
alltests.sh run a few tests 2021-03-17 11:18:26 +01:00
classif.c use <stdint.h> everywhere 2021-05-20 09:31:28 +02:00
contour2x2.c use <stdint.h> everywhere 2021-05-20 09:31:28 +02:00
displacement.c use <stdint.h> everywhere 2021-05-20 09:31:28 +02:00
dithering.c use <stdint.h> everywhere 2021-05-20 09:31:28 +02:00
equalize.c Zzzzz.... 2021-05-17 22:38:56 +02:00
exporter.c use <stdint.h> everywhere 2021-05-20 09:31:28 +02:00
filtrage.c use <stdint.h> everywhere 2021-05-20 09:31:28 +02:00
fimg-bmp.c preparing BMP export 2021-02-20 03:31:09 +01:00
fimg-fits.c use <stdint.h> everywhere 2021-05-20 09:31:28 +02:00
fimg-libpnm.c use <stdint.h> everywhere 2021-05-20 09:31:28 +02:00
fimg-openexr.c use <stdint.h> everywhere 2021-05-20 09:31:28 +02:00
fimg-png.c use <stdint.h> everywhere 2021-05-20 09:31:28 +02:00
fimg-tiff.c use <stdint.h> everywhere 2021-05-20 09:31:28 +02:00
geometry.c use <stdint.h> everywhere 2021-05-20 09:31:28 +02:00
histogram.c use <stdint.h> everywhere 2021-05-20 09:31:28 +02:00
hsv.c use <stdint.h> everywhere 2021-05-20 09:31:28 +02:00
incrustator.c use <stdint.h> everywhere 2021-05-20 09:31:28 +02:00
misc-plots.c use <stdint.h> everywhere 2021-05-20 09:31:28 +02:00
plasmas.c Zzzzz.... 2021-05-17 22:38:56 +02:00
qsortrgb.c use <stdint.h> everywhere 2021-05-20 09:31:28 +02:00
rampes.c Zzzzz.... 2021-05-17 22:38:56 +02:00
recurse.c Zzzzz.... 2021-05-17 22:38:56 +02:00
rotate.c Zzzzz.... 2021-05-17 22:38:56 +02:00
saturation.c Zzzzz.... 2021-05-17 22:38:56 +02:00
sfx0.c Zzzzz.... 2021-05-17 22:38:56 +02:00
sfx1.c Zzzzz.... 2021-05-17 22:38:56 +02:00
sfx2.c Zzzzz.... 2021-05-17 22:38:56 +02:00
sfx4.c Zzzzz.... 2021-05-17 22:38:56 +02:00
t.c use <stdint.h> everywhere 2021-05-20 09:31:28 +02:00
tests.c use <stdint.h> everywhere 2021-05-20 09:31:28 +02:00
tests.h added a mirror function 2021-04-26 11:43:42 +02:00
tpnm.c test proggy for libpnm funcs 2019-09-16 12:12:40 +02:00
utils.c Zzzzz.... 2021-05-17 22:38:56 +02:00
vroum.sh minor fixes 2021-02-10 16:19:15 +01:00

README.md

Fonctions

Plein de fonctions qu'il serait bon de documenter :)

PNG

Attention : la bibliothèque pngliteactuellement utiilsée pour lire les fichiers PNG n'accepte que certains types de fichiers. Et en particulier, elle brotche sur ceux produits par ImageMagick !

Contours

Détecter des contours est une activité respectable.

Exporter

Une méta-fonction qui va sauvegarder (dans la mesure de ses conséquences) une image en fonction de l'extension du nom de fichier.

Sfx

Effets spéciaux divers.

Dithering

Work in progress...