Search found 265 matches

by dognose
2010-10-13T15:47:09-07:00
Forum: Bugs
Topic: svg to png errors
Replies: 21
Views: 69873

Re: svg to png errors

# gdb convert GNU gdb (GDB) Red Hat Enterprise Linux (7.0.1-23.el5_5.2) Copyright (C) 2009 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the ext...
by dognose
2010-10-13T12:41:13-07:00
Forum: Bugs
Topic: svg to png errors
Replies: 21
Views: 69873

Re: svg to png errors

sorry, that was on a different machine that had strace... similar results with the new version.. open("/usr/lib64/ImageMagick-6.6.4/config/colors.xml", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/doc/ImageMagick-6.6.4/colors.xml", O_RDONLY) = -1 ENOENT (No ...
by dognose
2010-10-13T12:24:29-07:00
Forum: Bugs
Topic: svg to png errors
Replies: 21
Views: 69873

Re: svg to png errors

I'll throw in an strace to see what it was doing last.. writing out colors.xml? brk(0x12f39000) = 0x12f39000 open("/usr/share/ImageMagick-6.6.1/config/colors.xml", O_RDONLY) = 4 lseek(4, 0, SEEK_END) = 1378 mmap(NULL, 1378, PROT_READ, MAP_PRIVATE, 4, 0) = 0x2b702f175000 munmap(0x2b702f1750...
by dognose
2010-10-13T12:17:28-07:00
Forum: Bugs
Topic: svg to png errors
Replies: 21
Views: 69873

Re: svg to png errors

doesn't fix it. the problem is still there:

Code: Select all

# convert --version
Version: ImageMagick 6.6.4-10 2010-10-13 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2010 ImageMagick Studio LLC
Features:    

# convert rose: rose.svg
Segmentation fault

by dognose
2010-10-12T11:49:11-07:00
Forum: Bugs
Topic: svg to png errors
Replies: 21
Views: 69873

Re: svg to png errors

#convert rose: rose.svg Segmentation fault convert rose.svg rose.png Segmentation fault The resulting image looks correct. convert --version Version: ImageMagick 6.6.1-10 2010-05-23 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2010 ImageMagick Studio LLC Features: OpenMP DELEGATES b...
by dognose
2010-06-11T12:12:21-07:00
Forum: Users
Topic: tile problem after upgrade..
Replies: 8
Views: 17084

Re: tile problem after upgrade..

hmm. well, it works if I change the command line order. .

composite -size "500x500" tile:tile.gif image-in -compose color_dodge image-out
by dognose
2010-06-11T12:02:57-07:00
Forum: Users
Topic: tile problem after upgrade..
Replies: 8
Views: 17084

Re: tile problem after upgrade..

That animates the image for me.. instead of composing it.
by dognose
2010-06-11T10:27:08-07:00
Forum: Users
Topic: tile problem after upgrade..
Replies: 8
Views: 17084

Re: tile problem after upgrade..

Well, the image-out is the same as the image-in

I guess the problem is with the "-size "500x500" tile:tile.gif" .. it's not making the tiled image.

If i make that image before hand, it works..
convert -size "500x500" tile:tile.gif tiled-in.gif
by dognose
2010-06-11T06:28:09-07:00
Forum: Users
Topic: tile problem after upgrade..
Replies: 8
Views: 17084

Re: tile problem after upgrade..

Any ideas?
by dognose
2010-06-10T10:00:54-07:00
Forum: Users
Topic: tile problem after upgrade..
Replies: 8
Views: 17084

tile problem after upgrade..

Hi, I'm wondering what I'm doing wrong here, or what has changed.. I just upgraded from IM 6.4.8 to 6.6 .. and now this command doesn't work. ( It used to color dodge the tiled image on image-in ) composite -compose color_dodge -size "500x500" tile:tile.gif image-in image-out Is there a be...
by dognose
2010-02-05T10:39:38-07:00
Forum: Users
Topic: Radial lines / starburst.
Replies: 2
Views: 6923

Re: Radial lines / starburst.

no one?
by dognose
2010-02-01T18:42:52-07:00
Forum: Users
Topic: Radial lines / starburst.
Replies: 2
Views: 6923

Radial lines / starburst.

Any ideas on how to create an image like this: http://mintyferret.com/wp-content/uploads/2007/07/starburst6.gif given colors and number, etc. I've seen fred's starburst and the flare example, but they don't seem to create clean lines. . I've also tried convert xc:red xc:pink xc:red xc:pink xc:red xc...
by dognose
2009-12-28T22:20:00-07:00
Forum: Users
Topic: RGB Curve .. hard light .. in im?
Replies: 2
Views: 6719

Re: RGB Curve .. hard light .. in im?

Wow, that's pretty amazing likeness..

I'm not actually getting quite as good as results right now.. not sure if I'm in too early an IM version or what..

I'll have to play around with that.
by dognose
2009-12-28T15:32:39-07:00
Forum: Users
Topic: RGB Curve .. hard light .. in im?
Replies: 2
Views: 6719

RGB Curve .. hard light .. in im?

I'm trying to recreate this: http://photoshopfrenzy.com/wp-content/uploads/2007/12/6b1.gif from this 'shop tuturial http://photoshopfrenzy.com/?p=94 I wasn't sure how the "hard light" and "rgb curve" actions would be performed in IM. Does anyone have the commands that would get m...
by dognose
2009-11-22T21:06:26-07:00
Forum: Users
Topic: Aligning frames..
Replies: 6
Views: 13762

Re: Aligning frames..

Hmm. interesting. I like the sound of "finding the local maxima in hough space".. thought I have no idea what that actually means ;-) .. so if you could find distinctive coordinates in both images, you might be able to find a best guess of the offsets. Like, find the average center of the ...