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ů.
 
 
 
 
 
 
jylam e2d6916c06 * Images were saved with R and B inverted před 16 roky
ThePimp ThePimp: double-clicking in the file dialogs opens or saves directly. před 16 roky
examples * Fixed a memory leak in histogram example před 16 roky
genethumb Add a bunch of .gitignore files for git-svn users. před 16 roky
pipi * Images were saved with R and B inverted před 16 roky
pipi-php * configuration file config.m4 rewritten před 16 roky
pipi-sharp pipi-sharp: do not specify the keyfile in AssemblyInfo.cs since we do před 16 roky
src * Added a better math library detection před 16 roky
test Add a bunch of .gitignore files for git-svn users. před 16 roky
win32 No need to store libgdiplus.dll in SVN. před 16 roky
xcode/xcode.xcodeproj * Added compilation to xcode project (using main Makefile) před 16 roky
.gitignore Add a bunch of .gitignore files for git-svn users. před 16 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 * bootstrap: update bootstrapping script. před 16 roky
build-win32 Add a launcher for pipi.exe in the Win32 package. před 16 roky
configure.ac * Added 'Modular' codec as a testbed for hand-written codecs, as well as a JPEG decoder (libjpeg). Some stuff are před 16 roky
libpipi.mds Better autotools/Monodevelop integration. před 16 roky
libpipi.sln ThePimp: improve Visual Studio solution and cross-build script. We can před 16 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