Skip to content

Commit e9153b7

Browse files
committed
removing Docsplit's default unsharp.
1 parent 5896734 commit e9153b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/docsplit/image_extractor.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def convert(pdf, size, format, previous=nil)
3737
common = "#{MEMORY_ARGS} -density #{@density} #{resize_arg(size)} #{quality_arg(format)}"
3838
if previous
3939
FileUtils.cp(Dir[directory_for(previous) + '/*'], directory)
40-
result = `MAGICK_TMPDIR=#{tempdir} OMP_NUM_THREADS=2 gm mogrify #{common} -unsharp 0x0.5+0.75 \"#{directory}/*.#{format}\" 2>&1`.chomp
40+
result = `MAGICK_TMPDIR=#{tempdir} OMP_NUM_THREADS=2 gm mogrify #{common} \"#{directory}/*.#{format}\" 2>&1`.chomp
4141
raise ExtractionFailed, result if $? != 0
4242
else
4343
page_list(pages).each do |page|

0 commit comments

Comments
 (0)