kiniry / tevs

Automatically exported from code.google.com/p/tevs
0 stars 0 forks source link

death to PILB #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We can rely on default PIL and accomplish much of what PILB provided by writing 
an additional extension module.  Following online examples for the spam 
extension, let's start by implementing a C version of cropstat as a function in 
a separate extension module, and confirm it works as the version in PILB now 
does.

Original issue reported on code.google.com by mjt...@gmail.com on 28 Mar 2011 at 11:23

GoogleCodeExporter commented 9 years ago

Original comment by mjt...@gmail.com on 14 Jun 2011 at 3:11

GoogleCodeExporter commented 9 years ago
Only hart was dependent on PILB, and PILB replacement functions have been 
provided.  PILB is not removed from tree so that it will stick around for 
reference; it is no longer imported by any py files.

Original comment by mjt...@gmail.com on 14 Jun 2011 at 3:20