Search found 265 matches

by dognose
2009-05-13T12:36:15-07:00
Forum: Users
Topic: Exposure..
Replies: 8
Views: 17408

Re: Exposure..

no one has any ideas?
by dognose
2009-05-06T09:52:45-07:00
Forum: Users
Topic: Exposure..
Replies: 8
Views: 17408

Exposure..

I'm working on translating this effect into IM calls. http://ebin.wordpress.com/2007/03/21/how-to-turn-your-photo-into-movie-like-effect-using-photoshop/ I'm stuck on reproducing the exposure setting: http://ebin.files.wordpress.com/2007/03/tut2-step2.png?w=345&h=221 I've used the -sigmoidal-con...
by dognose
2009-05-01T08:51:30-07:00
Forum: Users
Topic: hexa image mirage effect
Replies: 1
Views: 4513

hexa image mirage effect

I just saw this lens effect. I'd like to be able to reproduce it with IM.. Any ideas?

Image

Image
by dognose
2009-03-05T13:30:48-07:00
Forum: Users
Topic: Photoshop Brushes and patterns
Replies: 0
Views: 2892

Photoshop Brushes and patterns

Is there anyway to convert photoshop brushes or patterns with IM or other program?

I think the extensions are abr and cbr..
by dognose
2009-02-07T22:55:57-07:00
Forum: Bugs
Topic: convert -list format .. seg fault.
Replies: 3
Views: 9161

Re: convert -list format .. seg fault.

convert -list format

results in this system error message.

Feb 7 21:54:02 .. kernel: convert[16159]: segfault at 000000398163637c rip 000000398163637c rsp 00007fffc35a0ec8 error 14

I'm getting it at other times as well, though, i'm not sure what processes.
by dognose
2009-01-28T15:46:50-07:00
Forum: Bugs
Topic: convert -list format .. seg fault.
Replies: 3
Views: 9161

convert -list format .. seg fault.

I'm getting a Segmentation fault when I list formats. No big deal, just wondering what's causing it. #convert -list format ... whole list of formats.. YCbCr* YCbCr rw+ Raw Y, Cb, and Cr samples YCbCrA* YCbCr rw+ Raw Y, Cb, Cr, and alpha samples YUV* YUV rw- CCIR 601 4:1:1 or 4:2:2 * native blob supp...
by dognose
2009-01-24T12:50:06-07:00
Forum: Users
Topic: Video frames to one image
Replies: 5
Views: 11033

Re: Video frames to one image

[url=http://imageshack.us]Can you compose multiple images in one command? If I use convert in.gif[0,1,2,3] -compose darken -flatten out.gif I get a black image. Presumably the background color is being set to black by the GIF image file, so naturally black is darker than all the other frames. Try th...
by dognose
2009-01-24T12:06:11-07:00
Forum: Users
Topic: Video frames to one image
Replies: 5
Views: 11033

Re: Video frames to one image

I'm interested in this idea as well.

Here is a pic I'm using to try play with.

Image
by dognose
2009-01-23T10:40:13-07:00
Forum: Users
Topic: compose/composite changes in 6.3.8 to current
Replies: 2
Views: 6261

compose/composite changes in 6.3.8 to current

I finally upgraded to the latest version of IM, I'm now working through all the changes in command structure.. in im 6.3.8 to overlay and image with a mask, I used this: convert overlay.gif mask.gif +matte -compose CopyOpacity -composite \( baseimage.gif \) +swap -geometry +100+100 +compose -composi...
by dognose
2009-01-22T11:44:47-07:00
Forum: Developers
Topic: Failed rpm build on CentOS 5.2 x86_64
Replies: 5
Views: 15740

Re: Failed rpm build on CentOS 5.2 x86_64

Success.

I was finally able to get the rpm built.

I just had to rip out references to magick++ in the spec file, and compensate for the extra files from the make errors.
by dognose
2009-01-21T22:49:40-07:00
Forum: Developers
Topic: Failed rpm build on CentOS 5.2 x86_64
Replies: 5
Views: 15740

Re: Failed rpm build on CentOS 5.2 x86_64

Yes, I'm quite familiar with building rpms from source. It should be as simple as "rpmbuild --rebuild package.srpm" I've built IM previously, the same version (6.3.8) that was reported here to build. I haven't been able to build any since... though I've only been trying intermittently. I'm...
by dognose
2009-01-20T23:01:37-07:00
Forum: Users
Topic: Color Replacement... question on -clut
Replies: 8
Views: 17110

Re: Color Replacement... question on -clut

Wow, interesting, editing the xpm file. It certainly works.... I guess I may use that.

I'm surprised there isn't a way to swap out the color palette via the command though, or somehow make the colors linear.
by dognose
2009-01-20T20:32:26-07:00
Forum: Developers
Topic: Failed rpm build on CentOS 5.2 x86_64
Replies: 5
Views: 15740

Failed rpm build on CentOS 5.2 x86_64

Does IM build on 64 bit, or does it need any special workarounds? rpmbuild --bb ImageMagick.spec Processing files: ImageMagick-c++-devel-6.4.8-7 error: File not found: /var/tmp/ImageMagick-6.4.8-7-root-root/usr/bin/Magick++-config error: File not found: /var/tmp/ImageMagick-6.4.8-7-root-root/usr/lib...
by dognose
2009-01-19T19:31:40-07:00
Forum: Users
Topic: Color Replacement... question on -clut
Replies: 8
Views: 17110

Re: Color Replacement... question on -clut

sorry, I just added that to my last post after you already replied.
by dognose
2009-01-19T19:13:39-07:00
Forum: Users
Topic: Color Replacement... question on -clut
Replies: 8
Views: 17110

Re: Color Replacement... question on -clut

I was hoping you wouldn't say that. haha. I thought I was just using clut wrong... Since I have to do this automatically, and for a varied number of colors, so, it's sorta hard to write it directly.. convert image.gif -format "%c" histogram:info: parse that sort the colors (light to dark) ...