Results 21 issues of Andrew Dodd

**Short description** The film negative tool has a tendency to have a black level offset for negatives that had a darker exposure. This has been previously described as intended behavior...

Since https://discuss.pixls.us/t/an-update-on-rawpedia/34168/43 often falls by the wayside and people forget about it, perhaps it might be beneficial to track the issue here. A quick summary of the issue(s): - MediaWiki...

external: RawPedia

Demosaiced DNGs (aka LinearRAW PhotometricInterpretation) have 3 samples per pixel, so rawData.getWidth() returns triple the width Only throw an assert if getWidth is not a multiple of W. This new...

I have some demosaiced (aka Linear RAW) DNGs created by a rather oddball camera (I don't own it, but have put some effort into reverse engineering/supporting it). One example is...

This is somewhat of a continuation of the conversation in https://github.com/eclipse-cyclonedds/cyclonedds/issues/794#issuecomment-1205572397 I'm trying to start from @stan-guer 's comment, adapting it to use cyclonedds-cxx: ``` if(CMAKE_CROSSCOMPILING) include("${Cyclone_HOST_PREFIX}/lib/cmake/CycloneDDS-CXX/idlcxx/Generate.cmake") endif() idlcxx_generate(TARGET messages...

Currently, CSVs are exported in a manner that would make sense for a format that supports merged cells, but CSV does not support this. Instead, the dataset name should be...

Otherwise we enter a persistent error state where we keep on trying to pack numbers greater than 63335 into an unsigned int16 My controller polling rate must be much higher...

I've been noticing the controller event history being quite flaky, with spontaneous events being triggered in some scenarios, and controller buttons entering a "stuck" state until hit again in others....

The current mode callout causes "no such ……attribute" errors on recent PySide6 installs (At least a fresh PySide6 install on Ubuntu 22.04)

I see that the demo is serializing Twist messages as little-endian - the serialization approach looks consistent with CDR, except that if I'm reading the spec correctly, a CDR encapsulation...