From 539e2d2f3326dc0f9532f05eca8fb7015a6d2987 Mon Sep 17 00:00:00 2001 From: Ian Rees Date: Fri, 22 Aug 2014 15:51:58 +1200 Subject: [PATCH] Added a quick README to src/3rdParty/CxImage --- src/3rdParty/CxImage/README | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/3rdParty/CxImage/README diff --git a/src/3rdParty/CxImage/README b/src/3rdParty/CxImage/README new file mode 100644 index 000000000..74855cef1 --- /dev/null +++ b/src/3rdParty/CxImage/README @@ -0,0 +1,9 @@ +Yanked from FreeCAD forum post by wmayer 17 July 2014 +http://forum.freecadweb.org/viewtopic.php?f=10&t=7054 + +The CxImage is only used for a Windows thumbnailer. The utility +"ThumbnailProvider" is a DLL which can be registered to Windows as a so called +shell extension. This utility is able to create a preview image of an FCStd +project file and CxImage is needed to convert the data into a format that +Windows expects. +