Search found 6 matches
- 2016-04-14T08:54:51-07:00
- Forum: Bugs
- Topic: Abort trap: 6
- Replies: 6
- Views: 6538
Re: Abort trap: 6
I'm on OSX 10.10.5 Yosemite. convert logo: logo.png gives "Abort trap: 6" messages as well. convert -version gives: Version: ImageMagick 6.9.3-1 Q16 x86_64 2016-01-09 http://www.imagemagick.org Copyright: Copyright (C) 1999-2016 ImageMagick Studio LLC License: http://www.imagemagick.org/script ...
- 2016-04-12T17:22:13-07:00
- Forum: Bugs
- Topic: Abort trap: 6
- Replies: 6
- Views: 6538
Abort trap: 6
I'm getting: Abort trap: 6 as output from this command: convert FullSizeRender.jpg \( reverse-confetti-watermark.png -resize 480x \) -append FullSizeRender-watermark.jpg This is from a Mac binary install of 6.9.3, installed from ImageMagick-x86_64-apple-darwin15.2.0.tar.gz. Here are the images in ...
- 2016-03-20T09:39:56-07:00
- Forum: Users
- Topic: How to use -set
- Replies: 13
- Views: 12134
Re: How to use -set
Sorry for bumping an old thread, but I *finally* got back around to working on this again, and GeeMack's final reply was exactly what I needed. I put that into an OSX services script, and (after a little bit of wrestling with PATH and exports and such) it's working great. Thanks so much, GeeMack and ...
- 2016-01-26T12:04:21-07:00
- Forum: Users
- Topic: How to use -set
- Replies: 13
- Views: 12134
Re: How to use -set
Sounds good, thanks. Out of curiosity, when will v7 be in full release? Or is there a similar way to do what I want in v6?
Dave
Dave
- 2016-01-26T07:44:26-07:00
- Forum: Users
- Topic: How to use -set
- Replies: 13
- Views: 12134
Re: How to use -set
Ok, thanks, I'll look into FX expressions. I'm willing to upgrade to v7. I'll be running this on a Mac. I'm not seeing that on the downloads page, would MacPorts support building that version? (I'm really new to Macs, doing this for my wife, so all pointers for this would be greatly appreciated ...
- 2016-01-25T18:58:36-07:00
- Forum: Users
- Topic: How to use -set
- Replies: 13
- Views: 12134
How to use -set
I'm trying to use convert to append two images. I want the 2nd image to match the width of the first. If I do this: convert fsr.jpg \( watermark.jpg -resize 480 \) -append -verbose fsr-marked.jpg it works fine. Except I won't always know the width of the first image. So I try: convert fsr.jpg -set ...