eivindfjeldstad / imagemagick-stream

Streaming Imagemagick API
MIT License
92 stars 23 forks source link

Support for image types #3

Closed No9 closed 10 years ago

No9 commented 11 years ago

So if your want to create a different type of image from the original you can now go

var resize = im().resize('200x200").quality(90).imgtype('png')

I would have put in a test but didn't know which suite you would prefer. TAP is doing ok for me at the moment.

jtblin commented 11 years ago

:+1:

freewil commented 10 years ago

FYI outputFormat() and inputFormat() were added in #6 - updated version not in npm as of writing this.

blowback commented 10 years ago

can you update the npm please?

tremby commented 10 years ago

Yes, please publish to npm.

eivindfjeldstad commented 10 years ago

It's on npm now. This repo still needs a lot of work, and definitely some tests. I recommend checking out gm.

blowback commented 10 years ago

Hurrah! Thanks very much. No way dude, imagemagick-stream does exactly what I need, and nothing more ;)