No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
 
nico f4b2a4a738 * Change return value for function (success return (bool) true): hace 16 años
ThePimp Get rid of the Glade# dependencies. hace 16 años
examples * Fixed a memory leak in histogram example hace 16 años
genethumb Add a bunch of .gitignore files for git-svn users. hace 16 años
pipi * Added bound-checking to file extension detection hace 16 años
pipi-php * Change return value for function (success return (bool) true): hace 16 años
pipi-sharp pipi-sharp: do not specify the keyfile in AssemblyInfo.cs since we do hace 16 años
src * Added a better math library detection hace 16 años
test Add a bunch of .gitignore files for git-svn users. hace 16 años
win32 Cope with disparities between GDI+ versions. hace 16 años
xcode/xcode.xcodeproj * Added compilation to xcode project (using main Makefile) hace 16 años
.gitignore Add a bunch of .gitignore files for git-svn users. hace 16 años
AUTHORS Add an AUTHORS file. hace 16 años
COPYING COPYING: add a global license file. hace 16 años
ChangeLog Improve "make install", especially for .NET assemblies. hace 16 años
Makefile.am Do not ship build-win32 with the tarballs, since they do not ship hace 16 años
NOTES Improve "make install", especially for .NET assemblies. hace 16 años
README Improve "make install", especially for .NET assemblies. hace 16 años
TODO Improve "make install", especially for .NET assemblies. hace 16 años
bootstrap * bootstrap: update bootstrapping script. hace 16 años
build-win32 libpipi: improve GDI+ codec cross-compilation. hace 16 años
configure.ac * Added 'Modular' codec as a testbed for hand-written codecs, as well as a JPEG decoder (libjpeg). Some stuff are hace 16 años
libpipi.mds Better autotools/Monodevelop integration. hace 16 años
libpipi.sln ThePimp: improve Visual Studio solution and cross-build script. We can hace 16 años

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