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 3f31901de2 Implement bicubic resampling. Lacks some blurring in the pre-pass, maybe. hace 14 años
ThePimp Allow makemovie to build on Win32 using our ffmpeg binaries. hace 15 años
examples Minor compilation warning fix. hace 14 años
genethumb Implement bicubic resampling. Lacks some blurring in the pre-pass, maybe. hace 14 años
pipi Implement bicubic resampling. Lacks some blurring in the pre-pass, maybe. hace 14 años
pipi-php Implement bicubic resampling. Lacks some blurring in the pre-pass, maybe. hace 14 años
pipi-sharp Allow makemovie to build on Win32 using our ffmpeg binaries. hace 15 años
src Allow makemovie to build on Win32 using our ffmpeg binaries. hace 15 años
test Change _C pixel format suffixes into _U8 for more clarity. hace 16 años
win32 Move the whole makemovie logic to libpipi. It's really hackish hace 15 años
xcode/xcode.xcodeproj * Fixed Mac OSX compilation and Xcode project file hace 15 años
.gitignore Update ignore properties. hace 15 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 Update bootstrap script (automake 1.11 and pkg-config detection). hace 15 años
build-win32 Append SVN release ID to ThePimp binaries. hace 16 años
configure.ac Look for highgui.h in addition to the opencv package. hace 14 años
libpipi.mds Better autotools/Monodevelop integration. hace 16 años
libpipi.sln Allow makemovie to build on Win32 using our ffmpeg binaries. hace 15 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