More comments
authorMichael Ang <mang@archive.org>
Mon, 2 Aug 2010 20:56:59 +0000 (20:56 +0000)
committerMichael Ang <mang@archive.org>
Mon, 2 Aug 2010 20:56:59 +0000 (20:56 +0000)
BookReaderIA/datanode/BookReaderImages.inc.php

index a965cce..4a0b769 100644 (file)
@@ -54,8 +54,8 @@ class BookReaderImages
 
     // Keys in the image permalink urls, e.g. http://www.archive.org/download/itemid/page/cover_{keyval}_{keyval}.jpg
     public static $imageUrlKeys = array(
-        //'r' => 'reduce',
-        's' => 'scale',
+        //'r' => 'reduce', // pow of 2 reduction
+        's' => 'scale', // $$$ scale is downscaling factor in BookReaderImages but most people call this "reduce"
         'region' => 'region',
         'tile' => 'tile',
         'w' => 'width',