Search found 6 matches

by orjan
2018-06-11T01:55:04-07:00
Forum: Users
Topic: Clipping mask and adding feather
Replies: 11
Views: 10035

Re: Clipping mask and adding feather

Btw, will the naming conversion of the actual clipping mask on the photo have any effect on how the code should be specified? If example the clipping path is called "Clipping path" or "Path1"?
by orjan
2018-06-11T01:52:35-07:00
Forum: Users
Topic: Clipping mask and adding feather
Replies: 11
Views: 10035

Re: Clipping mask and adding feather

I tried installing ImageMagick on my local Windows PC, and used the following code: magick identify -quiet -format "%[8BIM:1999,2998:#1]" "C:\ImageMagick\Product-image-with-clipping-mask.jpg" |^ magick convert -quiet "C:\ImageMagick\Product-image-with-clipping-mask.jpg"...
by orjan
2018-06-11T01:36:56-07:00
Forum: Users
Topic: Clipping mask and adding feather
Replies: 11
Views: 10035

Re: Clipping mask and adding feather

Thanks for checking fmw42
The engine uses the convert.exe from ImageMagick
Platform: Windows
Version: Unknown (Should be the newest version)

Do you have any idea why it is not working for me?
by orjan
2018-06-07T07:24:14-07:00
Forum: Users
Topic: Clipping mask and adding feather
Replies: 11
Views: 10035

Re: Clipping mask and adding feather

Hi! I have tried the code suggested here. The feather works really well, but the problem I am facing now, is that the clipping mask does not remove the background. Any suggestions?
by orjan
2018-05-30T02:07:03-07:00
Forum: Users
Topic: Clipping mask and adding feather
Replies: 11
Views: 10035

Re: Clipping mask and adding feather

Thanks guys. The original file I sent to IM you`ll find here: https://www.dropbox.com/sh/681tf50se7nj0zj/AAC6QzJzSZD0WCYHtCbquBgha?dl=0 The file I sent to IM is located in the "upload" folder. My current result after IM command is located in the "download-after" folder. The comma...
by orjan
2018-05-29T06:37:45-07:00
Forum: Users
Topic: Clipping mask and adding feather
Replies: 11
Views: 10035

Clipping mask and adding feather

I have photos with clipping mask in photoshop and want to remove/replace the background using ImageMagick. All my photos have white background (black in reference photo to highlight my problem). When I remove the background using IM today, the edge gets very pixelated compared to the result I want. ...