pix - web image gallery News
Brought to you by:
demian0311
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 did have a double-slash problem with urls that didn't present a problem when hosting on linux machines but using my aplus.net account, the urls didn't work. this is fixed also. i added an ugly hack to fix this but it's only a 1-line ugly hack.
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?