• Joined on 2019-06-28
Mutah created repository Mutah/foxdot_notebook 2023-12-31 07:33:10 +01:00
Mutah created repository Mutah/archeMO6 2022-03-07 13:28:42 +01:00
Mutah pushed to develop at Mutah/python-FloatImg 2021-05-20 08:34:44 +02:00
66b1c098f5 add contrast binding
Mutah opened issue tTh/FloatImg#3 2021-05-20 06:40:33 +02:00
Include libs in FloatImg.h
Mutah pushed to master at Mutah/FloatImg4PythonBinding 2021-05-19 21:54:00 +02:00
28698c4f60 FloatImg sources upgraded to version 150
Mutah pushed to develop at Mutah/python-FloatImg 2021-05-16 11:45:50 +02:00
2342a9e2a8 FloatImg sources upgraded to version 148
4b57a41705 maxvalue binding
Compare 2 commits »
Mutah pushed to master at Mutah/FloatImg4PythonBinding 2021-05-16 11:45:26 +02:00
c842ff3f54 FloatImg sources upgraded to version 148
Mutah pushed to develop at Mutah/python-FloatImg 2021-05-14 09:11:52 +02:00
fbea9488f0 file import/export
Mutah pushed to develop at Mutah/python-FloatImg 2021-05-14 06:45:25 +02:00
95c1e6d9c6 operator binding
Mutah pushed to master at Mutah/FloatImg4PythonBinding 2021-05-14 00:23:50 +02:00
f36984db0d Add v4l tools to build system
Mutah pushed to master at Mutah/FloatImg4PythonBinding 2021-05-13 12:32:59 +02:00
3dfaff7df4 FloatImg sources upgraded to version 147
Mutah pushed to develop at Mutah/python-FloatImg 2021-05-12 19:50:40 +02:00
eaf039a83f fimg-core.c binding completed
Mutah pushed to develop at Mutah/python-FloatImg 2021-05-12 13:58:06 +02:00
e57d63f562 breaking changes: more pythonic api (still allowed because of the very begining state of the project
6fccc1b6cf move some properties to attributes as they're not supposed to change
Compare 2 commits »
Mutah pushed to develop at Mutah/python-FloatImg 2021-05-12 08:29:12 +02:00
1d4e2242cd refactor FloatImg class method to function imported in floatimg module. add tests for file dump / load : coverage of exixting python code is 100%, yeah
Mutah pushed to master at Mutah/FloatImg4PythonBinding 2021-05-11 22:44:31 +02:00
bbc0309591 source tree refactor and build system (to be completed)
Mutah created repository Mutah/FloatImg4PythonBinding 2021-05-11 18:09:03 +02:00
Mutah commented on issue tTh/FloatImg#2 2021-05-11 14:32:38 +02:00
nanf not defined in fimg-math.c

Got it: "-lm" shall appears the end like this:

gcc -Wall -fpic -g -DDEBUG_LEVEL=0  fimg2png.c ../libfloatimg.a -lpnglite -lz -lm -o fimg2png

And all works fine ...

Mutah pushed to develop at Mutah/python-FloatImg 2021-05-11 13:54:05 +02:00
f5200d6fba FloatImg class definition and some basic operations
Mutah opened issue tTh/FloatImg#2 2021-05-10 08:50:12 +02:00
nanf not defined in fimg-math.c