Search found 5 matches

by ashishawadekar
2017-06-06T23:10:15-07:00
Forum: Users
Topic: [HELP] Trim the dimensions around diagram
Replies: 8
Views: 5706

Re: [HELP] Trim the dimensions around diagram

Bonzo wrote: 2017-06-06T12:33:18-07:00 One thing I would do to neaten up the image would be to add a couple of pixel wide black border.
Yes for sure.

It will turn image like the original one.

Thanks.

Cheers,
Ashish
by ashishawadekar
2017-06-06T23:09:19-07:00
Forum: Users
Topic: [HELP] Trim the dimensions around diagram
Replies: 8
Views: 5706

Re: [HELP] Trim the dimensions around diagram

The command probably will not work in mogrify. The explanation is above my result. -write mpr:img (saves a copy of the input) -fuzz 10% -fill black -opaque white (changes all white to black) -set option:cropvals "%@" (saves the trim values as cropvals without having to use -trim) +delete mpr:img ...
by ashishawadekar
2017-06-06T10:10:15-07:00
Forum: Users
Topic: [HELP] Trim the dimensions around diagram
Replies: 8
Views: 5706

Re: [HELP] Trim the dimensions around diagram

Thanks a lot for the response fmw42.

I tried the command on my system, unfortunately, it is not working.

Can you please give this same effect with mogrify?

Also it would be great if you can explain how this command actually works.

Cheers,
Ashish
by ashishawadekar
2017-06-06T09:25:50-07:00
Forum: Users
Topic: [HELP] Trim the dimensions around diagram
Replies: 8
Views: 5706

Re: [HELP] Trim the dimensions around diagram

Thanks for your swift response fmw42.

The input image is the one which I have shared earlier.

The resultant image should look like this :

Image

Cheers,
Ashish
by ashishawadekar
2017-06-06T08:04:40-07:00
Forum: Users
Topic: [HELP] Trim the dimensions around diagram
Replies: 8
Views: 5706

[HELP] Trim the dimensions around diagram

Hello there, I want to trim the dimensions, dimension lines which are present around the window drawing and preserve only the window image. How can do that using Image Magick ? https://i.imgur.com/UY6RfhU.jpg Version: ImageMagick 7.0.5-5 Q16 x86_64 2017-04-25 Running on macOS Sierra 10.12.5 Can ...