Sha256: 2128f65b981d1b73a611fc69b815cf01ebcfd84bc70206a0c8d7ab3efee04584
Contents?: true
Size: 631 Bytes
Versions: 13
Compression:
Stored size: 631 Bytes
Contents
# Imagetools Image tools. ## Installation ``` gem imagetools ``` macOS High Sierra ``` brew uninstall imagemagick brew install imagemagick@6 PKG_CONFIG_PATH=/usr/local/opt/imagemagick@6/lib/pkgconfig gem imagetools ``` ## Usage ### imageconcat ### imagefilter ### iconcreator iconcreator is command line to genelete ios app icons. Xcode Version 9.2 AppIcon. ![AppIcon](appicon.png) ``` iconcreator -i <ORIGINAL_ICON_FILE> -o <OUTPUT_DIR> ``` ## Usage TODO: Write usage instructions here ## License The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
Version data entries
13 entries across 13 versions & 1 rubygems