2 Star 0 Fork 0

wingsummer/WingGif

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
WingGif.pri 1.71 KB
一键复制 编辑 原始数据 按行查看 历史
wingsummer 提交于 2022-07-24 12:45 . first commit
CONFIG += staticlib
SOURCES += \
encoder/gifencoder.cpp \
encoder/quantization/quantizer.cpp \
encoder/quantization/palettequantizer.cpp \
encoder/quantization/octreequantizer.cpp \
encoder/quantization/neuralquantizer.cpp \
encoder/quantization/mostusedquantizer.cpp \
encoder/quantization/mediancutquantizer.cpp \
encoder/quantization/grayscalequantizer.cpp \
encoder/lzwencoder.cpp \
encoder/bitencoder.cpp \
decoder/gifblock.cpp \
decoder/gifextension.cpp \
decoder/gifgraphiccontrolextension.cpp \
decoder/gifcommentextension.cpp \
decoder/gifplaintextextension.cpp \
decoder/gifapplicationextension.cpp \
decoder/gifframe.cpp \
decoder/gifimagedescriptor.cpp \
decoder/gifimagedata.cpp \
decoder/giftrailer.cpp \
decoder/gifheader.cpp \
decoder/giflogicalscreendescriptor.cpp \
decoder/gifdecoder.cpp
HEADERS += \
winggif.h \
encoder/gifencoder.h \
encoder/quantization/quantizer.h \
encoder/quantization/palettequantizer.h \
encoder/quantization/octreequantizer.h \
encoder/quantization/neuralquantizer.h \
encoder/quantization/mostusedquantizer.h \
encoder/quantization/mediancutquantizer.h \
encoder/quantization/grayscalequantizer.h \
encoder/lzwencoder.h \
encoder/bitencoder.h \
decoder/gifblock.h \
decoder/gifextension.h \
decoder/gifgraphiccontrolextension.h \
decoder/gifcommentextension.h \
decoder/gifplaintextextension.h \
decoder/gifapplicationextension.h \
decoder/gifframe.h \
decoder/gifimagedescriptor.h \
decoder/gifimagedata.h \
decoder/giftrailer.h \
decoder/gifheader.h \
decoder/giflogicalscreendescriptor.h \
decoder/gifdecoder.h
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/wingsummer/wing-gif.git
git@gitee.com:wingsummer/wing-gif.git
wingsummer
wing-gif
WingGif
master

搜索帮助