Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 
sam 8c22661654 Look for highgui.h in addition to the opencv package. il y a 14 ans
ThePimp Allow makemovie to build on Win32 using our ffmpeg binaries. il y a 15 ans
examples Fix a 32-bit compilation issue in img2twit. il y a 15 ans
genethumb Make img2twit more configurable: iterations per second and debug mode can il y a 15 ans
pipi Avoid floating-point divisions in the Bresenham resize. il y a 14 ans
pipi-php Change _C pixel format suffixes into _U8 for more clarity. il y a 16 ans
pipi-sharp Allow makemovie to build on Win32 using our ffmpeg binaries. il y a 15 ans
src Allow makemovie to build on Win32 using our ffmpeg binaries. il y a 15 ans
test Change _C pixel format suffixes into _U8 for more clarity. il y a 16 ans
win32 Move the whole makemovie logic to libpipi. It's really hackish il y a 15 ans
xcode/xcode.xcodeproj * Fixed Mac OSX compilation and Xcode project file il y a 15 ans
.gitignore Update ignore properties. il y a 15 ans
AUTHORS Add an AUTHORS file. il y a 16 ans
COPYING COPYING: add a global license file. il y a 16 ans
ChangeLog Improve "make install", especially for .NET assemblies. il y a 16 ans
Makefile.am Do not ship build-win32 with the tarballs, since they do not ship il y a 16 ans
NOTES Improve "make install", especially for .NET assemblies. il y a 16 ans
README Improve "make install", especially for .NET assemblies. il y a 16 ans
TODO Improve "make install", especially for .NET assemblies. il y a 16 ans
bootstrap Update bootstrap script (automake 1.11 and pkg-config detection). il y a 15 ans
build-win32 Append SVN release ID to ThePimp binaries. il y a 16 ans
configure.ac Look for highgui.h in addition to the opencv package. il y a 14 ans
libpipi.mds Better autotools/Monodevelop integration. il y a 16 ans
libpipi.sln Allow makemovie to build on Win32 using our ffmpeg binaries. il y a 15 ans

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