I bleieve the Y's should be S's but I am not sure.
Anyway to change that in the tif file?
Search found 3 matches
- 2014-02-17T23:17:43-07:00
- Forum: Users
- Topic: Remove background using path.
- Replies: 6
- Views: 7473
- 2014-02-17T13:45:23-07:00
- Forum: Users
- Topic: Remove background using path.
- Replies: 6
- Views: 7473
- 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 ...