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.
 
 
 
 
 
 
sam ee94ff9fa6 ThePimp: make file dialogs singletons so that they retain their properties hace 18 años
ThePimp ThePimp: make file dialogs singletons so that they retain their properties hace 18 años
examples * Fixed a memory leak in histogram example hace 18 años
genethumb Add a bunch of .gitignore files for git-svn users. hace 18 años
pipi * Images were saved with R and B inverted hace 18 años
pipi-php * configuration file config.m4 rewritten hace 18 años
pipi-sharp pipi-sharp: do not specify the keyfile in AssemblyInfo.cs since we do hace 18 años
src * Added a better math library detection hace 18 años
test Add a bunch of .gitignore files for git-svn users. hace 18 años
win32 No need to store libgdiplus.dll in SVN. hace 18 años
xcode/xcode.xcodeproj * Added compilation to xcode project (using main Makefile) hace 18 años
.gitignore Add a bunch of .gitignore files for git-svn users. hace 18 años
AUTHORS Add an AUTHORS file. hace 18 años
COPYING COPYING: add a global license file. hace 18 años
ChangeLog Improve "make install", especially for .NET assemblies. hace 18 años
Makefile.am Do not ship build-win32 with the tarballs, since they do not ship hace 18 años
NOTES Improve "make install", especially for .NET assemblies. hace 18 años
README Improve "make install", especially for .NET assemblies. hace 18 años
TODO Improve "make install", especially for .NET assemblies. hace 18 años
bootstrap * bootstrap: update bootstrapping script. hace 18 años
build-win32 Add a launcher for pipi.exe in the Win32 package. hace 18 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 18 años
libpipi.mds Better autotools/Monodevelop integration. hace 18 años
libpipi.sln ThePimp: improve Visual Studio solution and cross-build script. We can hace 18 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