The Netherlands
I do computer stuff
From Martijn Braam to ~martijnbraam/public-inbox
Thanks, it looks like libtiff changed TIFFTAG_CFAPATTERN from fixed length to variable length in libtiff 4.2. The current git master should work with the latest libtiff version. Op ma 21 dec. 2020 om 19:04 schreef arno <arno_nuehm@riseup.net>: > > pinephone/mobian user here with similar issue: > > error log: > "/tmp/megapixels.OtEPEq/1.dng: Failed to allocate memory for custom tag > binary object (-1999065952 elements of 1 bytes each). > megapixels: tif_dirwrite.c:3071: TIFFWriteDirectoryTagData: Assertion > `datalength<0x80000000UL' failed.
From Martijn Braam to ~martijnbraam/public-inbox
Hey Michał, Thanks for the patch, I applied it. Technically it's not the right way to resend patches with the exact same subject, but since this is a small patch it's easy to figure out. To send an updated version you add -v2 to git send-email so the subject has an incremented version number, -v3 for the next revision etc. Greetings, Martijn Op ma 21 dec. 2020 om 23:40 schreef Michał Ciesielski <ciesielskimm@gmail.com>:
From Martijn Braam to ~martijnbraam/public-inbox
Hello Moritz, The proper solution to this is that the settings page should finally be implemented so end users can set where the pictures go. The post processing script shouldn't mess with the path that's provided by Megapixels. Greetings, Martijn Op do 3 dec. 2020 om 11:17 schreef <mo2mo@online.de>: > > Hallo Marti, (ok ?) >
From Martijn Braam to ~martijnbraam/fathub
Thanks, merged :) Op zo 15 nov. 2020 om 02:35 schreef Anjandev Momi <anjan@momi.ca>: > > --- > recipes/anjan/lentilsoup.yml | 81 ++++++++++++++++++++++++++++++++++++ > 1 file changed, 81 insertions(+) > create mode 100644 recipes/anjan/lentilsoup.yml > > diff --git a/recipes/anjan/lentilsoup.yml b/recipes/anjan/lentilsoup.yml > new file mode 100644 > index 0000000..5313120 > --- /dev/null > +++ b/recipes/anjan/lentilsoup.yml
From Martijn Braam to ~martijnbraam/public-inbox
Thanks! This is cleaner than what I was planning, so far both cameras I tested on could run on BGGR8 mode (with BGGR being the native pixel order on the ov5640). Op zo 25 okt. 2020 om 17:47 schreef ~kholk <kholk@git.sr.ht>: > > From: AngeloGioacchino Del Regno <angelogioacchino.delregno@somainline.org> > > This application was supporting only debayering of BGGR8 streams: > this is an issue on cameras that are outputting a different format. > > Implement quick-debayering of all Bayer 8-bits pixfmts in order to
From Martijn Braam to ~sircmpwn/public-inbox
--- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c686cc6..863d9f5 100644 --- a/Makefile +++ b/Makefile @@ -63,7 +63,7 @@ install: all install -Dm644 include/gmni/gmni.h $(INCLUDEDIR)/gmni/gmni.h install -Dm644 include/gmni/tofu.h $(INCLUDEDIR)/gmni/tofu.h install -Dm644 include/gmni/url.h $(INCLUDEDIR)/gmni/url.h install -Dm644 libgmni.pc $(LIBDIR)/pkgconfig install -Dm644 libgmni.pc $(LIBDIR)/pkgconfig/libgmni.pc[message trimmed]
From Martijn Braam to ~sircmpwn/public-inbox
--- .gitignore | 2 + Makefile | 27 +++++++- config.sh | 3 +- configure | 17 ++++- include/gmni.h | 164 ------------------------------------------------- include/tofu.h | 49 --------------- include/url.h | 103 ------------------------------- src/client.c | 4 +- src/gmni.c | 4 +- src/gmnlm.c | 6 +- src/parser.c | 2 +- src/tofu.c | 4 +- src/url.c | 2 +- [message trimmed]
From Martijn Braam to ~sircmpwn/public-inbox
--- .gitignore | 2 + Makefile | 27 +++++++- config.sh | 3 +- configure | 17 ++++- include/gmni.h | 164 ------------------------------------------------- include/tofu.h | 49 --------------- include/url.h | 103 ------------------------------- src/client.c | 4 +- src/gmni.c | 4 +- src/gmnlm.c | 6 +- src/parser.c | 2 +- src/tofu.c | 4 +- src/url.c | 2 +- [message trimmed]
From Martijn Braam to ~sircmpwn/public-inbox
--- .gitignore | 2 + Makefile | 27 +++++++- config.sh | 3 +- configure | 17 ++++- include/gmni.h | 164 ------------------------------------------------- include/tofu.h | 49 --------------- include/url.h | 103 ------------------------------- src/client.c | 4 +- src/gmni.c | 4 +- src/gmnlm.c | 6 +- src/parser.c | 2 +- src/tofu.c | 4 +- src/url.c | 2 +- [message trimmed]
From Martijn Braam to ~sircmpwn/public-inbox
--- .gitignore | 2 ++ Makefile | 26 ++++++++++++++++++++++++-- config.sh | 3 ++- configure | 17 ++++++++++++++++- 4 files changed, 44 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 6ec8d51..4a40b62 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,5 @@ gmni gmnlm *.1 [message trimmed]