On Mon, May 14, 2012 at 3:47 PM, Kevin LaTona <[email protected]> wrote: > > By chance any one on the list using GPU cards with Python for image > processing task?
a tiny bit... but mostly just drawing with OpenGL. > In particular does anyone know if PIL can make use of GPU cards? nope. > If not, know of any other Python based image processing code that does make > use of GPU cards. no, but there are a handful of projects that make it pretty easy to write code for the GPU (OpenCL), and this one looks like it's doing some image processing: http://fileadmin.cs.lth.se/cs/Personal/Calle_Lejdfors/pygpu/ What functionality do you have in mind? -Chris -- Christopher Barker, Ph.D. Oceanographer Emergency Response Division NOAA/NOS/OR&R (206) 526-6959 voice 7600 Sand Point Way NE (206) 526-6329 fax Seattle, WA 98115 (206) 526-6317 main reception [email protected]
