Copyright (C) 2008 ~ 2023 Zhang Ji Peng (onecoolx@gmail.com)
Picasso is a high quality vector graphic rendering library. It has high performance and low footprint. Picasso provides a set of high level 2D graphics API, which can be used to a GUI system, rendering postscript, rendering svg images and so on. It support path, matrix, gradient, pattern, image and truetype font.
1. automake & autoconf
./autogen.sh
./configure
make
sudo make install;
2. gyp build
./build_linux.sh
cd proj
make
1. Install Active Python 2.7 on your windows system and register path environment variables.
2. Build project
./build_windows.bat
cd vcproj
<open "picasso.sln" with visual studio>
1. Install python 2.7 on your shell environment.
2. Build project
./build_macosx.sh
cd proj
<open "picasso.xcodeproj" with Xcode>