Index: /trunk/archive/pslib/include/psImage.h
===================================================================
--- /trunk/archive/pslib/include/psImage.h	(revision 1536)
+++ /trunk/archive/pslib/include/psImage.h	(revision 1537)
@@ -53,4 +53,11 @@
 ;
 
+/// Create a subimage of the area specified by an image section, [x1:x2,y1:y2]
+psImage *
+psImageSubsection(const psImage *image,	///< Parent image
+		  const *section	///< Image section, of the form [x1:x2,y1:y2]
+    );
+
+
 /// Destroy the specified image (destroy children if they exist).
 void 
