Files
freeimage/doxygen.patch

18 lines
750 B
Diff
Raw Permalink Normal View History

---
Wrapper/FreeImagePlus/doc/FreeImagePlus.dox | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: FreeImage/Wrapper/FreeImagePlus/doc/FreeImagePlus.dox
===================================================================
--- FreeImage.orig/Wrapper/FreeImagePlus/doc/FreeImagePlus.dox
+++ FreeImage/Wrapper/FreeImagePlus/doc/FreeImagePlus.dox
Accepting request 634980 from home:mimi_vx:branches:graphics - update to 3.18.0 - refresh/replace unbudle.patch - add freeimage-no-return-in-nonvoid.patch - drop CVE-2016-5684.patch and CVE-2015-0852.patch - refresh doxygen.patch * removed FreeImage_RotateClassic * removed internal Deprecation Manager * DDS plugin now convert 16-bit uncompressed RGB (RGB444, RGB555, RGB565) to 24-bit RGB on loading * added saving support to the PSD plugin * FreeImage_ConvertToRawBits now deals with palletized images containing transparency during conversion * added saving support for 32-bit CMYK in JPEG plugin * added FreeImage_Validate functions: added FreeImage_Validate added FreeImage_ValidateU added FreeImage_ValidateFromHandle added FreeImage_ValidateFromMemory * fixed PCX loader against malicious images with a bad window specification * fixed TIFF loader with loading of RGB[A]F float images * improved loading speed of PSD plugin * fixed support of snprintf in Visual Studio 2015 * improved GIF signature validation * improved TARGA signature validation * disabled ICC sRGB profile checking in PluginPNG:Save * fixed endianness detection on some architectures * fixed saving of 32-bit CMYK converted to 24-bit RGB on loading (remove ICC profile from Exif metadata) * fixed FreeImage_IsTransparent and FreeImage_GetColorType returned value for RGBA[16,F] images flagged as CMYK OBS-URL: https://build.opensuse.org/request/show/634980 OBS-URL: https://build.opensuse.org/package/show/graphics/freeimage?expand=0&rev=13
2018-09-11 15:44:58 +00:00
@@ -58,7 +58,7 @@ PROJECT_LOGO =
# entered, it will be relative to the location where doxygen was started. If
# left blank the current directory will be used.
Accepting request 634980 from home:mimi_vx:branches:graphics - update to 3.18.0 - refresh/replace unbudle.patch - add freeimage-no-return-in-nonvoid.patch - drop CVE-2016-5684.patch and CVE-2015-0852.patch - refresh doxygen.patch * removed FreeImage_RotateClassic * removed internal Deprecation Manager * DDS plugin now convert 16-bit uncompressed RGB (RGB444, RGB555, RGB565) to 24-bit RGB on loading * added saving support to the PSD plugin * FreeImage_ConvertToRawBits now deals with palletized images containing transparency during conversion * added saving support for 32-bit CMYK in JPEG plugin * added FreeImage_Validate functions: added FreeImage_Validate added FreeImage_ValidateU added FreeImage_ValidateFromHandle added FreeImage_ValidateFromMemory * fixed PCX loader against malicious images with a bad window specification * fixed TIFF loader with loading of RGB[A]F float images * improved loading speed of PSD plugin * fixed support of snprintf in Visual Studio 2015 * improved GIF signature validation * improved TARGA signature validation * disabled ICC sRGB profile checking in PluginPNG:Save * fixed endianness detection on some architectures * fixed saving of 32-bit CMYK converted to 24-bit RGB on loading (remove ICC profile from Exif metadata) * fixed FreeImage_IsTransparent and FreeImage_GetColorType returned value for RGBA[16,F] images flagged as CMYK OBS-URL: https://build.opensuse.org/request/show/634980 OBS-URL: https://build.opensuse.org/package/show/graphics/freeimage?expand=0&rev=13
2018-09-11 15:44:58 +00:00
-OUTPUT_DIRECTORY = ../
+OUTPUT_DIRECTORY = .
Accepting request 634980 from home:mimi_vx:branches:graphics - update to 3.18.0 - refresh/replace unbudle.patch - add freeimage-no-return-in-nonvoid.patch - drop CVE-2016-5684.patch and CVE-2015-0852.patch - refresh doxygen.patch * removed FreeImage_RotateClassic * removed internal Deprecation Manager * DDS plugin now convert 16-bit uncompressed RGB (RGB444, RGB555, RGB565) to 24-bit RGB on loading * added saving support to the PSD plugin * FreeImage_ConvertToRawBits now deals with palletized images containing transparency during conversion * added saving support for 32-bit CMYK in JPEG plugin * added FreeImage_Validate functions: added FreeImage_Validate added FreeImage_ValidateU added FreeImage_ValidateFromHandle added FreeImage_ValidateFromMemory * fixed PCX loader against malicious images with a bad window specification * fixed TIFF loader with loading of RGB[A]F float images * improved loading speed of PSD plugin * fixed support of snprintf in Visual Studio 2015 * improved GIF signature validation * improved TARGA signature validation * disabled ICC sRGB profile checking in PluginPNG:Save * fixed endianness detection on some architectures * fixed saving of 32-bit CMYK converted to 24-bit RGB on loading (remove ICC profile from Exif metadata) * fixed FreeImage_IsTransparent and FreeImage_GetColorType returned value for RGBA[16,F] images flagged as CMYK OBS-URL: https://build.opensuse.org/request/show/634980 OBS-URL: https://build.opensuse.org/package/show/graphics/freeimage?expand=0&rev=13
2018-09-11 15:44:58 +00:00
# If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
# directories (in 2 levels) under the output directory of each output format and