diff options
Diffstat (limited to 'new/lib/crys/image_processor.rb')
-rw-r--r-- | new/lib/crys/image_processor.rb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/new/lib/crys/image_processor.rb b/new/lib/crys/image_processor.rb new file mode 100644 index 0000000..1a33d04 --- /dev/null +++ b/new/lib/crys/image_processor.rb @@ -0,0 +1,10 @@ +module Crys + class ImageProcessor + def initialize(path:, width:, height:, format:) + end + + def path + + end + end +end |