Sha256: 11f04d0fcf64bc95c484b2750b36ec08a206e0786dcfe922014a4fbe6c1b113d

Contents?: true

Size: 255 Bytes

Versions: 1

Compression:

Stored size: 255 Bytes

Contents

# To change this template, choose Tools | Templates
# and open the template in the editor.

module Documentalist
  module NetPBM
    def convert
      system("cd #{temp_dir} && ppmtojpeg #{ppm_image} > #{ppm_image.gsub(/ppm$/, "jpg")}")
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
documentalist-0.1.1 lib/backends/net_pbm.rb