qiqian / webp

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

Enhancement: CWEBP without WIC on Windows systems #163

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
For some reasons, CWEBP cannot import EXIF and XMP metadata from TIFF using the 
WIC component of Windows. I would suggest to make a switch where users can 
switch off WIC usageor offer an alternate build.

Original issue reported on code.google.com by squeezec...@gmx.de on 30 Jul 2013 at 7:01

GoogleCodeExporter commented 8 years ago
This is possible when building from source. To do that you could use autoconf 
or makefile.unix.

autoconf will autodetect libtiff, jpeg, etc. along with wic, giving preference 
to wic if available. To change this, post config you can edit config.h by 
uncommenting:
/* #undef HAVE_WINCODEC_H */

There's no explicit --disable-wic currently.

Original comment by jz...@google.com on 30 Jul 2013 at 9:44

GoogleCodeExporter commented 8 years ago
the --disablw-wic switch would exactly be what I want to suggest as enhancement 
to make CWEBP more usable on windows for photographic enthusiasts.
I think this would help to spread the format.

Original comment by squeezec...@gmx.de on 31 Jul 2013 at 3:48

GoogleCodeExporter commented 8 years ago
https://gerrit.chromium.org/gerrit/#/c/68035/
a01e04f autoconf: add --disable-wic

This change has been merged. Binary versions will be shipped with the next 
release.

Original comment by jz...@google.com on 18 Dec 2013 at 4:55