yahoo! I swear I tried that ... thank you so much for your time.
Amy
Search found 7 matches
- 2012-02-23T12:10:25-07:00
- Forum: Users
- Topic: iOS ConvertImageCommand UnableToOpenBlob
- Replies: 11
- Views: 19984
- 2012-02-23T11:01:13-07:00
- Forum: Users
- Topic: iOS ConvertImageCommand UnableToOpenBlob
- Replies: 11
- Views: 19984
Re: iOS ConvertImageCommand UnableToOpenBlob
convert -version
Version: ImageMagick 6.7.5-3 2012-02-18 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2012 ImageMagick Studio LLC
Features: OpenCL
Version: ImageMagick 6.7.5-3 2012-02-18 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2012 ImageMagick Studio LLC
Features: OpenCL
- 2012-02-22T13:25:09-07:00
- Forum: Users
- Topic: iOS ConvertImageCommand UnableToOpenBlob
- Replies: 11
- Views: 19984
Re: iOS ConvertImageCommand UnableToOpenBlob
Ugh! Thank you for your patience with me.. I thought I had it working, but it is not ( @Fred, I'm trying to run that one that doesn't pipe it into compose but uses the comment Anthony posted). convert rose: -background black -gravity south -splice 0x8\ \( +clone -sparse-color barycentric '0,0 black ...
- 2012-02-22T11:40:36-07:00
- Forum: Users
- Topic: iOS ConvertImageCommand UnableToOpenBlob
- Replies: 11
- Views: 19984
Re: iOS ConvertImageCommand UnableToOpenBlob
Thank you for the reply. However, I can not get the following to work.. it appears not to be doing the "-delete 1 -swap 0,1" portion of the script (I was testing the script edits before getting it to work in iOS) convert rose: -background black -gravity south -splice 0x8 \ \( +clone -sparse-color ...
- 2012-02-21T16:24:40-07:00
- Forum: Users
- Topic: iOS ConvertImageCommand UnableToOpenBlob
- Replies: 11
- Views: 19984
Re: iOS ConvertImageCommand UnableToOpenBlob
Resolved.
Another problem is that the composite portion of the script has to be done via CompositeImageCommand. I will post the solution when it finally works.
Another problem is that the composite portion of the script has to be done via CompositeImageCommand. I will post the solution when it finally works.
- 2012-02-21T15:01:24-07:00
- Forum: Users
- Topic: iOS ConvertImageCommand UnableToOpenBlob
- Replies: 11
- Views: 19984
Re: iOS ConvertImageCommand UnableToOpenBlob
I've gotten closer by fixing the parenthesis and single quotes... removing \ and removing ' (Note I've had to find these by hunting and pecking... I could still not find any documentation on how to convert from script to code arguments.. hopefully this will save others time in the future) currently ...
- 2012-02-21T12:12:55-07:00
- Forum: Users
- Topic: iOS ConvertImageCommand UnableToOpenBlob
- Replies: 11
- Views: 19984
iOS ConvertImageCommand UnableToOpenBlob
Hi, I'm trying to use ConvertImageCommand and port over a script like: convert rose: -background black -gravity south -splice 0x8 \ \( +clone -sparse-color barycentric '0,0 black 69,0 white' \) \ \( +clone -function arcsin 0.5 \) \ \( -clone 1 -level 25%,75% \ -function polynomial -4,4,0 -gamma 2 ...