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 0a241eb088 Got rid of the modular codec stuff. All codecs should work the same way. před 17 roky
ThePimp ThePimp: make file dialogs singletons so that they retain their properties před 17 roky
examples Change _C pixel format suffixes into _U8 for more clarity. před 17 roky
genethumb Add a bunch of .gitignore files for git-svn users. před 17 roky
pipi Got rid of the modular codec stuff. All codecs should work the same way. před 17 roky
pipi-php Change _C pixel format suffixes into _U8 for more clarity. před 17 roky
pipi-sharp Add pipi_release_pixels and pipi_set_colorspace in prevision of před 17 roky
src * Added a better math library detection před 17 roky
test Change _C pixel format suffixes into _U8 for more clarity. před 17 roky
win32 No need to store libgdiplus.dll in SVN. před 17 roky
xcode/xcode.xcodeproj * Added compilation to xcode project (using main Makefile) před 17 roky
.gitignore Add a bunch of .gitignore files for git-svn users. před 17 roky
AUTHORS Add an AUTHORS file. před 17 roky
COPYING COPYING: add a global license file. před 17 roky
ChangeLog Improve "make install", especially for .NET assemblies. před 17 roky
Makefile.am Do not ship build-win32 with the tarballs, since they do not ship před 17 roky
NOTES Improve "make install", especially for .NET assemblies. před 17 roky
README Improve "make install", especially for .NET assemblies. před 17 roky
TODO Improve "make install", especially for .NET assemblies. před 17 roky
bootstrap * bootstrap: update bootstrapping script. před 17 roky
build-win32 Append SVN release ID to ThePimp binaries. před 17 roky
configure.ac Got rid of the modular codec stuff. All codecs should work the same way. před 17 roky
libpipi.mds Better autotools/Monodevelop integration. před 17 roky
libpipi.sln ThePimp: improve Visual Studio solution and cross-build script. We can před 17 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