Commit 0bff785b4a5d6d97898044c55165e5d9347a0f92

Authored by Pavel Govyadinov
2 parents a9f956be a797bc13

Merge branch 'master' of git.stim.ee.uh.edu:codebase/stimlib

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
image/image.h
1 1 #ifndef STIM_IMAGE_H
2 2 #define STIM_IMAGE_H
3   -#define cimg_use_jpeg //necessary for JPG files
  3 +//#define cimg_use_jpeg //necessary for JPG files
4 4 #include "CImg.h"
5 5  
6 6 #include <iostream>
... ...