Clipping Path operations #6297
-
Hi, Imagemagick provides something called "clipping operations" with basically operate on a mask defined by a set of bezier curves. These curves are stored by photoshop inside the exif/jfif data of tiffs and jpgs. Since I need to do this for a project, I'd also like to contribute the code, which brings me to the following questions:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
We accept new features that don't just close current issues, yes. There isn't a written stance on adding more dependencies that I can find. Obviously fewer is better, and ideally dependencies have a license such that we can bundle them into our binary wheels and distribute them. If you're thinking about reading SVG files, you may want to also consider that we have an open issue requesting SVG support - #3509. Although just adding a dependency to convert SVGs to PNGs may not be an easy solution - once upon a time, I had a tentative idea to read PDFs on macOS by converting them to PNG, and that ended up being closed - #1969 (comment) |
Beta Was this translation helpful? Give feedback.
We accept new features that don't just close current issues, yes.
There isn't a written stance on adding more dependencies that I can find. Obviously fewer is better, and ideally dependencies have a license such that we can bundle them into our binary wheels and distribute them.
If you're thinking about reading SVG files, you may want to also consider that we have an open issue requesting SVG support - #3509. Although just adding a dependency to convert SVGs to PNGs may not be an easy solution - once upon a time, I had a tentative idea to read PDFs on macOS by converting them to PNG, and that ended up being closed - #1969 (comment)