robert engels
robert engels
A quick check shows the additional metadata appears in 10.4+ so it shouldn't be a problem.
@flemingm Hi Mark, I'm curious - the EXIF standard appears to have support for GPS tags https://exiftool.org/TagNames/GPS.html - is this not sufficient ?
as a stop gap, changing the total image size to 2GB, rather than dimensions, is probably a better solution (so width * height * 4 < 2GB)
The graphics context does not support gray with alpha for rendering.
Bummer - OSX 10.9 doesn't support it (10.9 is the minimum supported OSX version now)
You might be interested in my fork which fixes this, github.com/robaho/gocui It also has some other enhancements to make color changes in the context of logging easier - that is,...
I’ll look into it. The go-trader uses doubles in grpc - which is not really correct - for ease of development at the time. So it would be a worthwhile...
A big problem is the protobufs is cross platform, so the only reasonable way would be to encode as strings, but have the Go Marshall to/from fixed.
Yes, but my initial reading shows that to make it work you need either built in support by Google for the type, or you have to treat it as a...
See this https://github.com/protocolbuffers/protobuf/issues/2483