Commit c5de4e1a5307511aae9ecaa4e5e6ea6bdfe790d0

Authored by David Mayerich
1 parent 76468435

almost fixed image stack loading in Windows

Showing 2 changed files with 3 additions and 3 deletions   Show diff stats
... ... @@ -9,9 +9,9 @@
9 9 int main(){
10 10  
11 11 stim::image_stack<unsigned char> stack;
12   - stack.load_images("ob/*.jpg");
  12 + stack.load_images("ob\\*.jpg");
13 13  
14   - stack.save_images("test/????.jpg");
  14 + stack.save_images("test\\????.jpg");
15 15  
16 16 stack.save_image("snickerdoodle.bmp", 128);
17 17  
... ...
1   -Subproject commit 5cda84ab0bf354d736715ee44b861815b00519aa
  1 +Subproject commit 445d9db73824bbfa250b0c4ac603566e5cb9d4cb
... ...