Initial release
- Fixed space character in file name bug
- crop() will assume width and height as cropwidth and cropheight if they are not specified
- '(' and ')' escaped in filenames
- Fixed file name special character bug. More complicated than assumed!
- File names can have more than once space
- Better fix for file name issues.
- info() bug fixed
- New method - thumbnail()
- Bug in thumbnail() fixed
- Optimized info()
- Operations return an image object
- Crop bug fixed
- Fill option
- Unsupported files should not crash
- Refactored to return an error object instead of crashing the app, in case of errors
- Add density info (Kevin Smith ksmth@github)
- Made testing easier with a sample image and output directory
- Thumbnail generation optimized
- Changed to promise-based interface
- Mocha tests
- Fixed potential hidden bugs - thanks to @jheusala
- Remove PixelsPerCentimeter
- Test output dir
- Use child_process.execFile instead of child_process.exec to prevent potential shellshock exploit
- Filenames with spaces supported in
.exec()