Skip to content

fegabe/node_ios_image_resizer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node_ios_image_resizer

This is a simple node command line script to rename and resize images when developing for iOS and the Retina screen.

* copies the images from a source folder to a destination/2x and renaming to the @2x convention
* resizes the same images by 50% and copies to the destination/1x folder (no rename)

Requirements

ImageMagick is the most popular choice for image processing in Node.js. But ImageMagick's syntax is a little too complicated for the average developer, and the method of calling it further complicates the matter. Worry not, there is a Node.js module called EasyImage which will ensure that image manipulation in Node.js is a breeze for you - beginner or advanced user. (taken from http://www.hacksparrow.com/node-js-image-processing-and-manipulation.html).

To install this library see instructions at EasyImage

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%