Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move -font parameter before label parameter #62

Closed
wants to merge 1 commit into from
Closed

Move -font parameter before label parameter #62

wants to merge 1 commit into from

Conversation

SuperTux88
Copy link

I just had the problem from #52, but the fix from #55 didn't help, still the same error message.

After a bit of try and error I found out, that the order of the parameters matter and the -font parameter needs to be before the label:. So this fails:

convert label:foo -font DejaVu-Sans jpeg:-

while this works:

convert -font DejaVu-Sans label:foo jpeg:-

(tested on debian stretch)

@SuperTux88
Copy link
Author

Oh, I just found #57 ... so I close this again. But can you please merge and release #57 then? :)

@SuperTux88 SuperTux88 closed this Sep 20, 2018
@SuperTux88 SuperTux88 deleted the fix-font-parameter branch September 20, 2018 20:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant