by demian0311
pix is a online picture gallery system written in python. it has minimal features but also minimal complexity and external dependencies. it uses your directories to organize pictures, creates and caches thumbnails and web friendly image sizes as well.
jhmark created the add license info artifact
demian0311 created the add toc link artifact
okay, so now if pix can't find PIL it'll try to execute ImageMagick commands to resize images for thumbnails and web-optimized pictures. it happens automatically when the import of PIL fails but you can explicitly set this in the Pic.py file. also, i ...
demian0311 committed patchset 26 of module pix to the pix - web image gallery CVS repository, changing 3 files
demian0311 created the fix the '//' problem artifact
demian0311 committed patchset 25 of module pix to the pix - web image gallery CVS repository, changing 1 files
demian0311 committed patchset 24 of module pix to the pix - web image gallery CVS repository, changing 2 files
PIL is a dependency for pix, maybe i should code in a non-PIL mode such that i just don't do any resizing. that'd suck. anyone know of an alternative image library for python?
Copyright © 2009 SourceForge, Inc. All rights reserved. Terms of Use