Finally I found a solution : convert the png images in jpg
I don't kow why but it worked
Search found 3 matches
- 2017-06-15T02:53:26-07:00
- Forum: Users
- Topic: -fill in the portable version
- Replies: 4
- Views: 3837
- 2017-06-13T13:44:37-07:00
- Forum: Users
- Topic: -fill in the portable version
- Replies: 4
- Views: 3837
Re: -fill in the portable version
There is an image that can illustrate the problem: https://www.dropbox.com/s/8ls7h5wc0m4ntlm/exemple.png?dl=0 I want to erase the pink color (rgb 255, 178, 178), so I replace it by white. Actually my bat code is : "%~dp0ImageMagick-7.0.5-7-portable-Q16-x86\convert.exe" exemple.png -fuzz 10%% -fill ...
- 2017-06-13T11:18:45-07:00
- Forum: Users
- Topic: -fill in the portable version
- Replies: 4
- Views: 3837
-fill in the portable version
Hello, I have a little problem with the portable version. I want to create a software that I can give to somebody without installing anything and so I use the portable version of ImageMagick. However, one command doesn't work with this version although when I installed the "normal" version on my pc ...