p-v-o-s / infragram-js

A web application for producing NDVI and other composites from DIY multispectral cameras
http://infragram.org
GNU General Public License v2.0
25 stars 11 forks source link

Run does not work after presets (beta) #56

Closed Fastie closed 10 years ago

Fastie commented 10 years ago

A confusing sequence:

  1. Upload an Infragram photo file.
  2. Choose the preset "Raw."
  3. Your original infragram photo appears.
  4. Anything you select in Step 2 "Analyze" has zero effect.
  5. Click "Run" and nothing happens.

Another confusing sequence:

  1. Upload a red filter Infragram photo file.
  2. Choose the preset "NDVI for red filters"
  3. A grayscale NDVI image of your photo appears.
  4. Anything you select in Step 2 "Analyze" has zero effect.
  5. Click "Run" and nothing happens.

Another confusing sequence:

  1. Upload a red filter Infragram photo file.
  2. Choose the preset "Colorized NDVI for red filters"
  3. A color NDVI image of your photo appears.
  4. Almost anything you select in Step 2 "Analyze" has zero effect.
  5. Click "Run" and your color image turns to grayscale, but click anything else in step two and nothing happens.
jywarren commented 10 years ago

renaming "Run does not work after presets"

Fastie commented 10 years ago

In Chrome, the upload image button does not work until after you try the video feed button.

Fastie commented 10 years ago

After I got the upload button working, I uploaded an red filter photo, but nothing would make that photo or any image derived from it appear. It was just black.

Fastie commented 10 years ago

Selecting HSV and then clicking Run results in the image display window cycling through several very pretty solid colors. But no sign of the image I uploaded.

jywarren commented 10 years ago

Hi, can you try the Upload button again? I was only able to reproduce your bug intermittently, so I don't totally understand what's causing it, but my fix may have resolved it.

jywarren commented 10 years ago

And can you create separate issues for the remaining issues you mentioned? Thank you.

jywarren commented 10 years ago

I'm going to close this but please reopen it if your Upload button issues persist.

Fastie commented 10 years ago

The upload button now works on a freshly loaded instance, and all the other problems above seem to be fixed as well.

jywarren commented 10 years ago

hooray! (tempting fate)

On Thu, May 29, 2014 at 8:13 PM, Fastie notifications@github.com wrote:

The upload button now works on a freshly loaded instance, and all the other problems above seem to be fixed as well.

— Reply to this email directly or view it on GitHub https://github.com/p-v-o-s/infragram-js/issues/56#issuecomment-44601261.

jywarren commented 10 years ago

Turns out the bug was unrelated to the recent changes -- it had been there since nearly the beginning of the drag & drop upload button's existence. The funniest part about the bug is that it seems to have only occurred when you approached the button from below -- when from above, it worked normally. The fix was a 2px change in height in a button component.