lukechilds/merge-images

Provide a way to rotate images

Closed this issue · 2 comments

Thanks for writing such an easy to use tool to merge images! It would be very useful if there was a way to rotate the input images.

Thanks, for the suggestion.

I think that may be slightly beyond the scope of this module. It's just supposed to merge images together, if you need opacity or other transformations they should be already applied.

However, if this can be implemented simply without too much code bloat, I would be happy to accept a PR for this.

I looked into this @lukechilds and I feel it's better to handle this outside of merge-images itself. There's already a package for this and implementing this here would pretty much involve the same code.

Thanks for your time and this awesome package!