fbuchinger

Results 23 issues of fbuchinger

Currently pyexiftool leverages the `stay_open` feature of exiftool to get a speed up compared to invoking one exiftool instance for each image. What if we took the ball further and...

therefore the instructions in https://github.com/mikemccand/luceneutil#preparing-the-benchmark-candidates make no longer sense. Can you adapt your setup script that it automatically checks out two user-given git branches from the lucene git repo and...

nice work! Just one issue: the background colors of the alert/warning popups are almost eye-eating. Would you mind to choose less bright/intensive colors?

Rawson.Viewer should render the extracted raw preview on a canvas instead of an img element. This allows for further image manipulation using transformations and filters. The current transformations (CSS3) should...

Hi, we are currently developing a browser-based map application using OpenLayers, Knockout.js and pagerjs. We want the hash url to reflect the current map status, which means it has to...

question

In https://github.com/mattburns/exiftool.js-test/blob/master/test.js#L66 you invoke a new instance of exiftool for every new image found. This is not terribly efficient, since there is a huge overhead in starting exiftool (perl interpreter...

Currently the exiftool.js coverage testsuite consists of about 7000 sample images from different camera models. This impressive number also brings some issues to the coverage suite: - it takes >...

Hi Matt, first of all congratulations to your great effort of porting exiftool to Javascript! Can't wait to see more progress on this project. Just a quick idea from my...

How can I persist/query/update multiple collections in my pouchdb-backbone app? Suppose I want to extend the Todos app so that it can manage multiple Todo lists (each one of them...