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