選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 
jylam c0359c8aa4 * Fixed a memory leak in histogram example 17年前
ThePimp Get rid of the Glade# dependencies. 17年前
examples * Fixed a memory leak in histogram example 17年前
genethumb Add a bunch of .gitignore files for git-svn users. 17年前
pipi * Added hability to save jpeg using modular codec 17年前
pipi-php Add php binding for functions: pipi_render_histogram, pipi_get_image_histogram 17年前
pipi-sharp pipi-sharp: do not specify the keyfile in AssemblyInfo.cs since we do 17年前
src * Added a better math library detection 17年前
test Add a bunch of .gitignore files for git-svn users. 17年前
win32 Cope with disparities between GDI+ versions. 17年前
xcode/xcode.xcodeproj * Added compilation to xcode project (using main Makefile) 17年前
.gitignore Add a bunch of .gitignore files for git-svn users. 17年前
AUTHORS Add an AUTHORS file. 17年前
COPYING COPYING: add a global license file. 17年前
ChangeLog Improve "make install", especially for .NET assemblies. 17年前
Makefile.am Do not ship build-win32 with the tarballs, since they do not ship 17年前
NOTES Improve "make install", especially for .NET assemblies. 17年前
README Improve "make install", especially for .NET assemblies. 17年前
TODO Improve "make install", especially for .NET assemblies. 17年前
bootstrap * bootstrap: update bootstrapping script. 17年前
build-win32 libpipi: improve GDI+ codec cross-compilation. 17年前
configure.ac * Added 'Modular' codec as a testbed for hand-written codecs, as well as a JPEG decoder (libjpeg). Some stuff are 17年前
libpipi.mds Better autotools/Monodevelop integration. 17年前
libpipi.sln ThePimp: improve Visual Studio solution and cross-build script. We can 17年前

README

Nothing really exciting in this document, just a few notes about cool
stuff already in the library and the accompanying examples.

Having fun with pipi
====================

Convert a picture to black and white using the best available algorithm:
$ pipi source.png --dither dbs -o image.png

Generate a brushed metal, tileable pattern:
$ pipi pipi:random512x512 --wrap --blur 15x0r15 -o image.png