Skip to content

Commit ee67cd2

Browse files
committed
missed one argument in the earlier commit
1 parent 6cbf5e3 commit ee67cd2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/grim/image_magick_processor.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ def save(pdf, index, path, options)
3535
command << "-render"
3636
command << "-quality #{quality}"
3737
command << "-colorspace #{colorspace}"
38-
command << "-interlace"
39-
command << "none"
38+
command << "-interlace none"
4039
command << "-density #{density}"
4140
command << "#{Shellwords.shellescape(pdf.path)}[#{index}]"
4241
command << path

0 commit comments

Comments
 (0)