FloatImg4PythonBinding/src/funcs
Mutah 28698c4f60 FloatImg sources upgraded to version 150 2021-05-19 21:53:22 +02:00
..
Makefile FloatImg sources upgraded to version 150 2021-05-19 21:53:22 +02:00
README.md source tree refactor and build system (to be completed) 2021-05-11 22:44:13 +02:00
alltests.sh source tree refactor and build system (to be completed) 2021-05-11 22:44:13 +02:00
classif.c source tree refactor and build system (to be completed) 2021-05-11 22:44:13 +02:00
contour2x2.c source tree refactor and build system (to be completed) 2021-05-11 22:44:13 +02:00
displacement.c FloatImg sources upgraded to version 147 2021-05-13 12:32:20 +02:00
dithering.c source tree refactor and build system (to be completed) 2021-05-11 22:44:13 +02:00
equalize.c FloatImg sources upgraded to version 150 2021-05-19 21:53:22 +02:00
exporter.c source tree refactor and build system (to be completed) 2021-05-11 22:44:13 +02:00
filtrage.c source tree refactor and build system (to be completed) 2021-05-11 22:44:13 +02:00
fimg-bmp.c source tree refactor and build system (to be completed) 2021-05-11 22:44:13 +02:00
fimg-fits.c source tree refactor and build system (to be completed) 2021-05-11 22:44:13 +02:00
fimg-libpnm.c source tree refactor and build system (to be completed) 2021-05-11 22:44:13 +02:00
fimg-openexr.c source tree refactor and build system (to be completed) 2021-05-11 22:44:13 +02:00
fimg-png.c source tree refactor and build system (to be completed) 2021-05-11 22:44:13 +02:00
fimg-tiff.c source tree refactor and build system (to be completed) 2021-05-11 22:44:13 +02:00
geometry.c source tree refactor and build system (to be completed) 2021-05-11 22:44:13 +02:00
histogram.c source tree refactor and build system (to be completed) 2021-05-11 22:44:13 +02:00
hsv.c source tree refactor and build system (to be completed) 2021-05-11 22:44:13 +02:00
incrustator.c source tree refactor and build system (to be completed) 2021-05-11 22:44:13 +02:00
misc-plots.c FloatImg sources upgraded to version 147 2021-05-13 12:32:20 +02:00
plasmas.c FloatImg sources upgraded to version 150 2021-05-19 21:53:22 +02:00
qsortrgb.c source tree refactor and build system (to be completed) 2021-05-11 22:44:13 +02:00
rampes.c FloatImg sources upgraded to version 150 2021-05-19 21:53:22 +02:00
recurse.c FloatImg sources upgraded to version 150 2021-05-19 21:53:22 +02:00
rotate.c FloatImg sources upgraded to version 150 2021-05-19 21:53:22 +02:00
saturation.c FloatImg sources upgraded to version 150 2021-05-19 21:53:22 +02:00
sfx0.c FloatImg sources upgraded to version 150 2021-05-19 21:53:22 +02:00
sfx1.c FloatImg sources upgraded to version 150 2021-05-19 21:53:22 +02:00
sfx2.c FloatImg sources upgraded to version 150 2021-05-19 21:53:22 +02:00
sfx4.c FloatImg sources upgraded to version 150 2021-05-19 21:53:22 +02:00
t.c source tree refactor and build system (to be completed) 2021-05-11 22:44:13 +02:00
tests.c source tree refactor and build system (to be completed) 2021-05-11 22:44:13 +02:00
tests.h source tree refactor and build system (to be completed) 2021-05-11 22:44:13 +02:00
tpnm.c source tree refactor and build system (to be completed) 2021-05-11 22:44:13 +02:00
utils.c FloatImg sources upgraded to version 150 2021-05-19 21:53:22 +02:00
vroum.sh source tree refactor and build system (to be completed) 2021-05-11 22:44:13 +02: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...