Index: /tags/ipp-20130712/pstamp/scripts/pstamp_finish.pl
===================================================================
--- /tags/ipp-20130712/pstamp/scripts/pstamp_finish.pl	(revision 36781)
+++ /tags/ipp-20130712/pstamp/scripts/pstamp_finish.pl	(revision 36782)
@@ -211,6 +211,11 @@
                         chomp $line;
                         my ($img_name, $reported_size, $reported_sum, $filetype) = split '\|', $line;
-                        # ... instead let dsreg compute the paramters by leaving them blank
-                        print $rlf "$img_name|||$filetype|\n";
+                        my $use_supplied_size = 1;
+                        if ($use_supplied_size) {
+                            print $rlf "$img_name|$reported_size|$reported_sum|$filetype|\n";
+                        } else {
+                            # ... instead let dsreg compute the paramters by leaving them blank
+                            print $rlf "$img_name|||$filetype|\n";
+                        }
 
                         # add line to the table definition file
