FloatImg/tools
tTh b79f6851f5 add an extractor 2023-01-21 09:06:36 +01:00
..
.gitignore a little cleanup 2022-11-05 21:00:14 +01:00
Makefile add an extractor 2023-01-21 09:06:36 +01:00
README.md add an extractor 2023-01-21 09:06:36 +01:00
addpnm2fimg.c big cleanup, word on metadata 2022-07-06 10:27:55 +02:00
addtga2fimg.c clean some dirt 2019-09-10 15:39:33 +02:00
cumulfimgs.c a new "rescale" option in cumulfimgs 2022-09-17 19:18:45 +02:00
essai.sh a big commit of garbage 2022-05-14 20:49:59 +02:00
fimg2fits.c big cleanup, word on metadata 2022-07-06 10:27:55 +02:00
fimg2png.c cosmetic 2022-10-27 21:32:02 +02:00
fimg2pnm.c use <stdint.h> everywhere 2021-05-20 09:31:28 +02:00
fimg2text.c big cleanup, word on metadata 2022-07-06 10:27:55 +02:00
fimg2tiff.c big cleanup, word on metadata 2022-07-06 10:27:55 +02:00
fimgextract.c add an extractor 2023-01-21 09:06:36 +01:00
fimgfx.c morpho0 filter in fimgfx 2022-11-01 21:18:09 +01:00
fimghalfsize.c big cleanup, word on metadata 2022-07-06 10:27:55 +02:00
fimgmetadata.c big cleanup, word on metadata 2022-07-06 10:27:55 +02:00
fimgops.c big cleanup, word on metadata 2022-07-06 10:27:55 +02:00
fimgstats.c a big commit of garbage 2022-05-14 20:49:59 +02:00
fx_demo.sh morpho0 filter in fimgfx 2022-11-01 21:18:09 +01:00
mkfimg.c cosmetic 2022-10-27 21:32:02 +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.

fimgextract

nouveau novembre 2022.