Problem is still in 1.1.0, and is two fold:
1. second gimp call loses filename, can't overwrite
2. resolution is lost on return

To fix in lib/Gscan2pdf:
1. Edit Page.pm, line 110, in thaw, to initialize $suffix

 my $suffix = "pnm";

2. Edit Document.pm, insert one line at 2614 to pass resolution

 my $new = Gscan2pdf::Page->new(
  filename => $out,
  dir      => $dir,
  delete   => TRUE,
  format   => $image->Get('format'),
  resolution => $page->{resolution},
 );

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/889549

Title:
  MAJOR BUG: gscan2pdf gimp integration creates page size error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gscan2pdf/+bug/889549/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to