Replies: 1 comment
-
It looks like you found a bug/missing feature in this part of the code. I just pushed a patch that will resolve this issue and you should get the clipping paths in the next release. |
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
-
Hi,
I have been searching wide and tall on the internet and cannot come up with a good solution.
I am using an online AI tool to generate clipping paths. This tool can either generate the clipping path as an SVG or generate a tiff in which the clipping path is embedded.
The problem I have is that in order to remove the background using this tool I use the Clip method on the MagickImage. This, however, only works if the clip path have a name
The above works for the most parts, but if the Clipping path does not have a name, then it fails to initiate the clipPaths because the name is empty.
I have reached out to the company creating the tiff with the embedded clipping-path but they claim they cannot do anything.
As I see it I have to options
I have tried the latter from a previous question posted in here, but you leave the operation to the reader and I cannot figure that out
#492
I have created a small zip containing three files
files.zip
I am hoping you can help me out here.
Beta Was this translation helpful? Give feedback.
All reactions