FSN#35855 Versie 4.14: voortaan ook BMP ondersteunen (omdat de autodetect anders kan crashen in de TIFF code)
svn path=/Slnkdwf/trunk/; revision=30261
This commit is contained in:
@@ -36,8 +36,7 @@ CString FindExtension(const CString& name)
|
||||
int FindFormat(const CString& ext)
|
||||
{
|
||||
int type = 0;
|
||||
// if (ext == "bmp") type = CXIMAGE_FORMAT_BMP;
|
||||
if (0) {}
|
||||
if (ext == "bmp") type = CXIMAGE_FORMAT_BMP;
|
||||
#if CXIMAGE_SUPPORT_JPG
|
||||
else if (ext=="jpg"||ext=="jpeg") type = CXIMAGE_FORMAT_JPG;
|
||||
#endif
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// Zorg dat versies alfabetisch altijd op elkaar volgen!
|
||||
#define SLNK_MAJOR_VERSION 4
|
||||
#define SLNK_MINOR_VERSION 13
|
||||
#define SLNK_MINOR_VERSION 14
|
||||
#define SLNK_BUILD_VERSION 0
|
||||
|
||||
// Define resource strings
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// CxImage supported formats
|
||||
#define CXIMAGE_SUPPORT_BMP 0
|
||||
#define CXIMAGE_SUPPORT_BMP 1
|
||||
#define CXIMAGE_SUPPORT_GIF 1
|
||||
#define CXIMAGE_SUPPORT_JPG 1
|
||||
#define CXIMAGE_SUPPORT_PNG 1
|
||||
|
||||
Reference in New Issue
Block a user