diff --git a/pdfstitch b/pdfstitch index eb82b62..9a6cf9b 100755 --- a/pdfstitch +++ b/pdfstitch @@ -124,6 +124,7 @@ if($genmeta) } YAML::Bless($meta)->keys(['input','x','y','width','height','columns','rows', 'pageorder','pageoffsets']); + YAML::Bless($meta->{pageoffsets})->keys([1..$pdf->pages]); YAML::DumpFile($outfile,$meta); } else