Search found 10 matches

by viarun
2014-12-11T15:27:34-07:00
Forum: Bugs
Topic: Bug With stroke-linecap round and stroke-dasharray
Replies: 4
Views: 6009

Re: Bug With stroke-linecap round and stroke-dasharray

I assume this post isn't getting much attention as this type of bug is complex to diagnose?

If so, I understand. Just wanted to make sure it wasn't something else, like "that doesn't look like a bug".
by viarun
2014-12-08T10:38:56-07:00
Forum: Bugs
Topic: Bug With stroke-linecap round and stroke-dasharray
Replies: 4
Views: 6009

Re: Bug With stroke-linecap round and stroke-dasharray

Here's the lines image when drawn with IM 6.7.7 instead of 6.9.0 command: convert -size 220x220 xc:black -draw "fill none stroke-linecap round stroke-width 4 stroke green stroke-dasharray 1,10 line 10,10 200,10 line 10,100 200,100 line 10,120 200,120 stroke red line 10,128 200,128 line 10,180 2...
by viarun
2014-12-08T10:07:09-07:00
Forum: Bugs
Topic: Bug With stroke-linecap round and stroke-dasharray
Replies: 4
Views: 6009

Bug With stroke-linecap round and stroke-dasharray

I'm having an issue with drawing lines, arcs, rectangles, with dotted lines. I have tried different versions of imagemagick, back to 6.7.7, and while the bug works a little differently, it appears in older versions as well. The only difference is at what point the round linecaps quit being drawn. Us...
by viarun
2011-01-30T17:50:11-07:00
Forum: Users
Topic: Interesting Problem...Overlap only the transparent portions
Replies: 10
Views: 20479

Re: Interesting Problem...Overlap only the transparent porti

Terrific! Thanks....that gives me something to play with.
by viarun
2011-01-30T17:30:08-07:00
Forum: Users
Topic: Interesting Problem...Overlap only the transparent portions
Replies: 10
Views: 20479

Re: Interesting Problem...Overlap only the transparent porti

Okay...seems nobody has anything easy.

How about a general pointer? The -layers command looks like it might be able to be coaxed into showing me when I've overlaid the images too closely. Any way to get it to show me just non-transparent pixels that changed?
by viarun
2011-01-29T11:43:32-07:00
Forum: Users
Topic: Web Student - Building a Colorblindness Simulator
Replies: 4
Views: 12557

Re: Web Student - Building a Colorblindness Simulator

I'd start here first: http://homepage.mac.com/lpetrich/ColorBlindnessSim/ColorBlindnessSim.html Appears he's done a bit of research on how colorblind people see, has references to real data and studies, and even includes some downloadable data ( channel filters ) that work in GIMP and Photoshop. I s...
by viarun
2011-01-28T10:04:29-07:00
Forum: Users
Topic: crop direction NorthEast
Replies: 4
Views: 9784

Re: crop direction NorthEast

Two '-flip' operators would work then. Flip the image first, delete the original, then flip each generated tile.

EDIT: Oh, yes. -flop, not -flip Works a treat as far as I can tell. Not sure why you don't like it :)
by viarun
2011-01-28T09:17:55-07:00
Forum: Users
Topic: crop direction NorthEast
Replies: 4
Views: 9784

Re: crop direction NorthEast

If it's always going to be a 3x3 tile, -swap can reorder the images:

http://www.imagemagick.org/Usage/basics/#swap

-swap 0,2 -swap 3,5 -swap 6,8

should work for your 3x3 grid.
by viarun
2011-01-28T07:10:08-07:00
Forum: Users
Topic: Interesting Problem...Overlap only the transparent portions
Replies: 10
Views: 20479

Interesting Problem...Overlap only the transparent portions

I'm trying to overlay two images, top to bottom, but with some overlap of the transparent areas. Image #1: convert -background none -fill red -font Arial -pointsize 72 label:Jimmy\'s one.png http://www.brightledsigns.com/images/test/one.png Image #2: convert -background none -fill blue -font Courier...
by viarun
2010-12-20T12:05:49-07:00
Forum: PerlMagick
Topic: Arched or Arc Text with $image->Annotate ?
Replies: 2
Views: 12531

Arched or Arc Text with $image->Annotate ?

Hello, I see that the command line version of ImageMagick allows for two ways to have text follow a curve when using "convert -annotate" #1: http://www.imagemagick.org/Usage/fonts/#arch #2: http://www.imagemagick.org/Usage/fonts/#arc I've tried various incantations with the perl API, and c...