Support for "-label" and examples for Layering PSD/TIFF files #514
cbitterfield
started this conversation in
General
Replies: 1 comment
-
Moving this to discussion as it's not a issue/bug.
The set option
It's true that the documentation is behind. Hopefully community members will start sharing solutions in Discussions "Show & Tell", and help each other until a technical writer is willing to contribute to this project. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I spent two days working on the API connector for python. I am finding it very difficult to create an API call in wand to match the convert command I am using.
The project is to create a layered image with PSD or Layered TIFF. I have this working with "convert". The wand CLI reference is missing "-label" for the layers and the documentation does not demonstrate with an example of how to create a layered image (either in TIFF or PSD) which is different than a frame in a sequenced GIF.
Request(s):
The iterator function does not seem to provide the desired effect. Each layer is based on a set of "()".
This is a template that I use in Python for executing the CLI version of CONVERT. I am trying to do the work via the API.
Beta Was this translation helpful? Give feedback.
All reactions