Skip to content

DJalup/CAH-Generator

 
 

Repository files navigation

CAH-Generator

Uses imagemagick to create Cards Against Humanity images for printing on actual cards through a print studio.

Originally I'd planned on generating the entire card on the fly. However, my lack of imagemagick acumen, combined with how CPU intensive the process is for the shitty host I have this hosted on made that infeasable. So I start with the cards as fully formed as I can, and simply add the text. The font file is ommited, because it's not a free font, and I don't have the rights to distribute it.

You can see it in action at: http://mywastedlife.com/CAH

For those interested in making their own card images from scratch, 'notes.rtf' has the closest I have to something you can use to recreate the steps I took. Every time I tried something new that I felt I might want to reference back to, I threw it in there. It's by no means complete, will probably frustrate you more than help you, and I apologize in advance for not caring.

Fork: I have been updating this code to work on modern servers. I have also added several things. This is still a work in progress I will update as I fix stuff. Be paient please.

UPDATE: The code is fully working now, Remember to chmod -R 777 your entire working directory. This will allow the cards to show and download. See it working on the newest version at http://erftech.com/CAH

About

Cards Against Humanity Card Generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 65.8%
  • Rich Text Format 14.8%
  • PHP 12.7%
  • Shell 3.6%
  • JavaScript 2.4%
  • CSS 0.7%