Search found 17 matches

by corbanb
2013-10-30T14:14:08-07:00
Forum: Fred's Scripts
Topic: toycamera tint
Replies: 2
Views: 10642

Re: toycamera tint

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
by corbanb
2013-10-30T14:05:08-07:00
Forum: Fred's Scripts
Topic: toycamera tint
Replies: 2
Views: 10642

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 i...
by corbanb
2013-10-29T11:33:31-07:00
Forum: Bugs
Topic: ImageMagick 6.8.7-3 (core dumped)
Replies: 17
Views: 21000

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...
by corbanb
2013-10-29T10:13:42-07:00
Forum: Bugs
Topic: ImageMagick 6.8.7-3 (core dumped)
Replies: 17
Views: 21000

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 ...
by corbanb
2013-10-11T10:40:20-07:00
Forum: Bugs
Topic: Installing missing ImageMagick delegate libraries - OSX 10.8
Replies: 2
Views: 5287

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.
by corbanb
2013-10-10T20:34:25-07:00
Forum: Bugs
Topic: Installing missing ImageMagick delegate libraries - OSX 10.8
Replies: 2
Views: 5287

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 ...
by corbanb
2013-10-06T09:28:29-07:00
Forum: Fred's Scripts
Topic: 3DBOX Help + Ideas
Replies: 6
Views: 15924

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.
by corbanb
2013-10-05T12:21:19-07:00
Forum: Fred's Scripts
Topic: 3DBOX Help + Ideas
Replies: 6
Views: 15924

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 sin...
by corbanb
2013-10-05T11:53:45-07:00
Forum: IMagick
Topic: writeImage not build .mpc
Replies: 0
Views: 5291

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 wri...
by corbanb
2013-10-03T19:31:31-07:00
Forum: Fred's Scripts
Topic: AutoColor not working from PHP
Replies: 10
Views: 23836

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.
by corbanb
2013-10-03T17:49:55-07:00
Forum: Fred's Scripts
Topic: AutoColor not working from PHP
Replies: 10
Views: 23836

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!
by corbanb
2013-10-03T17:45:45-07:00
Forum: Fred's Scripts
Topic: 3DBOX Help + Ideas
Replies: 6
Views: 15924

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?
by corbanb
2013-10-03T16:09:30-07:00
Forum: Fred's Scripts
Topic: AutoColor not working from PHP
Replies: 10
Views: 23836

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); ?> B...
by corbanb
2013-10-03T15:59:51-07:00
Forum: Fred's Scripts
Topic: 3DBOX Help + Ideas
Replies: 6
Views: 15924

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 th...
by corbanb
2013-09-29T20:50:20-07:00
Forum: Fred's Scripts
Topic: AutoColor not working from PHP
Replies: 10
Views: 23836

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.