Skip to content

kgbook/ImageSplice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PNG-supporting Libraries and Toolkits

  • zlib is a general purpose data compression library, note that zlib is an integral part of libpng.
wget https://jaist.dl.sourceforge.net/project/libpng/zlib/1.2.11/zlib-1.2.11.tar.gz

tar -xzvf zlib-1.2.11.tar.gz

cd zlib-1.2.11

./configure --prefix=$HOME/Project/ImageProcess/zlib

make && make install

  • libpng, a reference library for supporting the Portable Network Graphics (PNG) format.
wget https://jaist.dl.sourceforge.net/project/libpng/libpng16/1.6.34/libpng-1.6.34.tar.gz

tar -xzvf libpng-1.6.34.tar.gz 

./configure --prefix=$HOME/Project/ImageProcess/libpng

make && make install

Build

git clone https://github.com/kgbook/ImageSplice.git

cd ImageSplice

make clean all version=debug

out/splice_tool.app

out.rgba32 is the output filename, only support ouput rgba8888 format now.

out.rgba32

About

Image splice, image format convertion.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published