Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 157887
Collapse All | Expand All

(-)bin/gscan2pdf.orig (-1 / +1 lines)
Lines 2513-2519 Link Here
2513
 while ($i <= $#page) {
2513
 while ($i <= $#page) {
2514
2514
2515
# Rotate the tiff with imagemagick
2515
# Rotate the tiff with imagemagick
2516
  system("mogrify -rotate $degrees ".$slist -> {data}[$page[$i]][2]);
2516
  system("mogrify -depth 8 -rotate $degrees ".$slist -> {data}[$page[$i]][2]);
2517
2517
2518
# Use once I no longer have to develop with Gtk2 < 1.090!
2518
# Use once I no longer have to develop with Gtk2 < 1.090!
2519
#  $slist -> {data}[$page[$i]][1] =
2519
#  $slist -> {data}[$page[$i]][1] =

Return to bug 157887