On Jul 29, 2013, at 4:24 PM, Stephan Busch wrote:
> But can anybody please tell me why cwebp.exe tells me
> only ICC profiles are supported on this platform?
> Can we expect full metadata support on Windows machines?
Perhaps Skal can shed some light, but I can see from looking at the code that cwebp uses Windows Imaging Component (WIC) on Windows to read the input file, while on other platforms it uses the open source TIFF, PNG, and JPEG libraries.
Presumably the advantage to WIC is that it is already included with Visual Studio and supports many more formats than just TIFF, PNG, and JPEG, but the disadvantage is it only has calls to pull out ICC profiles, and not EXIF or XMP. You could get the libraries and build cwebp without WIC if you know how to do such a thing yourself.
BTW, if you have Photoshop you could open up your TIFF in that program and use my plug-in to save a WebP with all the supported metadata.
Brendan