mirror of
https://github.com/webmproject/libwebp.git
synced 2024-11-20 04:18:26 +01:00
README: update swig notes
add python, required version notes
Change-Id: Iec2e94075f6cf54455ce5a658f9b7258109f4d01
(cherry picked from commit 4a7627c215
)
This commit is contained in:
parent
bddd9b0a93
commit
850e956f9b
12
README
12
README
@ -80,8 +80,8 @@ more options.
|
|||||||
SWIG bindings:
|
SWIG bindings:
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
To generate language bindings from swig/libwebp.i swig-1.3
|
To generate language bindings from swig/libwebp.i at least swig-1.3
|
||||||
(http://www.swig.org) is required. 2.0 may work, but has not been tested.
|
(http://www.swig.org) is required.
|
||||||
|
|
||||||
Currently the following functions are mapped:
|
Currently the following functions are mapped:
|
||||||
Decode:
|
Decode:
|
||||||
@ -104,12 +104,20 @@ Encode:
|
|||||||
WebPEncodeLosslessRGB
|
WebPEncodeLosslessRGB
|
||||||
WebPEncodeLosslessBGR
|
WebPEncodeLosslessBGR
|
||||||
|
|
||||||
|
See swig/README for more detailed build instructions.
|
||||||
|
|
||||||
Java bindings:
|
Java bindings:
|
||||||
|
|
||||||
To build the swig-generated JNI wrapper code at least JDK-1.5 (or equivalent)
|
To build the swig-generated JNI wrapper code at least JDK-1.5 (or equivalent)
|
||||||
is necessary for enum support. The output is intended to be a shared object /
|
is necessary for enum support. The output is intended to be a shared object /
|
||||||
DLL that can be loaded via System.loadLibrary("webp_jni").
|
DLL that can be loaded via System.loadLibrary("webp_jni").
|
||||||
|
|
||||||
|
Python bindings:
|
||||||
|
|
||||||
|
To build the swig-generated Python extension code at least Python 2.6 is
|
||||||
|
required. Python < 2.6 may build with some minor changes to libwebp.i or the
|
||||||
|
generated code, but is untested.
|
||||||
|
|
||||||
Encoding tool:
|
Encoding tool:
|
||||||
==============
|
==============
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user