Alexandr
Alexandr
i guess best place for callback definition is "rdp_update" struct, i think i will add something like "rdp_io_update" inside it, and in this "rdp_io_update" i will add something like "WriteBack"...
i think it will be "Write" and "WriteBack" inside "rdp_io_update" and in case of usage external io, additional function will be called to initialize this "Write" to default implementation, i...
maybe implement additional filters, like extensions and exact file format (not raw/non-raw, but list of all supported formats, or maybe some textual expression to select it in more flexible way)
a bit busy right now, i can say problem appeared during last few days, and MAY not be related to keepassxc itself, if no change was made during last few...
anyway, current behavior is returning success on conversion failure, so command `find . -iname "*.arw" -exec dnglab convert --dng-preview false --dng-thumbnail false --embed-raw false -f '{}' '{}'.dng \; -delete` leading...