Re: Repository - file scanner

2007-06-11 Thread jigloo
On 6 9 , 3 33 , HMS Surprise <[EMAIL PROTECTED]> wrote: > Greetings, > > Could someone point my muddled head at a/the python repository. I know > that one exists but cannot find it again. In particular I am looking > for a standalone search tool that given a path searches files for a > text strin

Re: retrieve / find out an image's dimensions

2007-06-16 Thread jigloo
http://www.pycode.com/modules/?id=32 On 6 16 , 6 27 , Adam Teale <[EMAIL PROTECTED]> wrote: > hey guys > > Is there a builtin/standard install method in python for retrieving or > finding out an image's dimensions? > > A quick google found me > this:http://www.pythonware.com/library/pil/handboo

Re: retrieve / find out an image's dimensions

2007-06-16 Thread jigloo
a few) *BUGS* in it. I must apologize to you for this. I have rewrite the moudle. please have a try. """Recognize image file formats and size based on their first few bytes.""" # Perl Image::Size module clone # see more http://search.cpan.org/author/RJRAY/Image-Si

Re: Fastest way to convert a byte of integer into a list

2007-07-14 Thread jigloo
On 7 13 , 6 34 , Godzilla <[EMAIL PROTECTED]> wrote: > Hello, > > I'm trying to find a way to convert an integer (8-bits long for > starters) and converting them to a list, e.g.: > > num = 255 > numList = [1,1,1,1,1,1,1,1] > > with the first element of the list being the least significant, so > t