Christopher Baker

Results 161 comments of Christopher Baker

@arturoc. OK. I understand that perspective and agree. +1. Let me think about it a bit more as I'm deep into the makefile system again with ofSketch. In fact, I'm...

Hi, thanks for this -- can you provide a link to the documentation on this and / or an example? It seems odd to hard-code the openframeworks username into this...

Could you provide some code or other information ? I don't have any way to test our reproduce this problem without more specific information.

The Twitter Streaming API doesn't garantee that it will return all Tweets. If you want to capture your Tweet, use the REST search interface. I'm not sure about why it...

Can you post the Twitter 4j code that works and the ofxTwitter code that is giving different results? It's certainly possible there are bugs in this addon but I need...

Confirmed that this PR fixes the compiler error on Arduino 1.6.7

The video player implementations don't always have draw functions, but are pointed by `ofVideoPlayer` in a platform dependent way. It's not a critical omission, but a documentation mistake since `ofVideoPlayer`...

Additionally, if we don't add this to the core, then addons that implement custom FreeImage loading code probably need access to `ofInitFreeImage()`, which is currently only available in `ofImage`.

Also, just a note, I think this could result in a memory leak: https://github.com/openframeworks/openFrameworks/blob/master/libs/openFrameworks/graphics/ofImage.cpp#L270-L271 Edit: PR here #3250

Well, it's a possibility of the TIFF spec and they way they do it with GeoTIFF. For most purposes it probably doesn't make sense, but it does exist and FreeImage...