node-imager
node-imager copied to clipboard
[not maintained anymore] A node.js module to resize, crop and upload images to Rackspace cloudfiles and Amazon S3
Bumps [debug](https://github.com/visionmedia/debug) from 2.0.0 to 4.1.1. Release notes *Sourced from [debug's releases](https://github.com/visionmedia/debug/releases).* > ## 4.1.1 > This backport fixes a bug in coveralls configuration as well as the `.extend()` function....
Fix #77 issue
I'm trying to get the module to work with S3 - however, I keep getting the error: ``` Please specify a storage ``` I've tried both: ``` var imager =...
And if not are there any alternatives?
By default, using gm to resize will resize to what it deems the best constraint proportionally sized image (unless you pass in `"!"` as the third argument for `resize()`). It...
Sometimes the debug log says an image is uploaded to S3, while it is not.
> install_github("dahtah/imager") > Downloading github repo dahtah/imager@master > Installing imager > '/Library/Frameworks/R.framework/Resources/bin/R' --no-site-file --no-environ --no-save --no-restore CMD INSTALL \ > '/private/var/folders/c1/1c9zflnx7937x6nrh4tst_dm0000gn/T/RtmpJacwHO/devtools5eb22d9f388b/dahtah-imager-345279d' \ > --library='/Users/subinoybiswas/R_package' --install-tests - installing _source_ package ‘imager’...
Does the library support converting images from .png to .jpg?