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

Add svg export to CLI #756

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Add svg export to CLI #756

wants to merge 1 commit into from

Conversation

boidolr
Copy link
Contributor

@boidolr boidolr commented Jan 1, 2024

New behaviour:

  • wordcloud_cli --imagefile img.svg --mask examples/alice_mask.png --text examples/constitution.txt: svg file created

Existing behaviour:

  • wordcloud_cli --imagefile img.png --mask examples/alice_mask.png --text examples/constitution.txt: png file created
  • wordcloud_cli --mask examples/alice_mask.png --text examples/constitution.txt > img.png: png file created
  • wordcloud_cli --mask examples/alice_mask.png --text examples/constitution.txt > img.svg: still creates png file

Resolves #693

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.

Add option to create svg image with wordcloud_cli
1 participant