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

2014-04-17 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

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

2014-04-17 Thread ashish makani
Hi Nivedita I am also interested in conducting the python workshop. I used to work at a startup which ahs a product in the telephony space. I now work at intel write python to automate testing other ci build stuff I was thinking maybe you me could conduct the workshop jointly I just had a

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

2014-04-17 Thread Gopalakrishnan Subramani
I haven't used OpenCV before, I will give a try. We even have to generate videos as presentations based the content on the fly. Can OpenCV generate videos as wel? On Thu, Apr 17, 2014 at 11:55 AM, L Radhakrishna Rao satishsaga...@gmail.com wrote: Hi, I will suggest you not to use PIL now,

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

2014-04-17 Thread L Radhakrishna Rao
Just go through this, you will get some ideas: http://stackoverflow.com/questions/18943678/showing-web-camera-through-web-interface-python-cherrypy-opencv On Thu, Apr 17, 2014 at 1:05 PM, Gopalakrishnan Subramani gopalakrishnan.subram...@gmail.com wrote: I haven't used OpenCV before, I will

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

2014-04-17 Thread Vineet Panchbhaiyye
You could explore simplecv http://simplecv.org/ for simple operations like scaling. Yes, I guess you can scale videos using open CV. You could consider ffmpeg (not a python library) running on your hosting infrastructure to compose videos from your slides/ frames. Regards, Vineet I haven't used