Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Add support for imagemagick stacks #525

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add support for imagemagick stacks #525

wants to merge 1 commit into from

Conversation

Sebmaster
Copy link
Contributor

This seemed like a convenient API suggested by @boutell. I previously also had a draft for an API like

gm('img').batch([
 gm({ clone: 0 }).resize(100, 100).out('-write', 'test.png')
 gm({ clone: 0 }).resize(100, 100).out('-write', 'test2.png')
])

but that seemed much more inconvenient.

Fixes #204.

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

Successfully merging this pull request may close these issues.

1 participant