No commit activity in last 3 years
No release in over 3 years
Gem which allow resizing screenshots in calabash-ios
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.13
~> 10.0
~> 3.0
 Project Readme

Cal::Screenshot::Resize

Installation

Add this line to your Gemfile:

gem 'cal-screenshot-resize'

And then execute:

 $ bundle

Or install it yourself as:

 $ gem install cal-screenshot-resize

Usage

require "screenshot/resize"
Screenshot::Resize::screenshot_with_scale(:scale => 0.5)

:scale => 0.5 mean that screenshot will be 2 times smaller than original if you whant to use directly screenshot_with_scale add include Screenshot::Resize to your code

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/ark-konopacki/cal-screenshot-resize.