FloatImg/tools
tTh 56073c0c80 new func: fimg_do_stripes(&fimg, 0); 2022-09-19 11:58:30 +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 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 big cleanup, word on metadata 2022-07-06 10:27:55 +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
fimgfx.c big cleanup, word on metadata 2022-07-06 10:27:55 +02: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 work on the special fx demo 2021-04-23 13:20:20 +02:00
mkfimg.c new func: fimg_do_stripes(&fimg, 0); 2022-09-19 11:58:30 +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.