/sensish

Primary LanguageCMIT LicenseMIT

sensish

Tool to add dense watermarks to images, made for DemHack in September, 2020. (c) Ivan Kuznetsov (not a member of any team at DemHack)

TODO

  • add IMGUI
  • publish on github
  • load image
  • display image
  • add simple watermark
  • save image with watermark on disk
  • text input to change output filename
  • slider to change size of image
  • select font file (only ttf fonts)
  • integer input to change font size
  • color picker to change color of the watermark
  • support transparency with dithering

Project status

This is technical proof-of-concept, as you can see from TODO list above. Unfortunately, I do not have free time to continue work on the project.

Platform

x86-64 GNU/Linux (Ubuntu)

Instructions

  1. sudo setup.sh will get you all the prerequisites
  2. build.sh will build and run the program
  3. ./sensish will run the program