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 014e889fe0 Allow for non-integer quality values in img2twit. pirms 15 gadiem
ThePimp ThePimp: make file dialogs singletons so that they retain their properties pirms 16 gadiem
examples Allow for non-integer quality values in img2twit. pirms 15 gadiem
genethumb Make img2twit more configurable: iterations per second and debug mode can pirms 15 gadiem
pipi pipi_measure_msd(): fix this function so that it works with colour images, too. pirms 15 gadiem
pipi-php Change _C pixel format suffixes into _U8 for more clarity. pirms 16 gadiem
pipi-sharp Add pipi_release_pixels and pipi_set_colorspace in prevision of pirms 16 gadiem
src Synchronise Visual Studio projects with the current code. pirms 15 gadiem
test Change _C pixel format suffixes into _U8 for more clarity. pirms 16 gadiem
win32 No need to store libgdiplus.dll in SVN. pirms 16 gadiem
xcode/xcode.xcodeproj * Added compilation to xcode project (using main Makefile) pirms 16 gadiem
.gitignore Update ignore properties. pirms 15 gadiem
AUTHORS Add an AUTHORS file. pirms 16 gadiem
COPYING COPYING: add a global license file. pirms 16 gadiem
ChangeLog Improve "make install", especially for .NET assemblies. pirms 16 gadiem
Makefile.am Do not ship build-win32 with the tarballs, since they do not ship pirms 16 gadiem
NOTES Improve "make install", especially for .NET assemblies. pirms 16 gadiem
README Improve "make install", especially for .NET assemblies. pirms 16 gadiem
TODO Improve "make install", especially for .NET assemblies. pirms 16 gadiem
bootstrap * bootstrap: update bootstrapping script. pirms 16 gadiem
build-win32 Append SVN release ID to ThePimp binaries. pirms 16 gadiem
configure.ac Add C++ warnings to the build process. pirms 15 gadiem
libpipi.mds Better autotools/Monodevelop integration. pirms 16 gadiem
libpipi.sln ThePimp: improve Visual Studio solution and cross-build script. We can pirms 16 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