OXIESEC PANEL
- Current Dir:
/
/
usr
/
include
/
gdcm-2.8
/
gdcmjpeg
/
8
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
10/28/2024 06:50:28 AM
rwxr-xr-x
📄
jconfig.h
1.61 KB
02/05/2018 04:49:23 PM
rw-r--r--
📄
jerror.h
14.52 KB
02/05/2018 04:49:23 PM
rw-r--r--
📄
jinclude.h
3.17 KB
02/05/2018 04:49:23 PM
rw-r--r--
📄
jmorecfg.h
13.78 KB
02/05/2018 04:49:23 PM
rw-r--r--
📄
jpegcmake.h
1.12 KB
02/05/2018 04:49:23 PM
rw-r--r--
📄
jpeglib.h
46.82 KB
02/05/2018 04:49:23 PM
rw-r--r--
📄
mangle_jpeg8bits.h
7.31 KB
02/05/2018 04:49:23 PM
rw-r--r--
Editing: jpegcmake.h
Close
/* jpegcmake.h file generated by CMake http://www.cmake.org */ #ifndef __jpegcmake_h #define __jpegcmake_h /* See jconfig.h */ /* For all plateforms: */ #define HAVE_PROTOTYPES #define HAVE_UNSIGNED_CHAR #define HAVE_UNSIGNED_SHORT #define HAVE_STDDEF_H #define HAVE_STDLIB_H /* These macros are used in all function definitions and extern declarations. * You could modify them if you need to change function linkage conventions; * in particular, you'll need to do that to make the library a Windows DLL. * Another application is to make all functions global for use with debuggers * or code profilers that require it. */ /* #undef JPEGDLL */ /* #undef JPEGSTATIC */ /* For more info on this bug see: * [Broken JPEG from GE station] on comp.protocols.dicom * and official publication at: * http://www.medicalconnections.co.uk/html/lossless_bug.html */ #define SUPPORT_DICOMOBJECTS_BUG #define BITS_IN_JSAMPLE 8 #if BITS_IN_JSAMPLE == 8 #include "mangle_jpeg8bits.h" #endif #if BITS_IN_JSAMPLE == 12 #include "mangle_jpeg12bits.h" #endif #if BITS_IN_JSAMPLE == 16 #include "mangle_jpeg16bits.h" #endif #endif /* __jpegcmake_h */