36 lines
2.2 KiB
C
36 lines
2.2 KiB
C
/*************************************************************************
|
|
* *
|
|
* Vega FEM Simulation Library Version 2.2 *
|
|
* *
|
|
* "imageIO" library , Copyright (C) 2007 CMU, 2009 MIT, 2015 USC *
|
|
* All rights reserved. *
|
|
* *
|
|
* Code author: Jernej Barbic *
|
|
* http://www.jernejbarbic.com/code *
|
|
* *
|
|
* Research: Jernej Barbic, Fun Shing Sin, Daniel Schroeder, *
|
|
* Doug L. James, Jovan Popovic *
|
|
* *
|
|
* Funding: National Science Foundation, Link Foundation, *
|
|
* Singapore-MIT GAMBIT Game Lab, *
|
|
* Zumberge Research and Innovation Fund at USC *
|
|
* *
|
|
* This library is free software; you can redistribute it and/or *
|
|
* modify it under the terms of the BSD-style license that is *
|
|
* included with this library in the file LICENSE.txt *
|
|
* *
|
|
* This library is distributed in the hope that it will be useful, *
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the file *
|
|
* LICENSE.TXT for more details. *
|
|
* *
|
|
*************************************************************************/
|
|
|
|
// Enable the libraries available on your system.
|
|
// You must also set the path in the Makefile accordingly.
|
|
|
|
#define ENABLE_JPEG
|
|
// #define ENABLE_TIFF
|
|
// #define ENABLE_PNG
|
|
|