Transparency Support
Closed this issue ยท 5 comments
juliancruzsanchez commented
I need to be able to adjust ocpacity
lukechilds commented
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 done first.
I'm busy with other projects at the moment but if this can be done simply without too much code changes I could be convinced to accept a PR for this.
Rincewind3d commented
Hi Julian,
you will be happy to hear that I just created a pull request (#37) which adds transparency support.
juliancruzsanchez commented
Awesome! Thanks for responding, I don't get that very often.
โฆOn Mon, Feb 12, 2018 at 4:12 PM, Hanterdro ***@***.***> wrote:
Hi Julian,
you will be happy to hear that I just created a pull request which adds
transparency support.
#37 <#37>
โ
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#32 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AUAchGFLWziRV7o6nDzmy748frToMx7vks5tUMVkgaJpZM4RiHPq>
.
--
[image: --]
Julian Sanchez
[image: https://]about.me/julian.sanchez
<https://about.me/julian.sanchez?promo=email_sig&utm_source=email_sig&utm_medium=email_sig&utm_campaign=external_links>
lukechilds commented
@juliancruzsanchez I just published merge-images@1.1.0
, docs here: https://github.com/lukechilds/merge-images#opacity
Thanks for your help @Hanterdro!
juliancruzsanchez commented
Thanks!