Search found 8 matches
- 2015-03-18T05:59:27-07:00
- Forum: Bugs
- Topic: MVG Draw/Path and Larger strokewidths produces extra lines.
- Replies: 8
- Views: 4425
Re: MVG Draw/Path and Larger strokewidths produces extra lines.
Thanks! That'll do in the short-term, even if it is quite verbose .
- 2015-03-17T06:19:34-07:00
- Forum: Bugs
- Topic: MVG Draw/Path and Larger strokewidths produces extra lines.
- Replies: 8
- Views: 4425
Re: MVG Draw/Path and Larger strokewidths produces extra lines.
I was afraid of that (the difficulty) based on some reading with strokewidths here and their 'weird' behavior. http://www.imagemagick.org/Usage/draw/#strokewidth I originally tried to draw with regular polyline but met with similar results. Are you aware of any workaround I can do to draw random ...
- 2015-03-17T05:35:28-07:00
- Forum: Bugs
- Topic: MVG Draw/Path and Larger strokewidths produces extra lines.
- Replies: 8
- Views: 4425
Re: MVG Draw/Path and Larger strokewidths produces extra lines.
So does this mean it is acknowledged as a bug by the developers, or just that you, as a moderator agree? Is there a typical timeline for when the devs reply with anything? Just not sure of the process.
Thanks.
Matt
Thanks.
Matt
- 2015-03-04T13:17:38-07:00
- Forum: Bugs
- Topic: MVG Draw/Path and Larger strokewidths produces extra lines.
- Replies: 8
- Views: 4425
Re: SVG Draw/Path and Larger strokewidths produces extra lines.
here is an even more trivial example:
I must be doing something fundamentally wrong(?)
Code: Select all
convert.exe -size 100x100 xc:#CCCCCC -stroke red -fill none -strokewidth 3 -draw "path 'M 20,56 L 20,48 20,38'" "Output.png"
- 2015-03-04T13:13:08-07:00
- Forum: Bugs
- Topic: MVG Draw/Path and Larger strokewidths produces extra lines.
- Replies: 8
- Views: 4425
MVG Draw/Path and Larger strokewidths produces extra lines.
I had posted an issue over in Users with regards to polyline but based on my reading this seems to have been an issue for quite some time with no resolution in sight. Having said that there is an issue with draw and path (SVG) with higher stroke widths. This draws properly. convert.exe -size 300x300 ...
- 2015-02-24T08:40:07-07:00
- Forum: Users
- Topic: Polyline draw produces unexpected results.
- Replies: 2
- Views: 1677
Re: Polyline draw produces unexpected results.
Good catch, that was a bad copy/paste on my part, as this is a skimmed down version of the real issue I'm facing (the polyline is hand drawn so coordinates can be confusing so I simplified it). Below are the two updated commands ( same results - one that makes sense, another with a 'glitch ...
- 2015-02-24T08:04:47-07:00
- Forum: Users
- Topic: Polyline draw produces unexpected results.
- Replies: 2
- Views: 1677
Polyline draw produces unexpected results.
convert -size 250x250 xc:#FFFFFF -stroke red -fill none -strokewidth 5 -draw "polyline 100,100 200,100 200,200 100,200 100,100" "Output.png" This produces a perfect square in red (as expected). convert.exe -size 250x250 xc:#FFFFFF -stroke red -fill none -strokewidth 5 -draw "polyline 100,100 200 ...
- 2013-03-06T11:45:26-07:00
- Forum: Bugs
- Topic: Possible bug loading PSDs
- Replies: 0
- Views: 4280
Possible bug loading PSDs
I'm using a pretty basic command line to try to convert a PSD to PNG. convert.exe -debug "All" "D:\56b7d9f3-a59a-49c0-af93-f7efc8506895.psd[0]" -density 72 -depth 8 "D:\Output.PNG" No error is outputted to the console but app. faults and crashes on Windows. I'm using the latest release build 6.8.3-5 ...