Commit a797bc1394974fbbe809badb3dfcb82a05f7412e

Authored by David Mayerich
1 parent ebdc73fa

removed jpeg library from image.h

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>
... ...