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 5e9974b082 libpipi: reduce the libjpeg priority until this codec works on amd64. vor 16 Jahren
ThePimp ThePimp: double-clicking in the file dialogs opens or saves directly. vor 16 Jahren
examples * Fixed a memory leak in histogram example vor 16 Jahren
genethumb Add a bunch of .gitignore files for git-svn users. vor 16 Jahren
pipi libpipi: reduce the libjpeg priority until this codec works on amd64. vor 16 Jahren
pipi-php * configuration file config.m4 rewritten vor 16 Jahren
pipi-sharp pipi-sharp: do not specify the keyfile in AssemblyInfo.cs since we do vor 16 Jahren
src * Added a better math library detection vor 16 Jahren
test Add a bunch of .gitignore files for git-svn users. vor 16 Jahren
win32 No need to store libgdiplus.dll in SVN. vor 16 Jahren
xcode/xcode.xcodeproj * Added compilation to xcode project (using main Makefile) vor 16 Jahren
.gitignore Add a bunch of .gitignore files for git-svn users. vor 16 Jahren
AUTHORS Add an AUTHORS file. vor 16 Jahren
COPYING COPYING: add a global license file. vor 16 Jahren
ChangeLog Improve "make install", especially for .NET assemblies. vor 16 Jahren
Makefile.am Do not ship build-win32 with the tarballs, since they do not ship vor 16 Jahren
NOTES Improve "make install", especially for .NET assemblies. vor 16 Jahren
README Improve "make install", especially for .NET assemblies. vor 16 Jahren
TODO Improve "make install", especially for .NET assemblies. vor 16 Jahren
bootstrap * bootstrap: update bootstrapping script. vor 16 Jahren
build-win32 Add a launcher for pipi.exe in the Win32 package. vor 16 Jahren
configure.ac * Added 'Modular' codec as a testbed for hand-written codecs, as well as a JPEG decoder (libjpeg). Some stuff are vor 16 Jahren
libpipi.mds Better autotools/Monodevelop integration. vor 16 Jahren
libpipi.sln ThePimp: improve Visual Studio solution and cross-build script. We can 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