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 2940aeb0a0 Do not bail out if only GDI+ is found. hace 17 años
ThePimp Allow makemovie to build on Win32 using our ffmpeg binaries. hace 17 años
examples Fix build without CGAL. hace 17 años
genethumb Make img2twit more configurable: iterations per second and debug mode can hace 17 años
pipi Do not touch the alpha layer in pipi_contrast(). hace 17 años
pipi-php Change _C pixel format suffixes into _U8 for more clarity. hace 17 años
pipi-sharp Allow makemovie to build on Win32 using our ffmpeg binaries. hace 17 años
src Allow makemovie to build on Win32 using our ffmpeg binaries. hace 17 años
test Change _C pixel format suffixes into _U8 for more clarity. hace 17 años
win32 Add Win32 ffmpeg binaries for easier builds. hace 17 años
xcode/xcode.xcodeproj * Added compilation to xcode project (using main Makefile) hace 17 años
.gitignore Update ignore properties. hace 17 años
AUTHORS Add an AUTHORS file. hace 17 años
COPYING COPYING: add a global license file. hace 17 años
ChangeLog Improve "make install", especially for .NET assemblies. hace 17 años
Makefile.am Do not ship build-win32 with the tarballs, since they do not ship hace 17 años
NOTES Improve "make install", especially for .NET assemblies. hace 17 años
README Improve "make install", especially for .NET assemblies. hace 17 años
TODO Improve "make install", especially for .NET assemblies. hace 17 años
bootstrap * bootstrap: update bootstrapping script. hace 18 años
build-win32 Append SVN release ID to ThePimp binaries. hace 17 años
configure.ac Do not bail out if only GDI+ is found. hace 17 años
libpipi.mds Better autotools/Monodevelop integration. hace 17 años
libpipi.sln Allow makemovie to build on Win32 using our ffmpeg binaries. hace 17 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