Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multiple overlayWith? overlayWith larger image? #597

Closed
etinif opened this issue Oct 11, 2016 · 2 comments
Closed

multiple overlayWith? overlayWith larger image? #597

etinif opened this issue Oct 11, 2016 · 2 comments
Labels

Comments

@etinif
Copy link

etinif commented Oct 11, 2016

Hello,

  • Is it possible to do multiple overlays?
  • "overlayWith(image, [options]) must be the same size or smaller than the processed image"
    Can this be changed? It's kind of restrictive that the overlay must be smaller or the same size as the processed image. For example I want to put a simple image border at the bottom of an image but currently it's not possible?
@lovell
Copy link
Owner

lovell commented Oct 11, 2016

" Is it possible to do multiple overlays?"

#405 provides an example of how you might achieve this.

"I want to put a simple image border at the bottom of an image"

Did you see the extend operation, which will extend the size of the image before compositing?

@etinif
Copy link
Author

etinif commented Oct 12, 2016

Thank you lovell! That's very helpful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants