FloatImg/tools
tTh af41acba4a add debug code 2022-06-06 22:17:15 +02:00
..
Makefile add multiformat output to fimgfx 2022-05-17 08:30:20 +02:00
README.md a big commit of garbage 2022-05-14 20:49:59 +02:00
addpnm2fimg.c use <stdint.h> everywhere 2021-05-20 09:31:28 +02:00
addtga2fimg.c clean some dirt 2019-09-10 15:39:33 +02:00
cumulfimgs.c work on the real PGM export 2022-02-09 23:21:58 +01:00
essai.sh a big commit of garbage 2022-05-14 20:49:59 +02:00
fimg2fits.c use <stdint.h> everywhere 2021-05-20 09:31:28 +02:00
fimg2png.c oups... 2022-02-09 22:59:58 +01:00
fimg2pnm.c use <stdint.h> everywhere 2021-05-20 09:31:28 +02:00
fimg2text.c oups... 2022-02-09 22:59:58 +01:00
fimg2tiff.c oups... 2022-02-09 22:59:58 +01:00
fimgfx.c add debug code 2022-06-06 22:17:15 +02:00
fimghalfsize.c use <stdint.h> everywhere 2021-05-20 09:31:28 +02:00
fimgmetadata.c a big commit of garbage 2022-05-14 20:49:59 +02:00
fimgops.c cosmetic 2022-03-10 16:59:51 +01:00
fimgstats.c a big commit of garbage 2022-05-14 20:49:59 +02:00
fx_demo.sh work on the special fx demo 2021-04-23 13:20:20 +02:00
mkfimg.c a big commit of garbage 2022-05-14 20:49:59 +02:00
png2fimg.c use <stdint.h> everywhere 2021-05-20 09:31:28 +02:00

README.md

Images en virgule flottante, les outils.

Dans tous les cas, vous pouvez utiliser l'option -h pour avoir des explications sur ce que vous pouvez faire, et l'option -v pour suivre l'avancée des travaux.

mkfimg

Génération d'une image flottante avec des choses dedans. Un ../scripts/demo-mkfimg.sh permet de créer toutes les images disponibles.

L'option -m rajoute des méta-données, cette option ne doit pas encore être utilisée dans la vrai vie.

fimgops

usage:
        fimgops [options] A.fimg B.fimg operator D.fimg
options:
        -k N.N          set float value (def=0.500)
        -v              increase verbosity

fimgfx

effects: cos01 cos010 pow2 sqrt gray0 cmixa xper desat ctr2x2 mirror shift0 trimul classtrial binarize trinarize hilightr

fimgstats

Compute some useless numbers...

fimg2pnm - fimg2png - fimg2tiff - fimg2fips

Exportation d'image flottante vers divers formats. Certains d'entre eux ne sont gérés que de façon très rudimentaire.

fimg2text

Nouveau de l'année 2020+1 : exfiltrer toutes des données d'une image flottante afin de les rendre machinables. Voir aussi fimgmetadata.

fimgmetadata

Nouveau avril 2022. Need more doc... Voir aussi fimg2text.