solved it!
-fill is the option and it requires the colors to be in these formats - http://www.imagemagick.org/script/comma ... s.php#fill
Search found 17 matches
- 2013-10-30T14:14:08-07:00
- Forum: Fred's Scripts
- Topic: toycamera tint
- Replies: 2
- Views: 12503
- 2013-10-30T14:05:08-07:00
- Forum: Fred's Scripts
- Topic: toycamera tint
- Replies: 2
- Views: 12503
toycamera tint
Hi, I am trying to use the toycamera filter in combination with -t. From what I can see there is a bug in the code that would allow this to work correct. Below is my command and the output. $ toycamera -i 60 -o 150 -d 5 -s 10 -c 10 -S 2 -t ffa930 -a 10 in.jpg out.jpg OUTPUT convert: unable to open ...
- 2013-10-29T11:33:31-07:00
- Forum: Bugs
- Topic: ImageMagick 6.8.7-3 (core dumped)
- Replies: 17
- Views: 25110
Re: ImageMagick 6.8.7-3 (core dumped)
Wanted to post an update. I was also able to try and run make check and they gave me some results with many tests failing. Here is the output from cat ./test-suite.log. ========================================= ImageMagick 6.8.7: ./test-suite.log ========================================= # TOTAL: 59 ...
- 2013-10-29T10:13:42-07:00
- Forum: Bugs
- Topic: ImageMagick 6.8.7-3 (core dumped)
- Replies: 17
- Views: 25110
ImageMagick 6.8.7-3 (core dumped)
Hi everyone, I am working to build ImageMagick from source on Ubuntu 12.04.3 LTS. Everything seems to work correctly but when I try to run convert I am getting a Illegal instruction (core dumped) error. Below is how I am going about building from source. Configure ./configure --with-lqr --with-lcms ...
- 2013-10-11T10:40:20-07:00
- Forum: Bugs
- Topic: Installing missing ImageMagick delegate libraries - OSX 10.8
- Replies: 2
- Views: 5763
Re: Installing missing ImageMagick delegate libraries - OSX
Thanks for the insight. I am getting closer now. This has introduced some permission issues that I didn't have when I built IM with homebrew instead of from source. Very odd. But it did install the correct delegates for me! Thanks.
- 2013-10-10T20:34:25-07:00
- Forum: Bugs
- Topic: Installing missing ImageMagick delegate libraries - OSX 10.8
- Replies: 2
- Views: 5763
Installing missing ImageMagick delegate libraries - OSX 10.8
Hi everyone, I am desperately trying to get liblqr and little-cms to work on OSX as well as ubuntu. I can't seem to find a way to get a build working to running locally or on my server. Surely I am missing something. Below is a link to the SO question I submitted. I'd love any help I could get from ...
- 2013-10-06T09:28:29-07:00
- Forum: Fred's Scripts
- Topic: 3DBOX Help + Ideas
- Replies: 6
- Views: 18739
Re: 3DBOX Help + Ideas
Its been going pretty well. I removed those lines form my script and seem to be moving fairly well. I'll definitely let you know if anythings comes up! Thanks for your continued help.
- 2013-10-05T12:21:19-07:00
- Forum: Fred's Scripts
- Topic: 3DBOX Help + Ideas
- Replies: 6
- Views: 18739
Re: 3DBOX Help + Ideas
Hi! So I started working on this script and have begun to get things working but am now running into an issue at the very end of the 3Dbox script that calls the '1tmp1.png' etc images starting at line 1082 of the script. I get the error it can't open that file. I am not sure what its looking for ...
- 2013-10-05T11:53:45-07:00
- Forum: IMagick
- Topic: writeImage not build .mpc
- Replies: 0
- Views: 6306
writeImage not build .mpc
Hi everyone, I am working on a project using IMagick but I seem to be running into an issue where writeImage doesn't seem to complete. But I am not sure if that is correct or not. Its putting images in the folder but that have the extension .cache instead of .mpc and when I try to open the one I ...
- 2013-10-03T19:31:31-07:00
- Forum: Fred's Scripts
- Topic: AutoColor not working from PHP
- Replies: 10
- Views: 28361
Re: AutoColor not working from PHP
Thanks for all your help! Much appreciated. Doing testing now and plan to make some purchases in the near future.
- 2013-10-03T17:49:55-07:00
- Forum: Fred's Scripts
- Topic: AutoColor not working from PHP
- Replies: 10
- Views: 28361
Re: AutoColor not working from PHP
You nailed it on the hyphen. I did some more tests and now both together and separate are working! Great news!
- 2013-10-03T17:45:45-07:00
- Forum: Fred's Scripts
- Topic: 3DBOX Help + Ideas
- Replies: 6
- Views: 18739
Re: 3DBOX Help + Ideas
That's very cool! Does this mean it will do the angles like I have show in this photo also? http://cl.ly/image/1U202s2Q0P2N Or just one side on the left as seen in the demo images?
- 2013-10-03T16:09:30-07:00
- Forum: Fred's Scripts
- Topic: AutoColor not working from PHP
- Replies: 10
- Views: 28361
Re: AutoColor not working from PHP
Shoot. I just saw your response to my help here. Very sorry. I apologize. I just updated the script to look like... <?php $input = "og.jpg"; $output = "og-new.jpg"; $command = "./autocolor -m recolor –c separate $input $output"; error_log($command); exec($command); ?> But it seems to yield the same r ...
- 2013-10-03T15:59:51-07:00
- Forum: Fred's Scripts
- Topic: 3DBOX Help + Ideas
- Replies: 6
- Views: 18739
3DBOX Help + Ideas
Hi everyone, I am working a project that will convert images using 3DBOX but not really sure how to go about this. Would love some ideas if possible. In this image (http://cl.ly/image/1U202s2Q0P2N) you can see I have 4 separate renderings of the same image in 3D. One thing to note is I don't need ...
- 2013-09-29T20:50:20-07:00
- Forum: Fred's Scripts
- Topic: AutoColor not working from PHP
- Replies: 10
- Views: 28361
Re: AutoColor not working from PHP
Looks like the -c flag was the issue. Seems to be working now when I remove that. Using IM 6.8.