Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 
nico 795d0c1869 * configuration file config.m4 rewritten il y a 16 ans
ThePimp Get rid of the Glade# dependencies. il y a 16 ans
examples * Fixed a memory leak in histogram example il y a 16 ans
genethumb Add a bunch of .gitignore files for git-svn users. il y a 16 ans
pipi * Changed petit pédé's stuff il y a 16 ans
pipi-php * configuration file config.m4 rewritten il y a 16 ans
pipi-sharp pipi-sharp: do not specify the keyfile in AssemblyInfo.cs since we do il y a 16 ans
src * Added a better math library detection il y a 16 ans
test Add a bunch of .gitignore files for git-svn users. il y a 16 ans
win32 Cope with disparities between GDI+ versions. il y a 16 ans
xcode/xcode.xcodeproj * Added compilation to xcode project (using main Makefile) il y a 16 ans
.gitignore Add a bunch of .gitignore files for git-svn users. il y a 16 ans
AUTHORS Add an AUTHORS file. il y a 16 ans
COPYING COPYING: add a global license file. il y a 16 ans
ChangeLog Improve "make install", especially for .NET assemblies. il y a 16 ans
Makefile.am Do not ship build-win32 with the tarballs, since they do not ship il y a 16 ans
NOTES Improve "make install", especially for .NET assemblies. il y a 16 ans
README Improve "make install", especially for .NET assemblies. il y a 16 ans
TODO Improve "make install", especially for .NET assemblies. il y a 16 ans
bootstrap * bootstrap: update bootstrapping script. il y a 16 ans
build-win32 libpipi: improve GDI+ codec cross-compilation. il y a 16 ans
configure.ac * Added 'Modular' codec as a testbed for hand-written codecs, as well as a JPEG decoder (libjpeg). Some stuff are il y a 16 ans
libpipi.mds Better autotools/Monodevelop integration. il y a 16 ans
libpipi.sln ThePimp: improve Visual Studio solution and cross-build script. We can il y a 16 ans

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