ogx / Calculation2D

Extensible 2D image processing framework for C++
3 stars 0 forks source link

multiple calc method executions #88

Closed carasuca closed 12 years ago

carasuca commented 12 years ago

FlipImage method executed multiple times on Run method

malleor commented 12 years ago

@carasuca What are the bug symptoms?

carasuca commented 12 years ago
  1. start debugging calc2d,
  2. attach to process,
  3. load image,
  4. insert breakpoint at to the top of 'FlipImage'
  5. click 'Run method`

Update: I've realized just now, this only happens for image names containing whitespace. Previously I expected it to happen for all images :).

Might be due to issue #89

malleor commented 12 years ago

@carasuca Could you check if it still happens?

carasuca commented 12 years ago

works now.