Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
 
sam c117c13d61 autocontrast: fix alpha handling. před 10 roky
ThePimp Allow makemovie to build on Win32 using our ffmpeg binaries. před 15 roky
examples Allow to choose between RGB and YUV in pipi_open_sequence(). před 14 roky
genethumb Implement bicubic resampling. Lacks some blurring in the pre-pass, maybe. před 14 roky
pipi autocontrast: fix alpha handling. před 10 roky
pipi-php Implement bicubic resampling. Lacks some blurring in the pre-pass, maybe. před 14 roky
pipi-sharp Allow makemovie to build on Win32 using our ffmpeg binaries. před 15 roky
src Allow makemovie to build on Win32 using our ffmpeg binaries. před 15 roky
test Change _C pixel format suffixes into _U8 for more clarity. před 16 roky
win32 Move the whole makemovie logic to libpipi. It's really hackish před 15 roky
xcode/xcode.xcodeproj * Fixed Mac OSX compilation and Xcode project file před 15 roky
.gitignore Update ignore properties. před 15 roky
AUTHORS Add an AUTHORS file. před 16 roky
COPYING COPYING: add a global license file. před 16 roky
ChangeLog Improve "make install", especially for .NET assemblies. před 16 roky
Makefile.am Do not ship build-win32 with the tarballs, since they do not ship před 16 roky
NOTES Improve "make install", especially for .NET assemblies. před 16 roky
README Improve "make install", especially for .NET assemblies. před 16 roky
TODO Improve "make install", especially for .NET assemblies. před 16 roky
bootstrap Update bootstrap script (automake 1.11 and pkg-config detection). před 15 roky
build-win32 Append SVN release ID to ThePimp binaries. před 16 roky
configure.ac Look for highgui.h in addition to the opencv package. před 14 roky
libpipi.mds Better autotools/Monodevelop integration. před 16 roky
libpipi.sln Allow makemovie to build on Win32 using our ffmpeg binaries. před 15 roky

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