Are there any existing github or other open source projects that provide a node.js-based avatar service or image processing server? I need a gravatar-like service, but that I can customize for my own needs.
Basically, I want to expose an api to accomplish these goals: * Images can be uploaded to the server * Various thumbnail sizes of the images are automatically created * Images can be stored on the server, in cloud, on CDN, etc. * Original image is saved and can be requested * Thumbnails can be requested Even better if it was similar to gravatar: * Image can be requested in any dimension or format * Dynamically generated avatars can be returned for any given key if no image exists * Generated images get cached or placed on CDN for future requests * Authentication required before uploading images to server It seems like this must be something that many, if not most services need. So before I reinvent it, does it already exist? My plan is to use something like ImageMagick for the image transformations. Thanks! Tauren -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
