Timo Kokkonen

Results 55 comments of Timo Kokkonen

This would seem to be issue in libjpeg and not in jpegoptim?

@schsiung, yes I think you're correct. I had forgotten about the 'custom' memory manager that jpegoptim uses. It can make it look like there is problem in the libjpeg, when...

Interesting, I just tested on MacOS (LANG=en_US.UTF-8) and on Linux (LC_ALL=en_US.UTF-8) and couldn't reproduce this. What OS are you seeing this on?

Seems like this live/motion data is simply added at the end of the JPEG image, and not part of the image. ``` $ ./jpegoptim -v -v -n test.jpg Using maximum...

Thanks, JpegLi looks interesting. Shouldn't be too hard to manually compile jpegoptim against it. But adding support to current github workflows though would seem to be bit more involved.

Adding support for additional temperature sensors is something that has come up. One way to easily support 8 (or 16) would be to add one (or two) analog multiplexers that...

@kiler129, current batch of 0804D boards is starting to run low. I was thinking of minor revision by adding "QWIIC" (or "STEMMA QT") connector to make it easier to add/daisy-chain...

@jamesRericha, those DS18B20 sensors look really nice. Have you been using them in the "external supply" mode (when only 1 pin seems to be needed) or in "parasite-powered" mode (when...

@jamesRericha, thanks for the details. I'll see if I can incorporate these features on the next PCB revision.

Sounds like that compiler is not C99 compliant (?). I would expect there is going to be some porting effort needed to get nxgipd to compile/work under Windows. It's was...