qiqian / webp

Automatically exported from code.google.com/p/webp
0 stars 0 forks source link

Add Exif/XMP extraction via WIC #166

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. cwebp.exe -metadata all input -o output.webp
2. Receive a warning:
Warning: only ICC profile extraction is currently supported on this platform!

Currently Exif and XMP extraction are unavailable through the WIC 
implementation in examples/wicdec.c.

Related thread:
https://groups.google.com/a/webmproject.org/forum/#!topic/webp-discuss/GosuWYGkT
tE

Original issue reported on code.google.com by jz...@google.com on 8 Aug 2013 at 7:05

GoogleCodeExporter commented 8 years ago
This is the only blocker that I have to convert all my JPG photos to WebP.

Original comment by marcomsousa on 9 May 2014 at 8:59

GoogleCodeExporter commented 8 years ago
no-wic / --disable-wic were added to work around this problem for the time 
being:

https://code.google.com/p/webp/downloads/detail?name=libwebp-0.4.0-windows-x64-n
o-wic.zip&can=2&q=

Original comment by jz...@google.com on 9 May 2014 at 9:52

GoogleCodeExporter commented 8 years ago
#2 works fine.

Original comment by marcomsousa on 12 May 2014 at 1:28