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 eb2a30336b libpipi: duplicate the GDI codec in order to prepare the GDI+ one. pirms 17 gadiem
ThePimp Get rid of the Glade# dependencies. pirms 17 gadiem
examples Add a bunch of .gitignore files for git-svn users. pirms 17 gadiem
genethumb Add a bunch of .gitignore files for git-svn users. pirms 17 gadiem
pipi libpipi: duplicate the GDI codec in order to prepare the GDI+ one. pirms 17 gadiem
pipi-sharp pipi-sharp: do not specify the keyfile in AssemblyInfo.cs since we do pirms 17 gadiem
src * Added a better math library detection pirms 17 gadiem
test Add a bunch of .gitignore files for git-svn users. pirms 17 gadiem
win32 libpipi: duplicate the GDI codec in order to prepare the GDI+ one. pirms 17 gadiem
xcode/xcode.xcodeproj * Added compilation to xcode project (using main Makefile) pirms 17 gadiem
.gitignore Add a bunch of .gitignore files for git-svn users. pirms 17 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 * bootstrap: update bootstrapping script. pirms 17 gadiem
build-win32 Fix Win32 build: directly refer to the .snk file and cope with new pirms 17 gadiem
configure.ac Get rid of the Glade# dependencies. pirms 17 gadiem
libpipi.mds Better autotools/Monodevelop integration. pirms 17 gadiem
libpipi.sln ThePimp: improve Visual Studio solution and cross-build script. We can pirms 17 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