papercut icon indicating copy to clipboard operation
papercut copied to clipboard

node module to resize and crop image

Results 9 papercut issues
Sort by recently updated
recently updated
newest added

Currently all uploads are set to public-read. This commit allows for uploading with different ACL. Defaults to public-read.

Im trying to set the extension to 'pdf'. It works fine when I set it globally with `papercut.set`, but not on a specific schema version. `schema.version({name: 'original', extension: 'pdf'})` I...

Getting the following error. Not sure why. ImageMagick doesn't complain that it can't find the image. Using local storage, not S3. ``` events.js:72 throw er; // Unhandled 'error' event ^...

It would be interesting if it were possible to compress and optimize the image size, setting a percentage of quality. Like this [https://github.com/rsms/node-imagemagick#resizeoptions-callbackerr-stdout-stderr](https://github.com/rsms/node-imagemagick#resizeoptions-callbackerr-stdout-stderr)

I am getting the time out error for the large size images(morethan 5 mb). Can we use some timeout for that or any another solution?

I am iterating over a set of images and using [async.parralel](https://github.com/caolan/async/wiki#parallel) and the hash of image urls in the callback from process contains urls from many different calls to process:...

Eg, ``` uploader.remove('image1', function(err){ //err handling }) ```

How about adding the ability to configure a particular bucket for a given schema as opposed to bucket per papercut instance?

The copy propcess will not work because papercut checks and compares file extension: copy: (name, path, version, callback)-> # if using imageId++, 'name' variable does not have file extension if...