Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 
 
sam 027ac83862 Allow to choose between RGB and YUV in pipi_open_sequence(). vor 14 Jahren
ThePimp Allow makemovie to build on Win32 using our ffmpeg binaries. vor 15 Jahren
examples Allow to choose between RGB and YUV in pipi_open_sequence(). vor 14 Jahren
genethumb Implement bicubic resampling. Lacks some blurring in the pre-pass, maybe. vor 14 Jahren
pipi Allow to choose between RGB and YUV in pipi_open_sequence(). vor 14 Jahren
pipi-php Implement bicubic resampling. Lacks some blurring in the pre-pass, maybe. vor 14 Jahren
pipi-sharp Allow makemovie to build on Win32 using our ffmpeg binaries. vor 15 Jahren
src Allow makemovie to build on Win32 using our ffmpeg binaries. vor 15 Jahren
test Change _C pixel format suffixes into _U8 for more clarity. vor 16 Jahren
win32 Move the whole makemovie logic to libpipi. It's really hackish vor 15 Jahren
xcode/xcode.xcodeproj * Fixed Mac OSX compilation and Xcode project file vor 15 Jahren
.gitignore Update ignore properties. vor 15 Jahren
AUTHORS Add an AUTHORS file. vor 16 Jahren
COPYING COPYING: add a global license file. vor 16 Jahren
ChangeLog Improve "make install", especially for .NET assemblies. vor 16 Jahren
Makefile.am Do not ship build-win32 with the tarballs, since they do not ship vor 16 Jahren
NOTES Improve "make install", especially for .NET assemblies. vor 16 Jahren
README Improve "make install", especially for .NET assemblies. vor 16 Jahren
TODO Improve "make install", especially for .NET assemblies. vor 16 Jahren
bootstrap Update bootstrap script (automake 1.11 and pkg-config detection). vor 15 Jahren
build-win32 Append SVN release ID to ThePimp binaries. vor 16 Jahren
configure.ac Look for highgui.h in addition to the opencv package. vor 14 Jahren
libpipi.mds Better autotools/Monodevelop integration. vor 16 Jahren
libpipi.sln Allow makemovie to build on Win32 using our ffmpeg binaries. vor 15 Jahren

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