go-libwebp

Experimental translation from libwebp to Go source.
Log | Files | Refs | README | LICENSE

.gitignore (865B)


      1 *.l[ao]
      2 *.[ao]
      3 *.pc
      4 .DS_Store
      5 .deps
      6 .idea
      7 .libs
      8 .vscode
      9 /aclocal.m4
     10 /ar-lib
     11 /autom4te.cache
     12 /compile
     13 /config.*
     14 /configure
     15 /depcomp
     16 /dist
     17 /install-sh
     18 /libtool
     19 /ltmain.sh
     20 /missing
     21 /mkinstalldirs
     22 /stamp-h1
     23 Makefile
     24 Makefile.in
     25 examples/anim_diff
     26 examples/anim_dump
     27 examples/[cdv]webp
     28 examples/gif2webp
     29 examples/img2webp
     30 examples/webpinfo
     31 examples/webpmux
     32 src/webp/config.h*
     33 src/webp/stamp-h1
     34 /output
     35 /doc/output
     36 *.idb
     37 *.pdb
     38 /iosbuild
     39 /xcframeworkbuild
     40 /WebP*.*framework
     41 CMakeCache.txt
     42 CMakeFiles/
     43 cmake_install.cmake
     44 .gradle
     45 /build
     46 extras/get_disto
     47 extras/vwebp_sdl
     48 extras/webp_quality
     49 tests/fuzzer/advanced_api_fuzzer
     50 tests/fuzzer/animation_api_fuzzer
     51 tests/fuzzer/animdecoder_fuzzer
     52 tests/fuzzer/animencoder_fuzzer
     53 tests/fuzzer/demux_api_fuzzer
     54 tests/fuzzer/enc_dec_fuzzer
     55 tests/fuzzer/huffman_fuzzer
     56 tests/fuzzer/mux_demux_api_fuzzer
     57 tests/fuzzer/simple_api_fuzzer