Search found 3 matches

by groyk
2014-02-17T23:17:43-07:00
Forum: Users
Topic: Remove background using path.
Replies: 6
Views: 7473

Re: Remove background using path.

I bleieve the Y's should be S's but I am not sure.

Anyway to change that in the tif file?
by groyk
2014-02-17T13:09:41-07:00
Forum: Users
Topic: Remove background using path.
Replies: 6
Views: 7473

Remove background using path.

I have written following simple code in order to remove background on some images. convert test.tif -alpha transparent -clip -alpha opaque -strip test_tmp.tif convert test_tmp.tif -background white -alpha remove -resize 1600 -quality 85 result.jpg On most images ImageMagick does not catch the path ...