Re: [BangPypers] [ onClick run python script ]

2014-04-16 Thread Shashidhar Paragonda
Hello Konark, Binoy, Thanks for reply. Binoy I tried your code it works perfect. Konark I read the Jobtastic link looks good. But my requirement is as follows: >>> Step1 : I need to connect to HP Quality Center ALM v11.0 with valid login credentials. >>> Step2: I need to visit the TestLab >>> St

Re: [BangPypers] Request for Basic Python Workshop at Mysore-26th April 2014

2014-04-16 Thread nivedita datta
Hi, I am a master's student in IISc Bangalore working in the field of network security and I am interested to take the session. I have previously given talks on Python in PyCon held at Bangalore and SciPy held at IIT, Bombay. Do let me know the details of the session/workshop. Regards, Nivedita

[BangPypers] [JOB]: Software Engineer

2014-04-16 Thread Santhosh Edukulla
Team, We have an opening for a programmer with the below skill set. Its a start up, well funded with offices both in US and Bangalore, India. More details will be discussed with the interested candidate. Programming languages - Python - Experience building RESTful web services, working with bu

Re: [BangPypers] [JOB]: Software Engineer

2014-04-16 Thread Gopalakrishnan Subramani
At least mention the company name & website [or show us the screen shots of bank balance and VC fund (just kidding)] On Wed, Apr 16, 2014 at 7:58 PM, Santhosh Edukulla < santhosh.eduku...@gmail.com> wrote: > Team, > > We have an opening for a programmer with the below skill set. Its a start

[BangPypers] Imaging Library: Pillow vs PIL, any insights?

2014-04-16 Thread Gopalakrishnan Subramani
Any notable differences between Pillow vs PIL? We need to create images dynamically from text & images, not looking for command line apps/features. ___ BangPypers mailing list BangPypers@python.org https://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] Imaging Library: Pillow vs PIL, any insights?

2014-04-16 Thread Vineet Panchbhaiyye
Is there any particular reason you are not considering opencv. If not, check out opencv. On Apr 17, 2014 9:47 AM, "Gopalakrishnan Subramani" < gopalakrishnan.subram...@gmail.com> wrote: > Any notable differences between Pillow vs PIL? We need to create images > dynamically from text & images, not

Re: [BangPypers] Imaging Library: Pillow vs PIL, any insights?

2014-04-16 Thread Vivek Puri
Hi, Any notable differences between Pillow vs PIL? We need to create images dynamically from text & images, not looking for command line apps/features. Pillow is API compatible with PIL. Pillow is being actively developed while PIL is not seen active development for long. Pillow is comparati

Re: [BangPypers] Imaging Library: Pillow vs PIL, any insights?

2014-04-16 Thread Noufal Ibrahim KV
On Thu, Apr 17 2014, Vineet Panchbhaiyye wrote: > Is there any particular reason you are not considering opencv. > If not, check out opencv. Aren't they different? OpenCV is a computer vision. PIL/Pillow are still image processing. [...] -- Cordially, Noufal http://nibrahim.net.in ___

Re: [BangPypers] Imaging Library: Pillow vs PIL, any insights?

2014-04-16 Thread Vivek Puri
>> We need to create images >> dynamically from text & images, not looking for command line apps/features. Is there any particular reason you are not considering opencv. If not, check out opencv. opencv is opverkill for his use case. rgds vivek http://www.machint.com ___

Re: [BangPypers] Imaging Library: Pillow vs PIL, any insights?

2014-04-16 Thread Vineet Panchbhaiyye
OpenCV is definitely heavy, then pillow/pil should be good. In opencv images/videos/web cam captures everything is converted to arrays/ matrices and processed so effectively you work on arrays/matrices On Apr 17, 2014 10:23 AM, "Noufal Ibrahim KV" wrote: > On Thu, Apr 17 2014, Vineet Panchbhaiy

Re: [BangPypers] Imaging Library: Pillow vs PIL, any insights?

2014-04-16 Thread Gopalakrishnan Subramani
I heard about opencv, never thought that it can generate images. Does it require Machine/Computer Vision expertise to understand? Thanks for the pointer. I will look into that. On Thu, Apr 17, 2014 at 10:18 AM, Vineet Panchbhaiyye wrote: > Is there any particular reason you are not considering

Re: [BangPypers] Imaging Library: Pillow vs PIL, any insights?

2014-04-16 Thread Gopalakrishnan Subramani
Just gone thorough opencv, smart choice for Computer vision application. Now narrowing down to Pillow. Can Pillow to be used along with pngquant, optipng sort of image size reduction without loosing alpha transparency? On Thu, Apr 17, 2014 at 11:03 AM, Gopalakrishnan Subramani < gopalakrishnan

Re: [BangPypers] Imaging Library: Pillow vs PIL, any insights?

2014-04-16 Thread Vineet Panchbhaiyye
When you say generate images, first thought that hits me is you want to generate test images for some application. Could you elaborate on it? To understand some filters you do need to read up the basics On Apr 17, 2014 11:03 AM, "Gopalakrishnan Subramani" < gopalakrishnan.subram...@gmail.com> wrot

Re: [BangPypers] Imaging Library: Pillow vs PIL, any insights?

2014-04-16 Thread Gopalakrishnan Subramani
OK, we have product attributes like title, brand, & (deep micro data like memory, CPU power, voltage, frequency, flow etc) offers and discount details plus image icons/images. Using this content,at runtime, we want to generate images for Banners + flyers, ads, with image + few product attributes wi

Re: [BangPypers] Imaging Library: Pillow vs PIL, any insights?

2014-04-16 Thread L Radhakrishna Rao
Hi, I will suggest you not to use PIL now, it is an oudated module. And someone has rightly pointed out, any specific reason that you are not considering openCV? To generate the output on the fly, you will have to use a web module like cherrpy, where, the openCV function encoding can be used, vi