Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
On 06/09/2016 at 12:03, xxxxxxxx wrote:
Hi, As I am writing a small image browser application, I would like to know if there is any way to read the thumbnail embedded inside a C4D file ?
Regards, Francis
On 07/09/2016 at 08:24, xxxxxxxx wrote:
Hi Francis,
I guess you are talking about a standalone application, right? We have a library called Melange, which can (amongst other things) be used to read Cinema 4D scenefiles. There you can use GetDocPreviewBitmap() to access the preview (by the way the same function as in the other SDKs, so it can be done the same way inside Cinema 4D).
On 07/09/2016 at 10:15, xxxxxxxx wrote:
Perfect solution!
Thank you, Francis