Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.
/ elrio Public archive

Cap inset detector & optimizer for resizable UIKit assets.

License

Notifications You must be signed in to change notification settings

cbguder/elrio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elrio

Cap inset detector & optimizer for resizable UIKit assets.

Build Status Code Climate Test Coverage Dependency Status Gem Version

Installation

Add this line to your application's Gemfile:

gem 'elrio'

And then execute:

$ bundle

Or install it yourself as:

$ gem install elrio

Usage

To get the resizable cap insets for an asset:

$ elrio analyze image.png

To create an optimized version of the asset:

$ elrio optimize image.png

Example

When run with this image:

Source Image

$ elrio optimize image.png
image.png: [48, 48, 48, 48] # Top, Left, Bottom, Right

This optimized version is written to image-optimized.png:

Source Image

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

Cap inset detector & optimizer for resizable UIKit assets.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages