Search found 7 matches

by bigimp
2014-05-02T09:55:18-07:00
Forum: Bugs
Topic: Stroke-linecap round not working
Replies: 11
Views: 9481

Re: Stroke-linecap round not working

And finally, 6.7.7-10 Q8 worked as well. So it appears it broke at some point between 6.7.7-10 and 6.7.8-10.
by bigimp
2014-05-01T22:32:32-07:00
Forum: Bugs
Topic: Stroke-linecap round not working
Replies: 11
Views: 9481

Re: Stroke-linecap round not working

Stroke-linecap tests so far: 6.8.9-0 Q16 doesn't work 6.8.9-0 Q8 doesn't work 6.8.7-10 Q8 doesn't work 6.8.0-10 Q8 doesn't work 6.7.8-10 Q8 doesn't work 6.7.5-10 Q8 WORKS Looks like it's been broken for quite a while! I guess not a commonly used feature? I tried 'path' instead of 'line' with the ...
by bigimp
2014-05-01T15:01:01-07:00
Forum: Bugs
Topic: Stroke-linecap round not working
Replies: 11
Views: 9481

Re: Stroke-linecap round not working

Awesome, thanks a ton for all your help!
by bigimp
2014-05-01T14:19:07-07:00
Forum: Bugs
Topic: Stroke-linecap round not working
Replies: 11
Views: 9481

Re: Stroke-linecap round not working

Thank you fmw42... ideally, I want it to detect the number of colors and decide between PNG8 and PNG24 (PNG8 if there are 256 or less colors total, PNG24 otherwise). Is there a way to do that, or is that the default behavior? (I have no transparency at all, btw, so it'll be between 8 and 24). As for ...
by bigimp
2014-05-01T11:14:09-07:00
Forum: Bugs
Topic: Stroke-linecap round not working
Replies: 11
Views: 9481

Re: Stroke-linecap round not working

Ah, thanks for the explanation! I didn't even know Q16 was something I needed to look at (thought it was some internal version number, I didn't read the download page too carefully :). I only need 8 bits per pixel (for 24 bits/pixel total), so I'll try the Q8 version, which presumably runs a little ...
by bigimp
2014-04-30T23:34:34-07:00
Forum: Bugs
Topic: Stroke-linecap round not working
Replies: 11
Views: 9481

Re: Stroke-linecap round not working

Thanks for confirmation.

-depth seems to be listed here:
http://www.imagemagick.org/script/comma ... .php#depth
and described here as well:
http://www.imagemagick.org/Usage/basics/#image_quality

Am I missing something about -depth?
by bigimp
2014-04-30T22:49:55-07:00
Forum: Bugs
Topic: Stroke-linecap round not working
Replies: 11
Views: 9481

Stroke-linecap round not working

Hello! I'm using imagemagick (Version: ImageMagick 6.8.9-0 Q16 x86_64 2014-04-30) to render some pngs. I installed IM on Ubuntu following the instructions found here: http://www.imagemagick.org/script/install-source.php#unix Though I had to redo the make and make install because I was missing libpng ...