Search found 3 matches
- 2019-01-13T21:13:35-07:00
- Forum: Users
- Topic: Remove grey background and turn it transparent
- Replies: 6
- Views: 9532
Re: Remove grey background and turn it transparent
running it on linux and it works fine...
- 2019-01-13T21:01:37-07:00
- Forum: Users
- Topic: Remove grey background and turn it transparent
- Replies: 6
- Views: 9532
Re: Remove grey background and turn it transparent
not working for me at all. I tried all the variations: of magick convert, magick, convert, running gitbash, running cmd... strangely getting... getting magick.exe: unable to open image 'image.png': No such file or directory @ error/blob.c/OpenBlob/3490 then the file is right there, quadrupledcheck ...
- 2019-01-13T20:39:32-07:00
- Forum: Users
- Topic: Remove grey background and turn it transparent
- Replies: 6
- Views: 9532
Remove grey background and turn it transparent
ImageMagick does not replace '#c0c0c0' with a transparent background I have tried magick convert img.png -fuzz 50% -transparent '#c0c0c0' 0.png and a convert option without "magick" running version windows 10 x64 v7.0.8-14Q16 . A problem for later: using a bash script to convert 200 of these and it ...