Skip to content

Add support for imagemagick stacks#525

Open
Sebmaster wants to merge 1 commit into
aheckmann:masterfrom
Sebmaster:feature/pipeline
Open

Add support for imagemagick stacks#525
Sebmaster wants to merge 1 commit into
aheckmann:masterfrom
Sebmaster:feature/pipeline

Conversation

@Sebmaster

Copy link
Copy Markdown
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 join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant