summaryrefslogtreecommitdiff
path: root/new/lib/crys/image_processor.rb
blob: 1a33d04e0ee418d1d64c11e3d2e312d56def36f3 (plain)
1
2
3
4
5
6
7
8
9
10
module Crys
  class ImageProcessor
    def initialize(path:, width:, height:, format:)
    end

    def path

    end
  end
end