Anthony Mandra
Anthony Mandra
Here would be my recommendation for fields (sorry caps, snagged from DB keys): TIMESTAMP (prefer unix time to avoid locale) MODEL APERTURE EXPOSURE FLASH FOCAL_LENGTH ISO WHITE_BALANCE HEIGHT WIDTH LATITUDE...
Different concepts. This is about taking the general concept of those fields I mentioned (or more) and automatically pulling a preferable tag from any of the various fields that can...
I believe some cameras will insert author, maybe copyright. But typically these (other than image count) are workflow meta additions, right? So these would differ slightly from the others that...
How do you envision scripting helping? At some point there still needs to be a map to where Random Joe Inc. wants to put their proprietary data. I'm not sure...
Is there an easy way to distinguish between DNG and TIFF? According to the spec DNG can simply use the TIFF magic number.
There are some odd interactions with flex. Under certain circumstances GL won't recognize its parent's dimensions. We discussed those a while back. We also just found a case where window...
While writing the x3f support which can have string keys I was thinking about this. While it would require a massive code reformat I think it would actually have a...
(Java) I scrapped the simple key extension idea. It worked great for replacing everything with some quick regex, but wasn't compatible with switch statements. I think all we need is...
I played with the enum idea a bit more and realized it can tick all the checkboxes in java. Using interfaces and the template capability in java enums eliminates the...
@maxrpi Try https://github.com/joelspadin/vscode-remote-x11/pull/34, let me know if it works for your use case.