-
Beta Was this translation helpful? Give feedback.
Answered by
fmw42
Mar 8, 2024
Replies: 1 comment 1 reply
-
In place of -colorspace RGB, use PNG24:*.png to force 24bit color RGB. See if that works. Also if you want to thicken your line, you could simply use -morphology open diamond:X Then try varying X=1,2,3...etc until you get the thickness you want. You can also try disk:X which will be thicker for any give X, which can be float. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
dormant
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In place of -colorspace RGB, use PNG24:*.png to force 24bit color RGB. See if that works.
Also if you want to thicken your line, you could simply use -morphology open diamond:X Then try varying X=1,2,3...etc until you get the thickness you want. You can also try disk:X which will be thicker for any give X, which can be float.