Search found 4 matches

by KlutzyBubbles
2018-09-02T04:58:36-07:00
Forum: Users
Topic: Trim and Fuzz problems
Replies: 6
Views: 6258

Re: Trim and Fuzz problems

... when i try to use it either with mogrify or windows 'forfiles' to make a batch process it just doesn't work If you showed the commands you tried, and what errors they gave, perhaps we could say why they don't work for you. They work for me: magick mogrify +repage -bordercolor None -border 10 ...
by KlutzyBubbles
2018-09-01T19:48:34-07:00
Forum: Users
Topic: Trim and Fuzz problems
Replies: 6
Views: 6258

Re: Trim and Fuzz problems

I assume you want to process before.png. That image has a few problems: 1. It has a page offset. ("magick -identify before.png" shows this.) "+repage" takes care of that. 2. The blocks go right up to the image edge, so "-trim" doesn't know what to trim. Adding a suitable border takes care of that ...
by KlutzyBubbles
2018-09-01T05:42:41-07:00
Forum: Users
Topic: Trim and Fuzz problems
Replies: 6
Views: 6258

Re: Trim and Fuzz problems

... the images in question are located here: https://imgur.com/a/nVbigxf That pages shows two JPG images, or a zip file that contains two JPG images. JPG does not record transparency. Your command shows input from PNG, so I guess you uploaded the wrong files, or imgur "helpfully" converted them to ...
by KlutzyBubbles
2018-09-01T05:24:09-07:00
Forum: Users
Topic: Trim and Fuzz problems
Replies: 6
Views: 6258

Trim and Fuzz problems

Hi, If i have formatted this thread wrong, please let me know. I am very new to the forum and don't want to be breaking any rules or flooding the wrong categories. I have a question in regards to trimming an image, the images in question are located here: https://imgur.com/a/nVbigxf I want to trim ...