alexanderepstein / Bash-Snippets

A collection of small bash scripts for heavy terminal users
MIT License
9.64k stars 842 forks source link

Meme generator is not working #163

Closed onprem closed 6 years ago

onprem commented 6 years ago

Issue Label:

Description: The meme generator does not work due to two bugs I have identified.

  1. The website returns a PNG image while the script save it as JPEG, so a user cannot view image until he/she rename it.
  2. If we use spaces in text for first or second line it returns an HTML page instead of an PNG image, correct method is using underscore instead of space.

If its a bug make sure to include this section.

OS and OS version:

OS Version: Arch Linux

stale[bot] commented 6 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

onprem commented 6 years ago

I think we should let it remain open.

navanchauhan commented 6 years ago

169

alexanderepstein commented 6 years ago

Closed #169