Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
 
 
sam bd77b09b6e Add functions to convert from RGB to YUV and back. pirms 15 gadiem
ThePimp Allow makemovie to build on Win32 using our ffmpeg binaries. pirms 16 gadiem
examples Minor compilation warning fix. pirms 15 gadiem
genethumb Implement bicubic resampling. Lacks some blurring in the pre-pass, maybe. pirms 15 gadiem
pipi Add functions to convert from RGB to YUV and back. pirms 15 gadiem
pipi-php Implement bicubic resampling. Lacks some blurring in the pre-pass, maybe. pirms 15 gadiem
pipi-sharp Allow makemovie to build on Win32 using our ffmpeg binaries. pirms 16 gadiem
src Allow makemovie to build on Win32 using our ffmpeg binaries. pirms 16 gadiem
test Change _C pixel format suffixes into _U8 for more clarity. pirms 17 gadiem
win32 Move the whole makemovie logic to libpipi. It's really hackish pirms 16 gadiem
xcode/xcode.xcodeproj * Fixed Mac OSX compilation and Xcode project file pirms 16 gadiem
.gitignore Update ignore properties. pirms 16 gadiem
AUTHORS Add an AUTHORS file. pirms 17 gadiem
COPYING COPYING: add a global license file. pirms 17 gadiem
ChangeLog Improve "make install", especially for .NET assemblies. pirms 17 gadiem
Makefile.am Do not ship build-win32 with the tarballs, since they do not ship pirms 17 gadiem
NOTES Improve "make install", especially for .NET assemblies. pirms 17 gadiem
README Improve "make install", especially for .NET assemblies. pirms 17 gadiem
TODO Improve "make install", especially for .NET assemblies. pirms 17 gadiem
bootstrap Update bootstrap script (automake 1.11 and pkg-config detection). pirms 16 gadiem
build-win32 Append SVN release ID to ThePimp binaries. pirms 17 gadiem
configure.ac Look for highgui.h in addition to the opencv package. pirms 15 gadiem
libpipi.mds Better autotools/Monodevelop integration. pirms 17 gadiem
libpipi.sln Allow makemovie to build on Win32 using our ffmpeg binaries. pirms 16 gadiem

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