Search found 25 matches

by b3and1p
2010-12-10T14:13:52-07:00
Forum: Users
Topic: Scaling just one channel
Replies: 10
Views: 20512

Re: Scaling just one channel

I got this error in my log. Do I have the wrong version of IM installed? Did I format something incorrectly? [2010-12-10T16:29:34+00:00] Executing '/usr/local/bin/convert imageA.jpg -channel rgb -separate \( -clone 1 -distort SRT 1.01 0 \) \( -clone 2 -distort SRT 1.02 0 \) -delete 1-2 -combine resu...
by b3and1p
2010-12-10T14:11:29-07:00
Forum: Users
Topic: Resizing overlay image at the same time as overlaying?
Replies: 8
Views: 22375

Re: Resizing overlay image at the same time as overlaying?

For anyone else taking a look at this thread there is one thing I had to change in the command. -resize widthxheight\!

the \! made sure to ignore the orginal file's aspect ratio. This will ensure that A completely covers B. Otherwise it wont unless they are the same aspect ratio.
by b3and1p
2010-12-10T13:39:31-07:00
Forum: Users
Topic: Errors in high value pixels?
Replies: 15
Views: 30173

Re: Errors in high value pixels?

http://placesnapdev02.s3.amazonaws.com/ ... 18c5_o.jpg

You can see it there in the middle of the picture. I think it comes from the linear dodge. Anyone know a secret for getting rid of these artifacts?
by b3and1p
2010-12-10T09:44:21-07:00
Forum: Users
Topic: Errors in high value pixels?
Replies: 15
Views: 30173

Errors in high value pixels?

I am getting these errors a lot lately when pixels go over a value of 1 (or 255 I guess in non float) http://placesnapdev02.s3.amazonaws.com/6a8df34d83bbf5b2cf85ffbec0c37bec750c2cb4_640.jpg When I was getting this with extreme hald changes I would just do a +level 1% before modifying the color and t...
by b3and1p
2010-12-09T13:29:36-07:00
Forum: Users
Topic: Scaling just one channel
Replies: 10
Views: 20512

Re: Scaling just one channel

Do you have to put the first "\" characters in there for it to work? Or is that just so you can have a new line?
by b3and1p
2010-12-08T16:30:15-07:00
Forum: Users
Topic: A faster variable blur?
Replies: 2
Views: 7296

A faster variable blur?

I did a couple tests on doing a variable blur like they show in this example: http://www.imagemagick.org/Usage/mapping/#blur I was doing this on a 2kx2k image with a circular gradient for a mask. I had to do a amount of at least 30 before I really started to see any effect. The problem is that is wa...
by b3and1p
2010-12-08T10:45:05-07:00
Forum: Users
Topic: Scaling just one channel
Replies: 10
Views: 20512

Scaling just one channel

Hi everyone. I want to create a chromatic aberration effect in IM. I want to scale the blue channel and the green channel from the center at different amounts, how would I go about doing this? For instance lets say I want to scale the blue channel 2% and the green channel 1% while leaving the red ch...
by b3and1p
2010-12-07T19:08:37-07:00
Forum: Users
Topic: Resizing overlay image at the same time as overlaying?
Replies: 8
Views: 22375

Re: Resizing overlay image at the same time as overlaying?

Thanks everyone you guys rock! I appreciate the help very much.
by b3and1p
2010-12-07T17:52:55-07:00
Forum: Users
Topic: Resizing overlay image at the same time as overlaying?
Replies: 8
Views: 22375

Re: Resizing overlay image at the same time as overlaying?

Is there a way of doing this if you don't know the resolution of image A?
by b3and1p
2010-12-07T17:28:44-07:00
Forum: Users
Topic: Resizing overlay image at the same time as overlaying?
Replies: 8
Views: 22375

Resizing overlay image at the same time as overlaying?

I am unable to figure out how to do this from the manual, maybe someone here can shed some light? I want to multiply image A over image B. Image A is a different resolution from image B, so I want to resize A to match B and then multiply it over in a single line. Is this possible? Do I need to know ...