5b1f0c565ced default tip

Update
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Mon, 24 Jun 2024 11:42:53 -0400
parents 9c0601b594cf
children (none)
branches/tags default tip
files 2018.markdown README.markdown

Changes

--- a/2018.markdown	Thu Jun 20 11:14:01 2024 -0400
+++ b/2018.markdown	Mon Jun 24 11:42:53 2024 -0400
@@ -131,6 +131,7 @@
 [figlet]: http://www.figlet.org/
 [lolcat]: https://github.com/busyloop/lolcat
 [toilet]: http://caca.zoy.org/wiki/toilet
+
 ## 2018-07-10
 
 Figured out why StumpWM wasn't noticing my timezone changes.  I tracked it down
--- a/README.markdown	Thu Jun 20 11:14:01 2024 -0400
+++ b/README.markdown	Mon Jun 24 11:42:53 2024 -0400
@@ -794,10 +794,12 @@
 
 Next issue: when using GIMP to save 1-bit `bmp`s, it saves them in the wrong
 `bmp` format.  Got around *this* by exporting to `png` from GIMP and then
-running `convert TODO` to get the bitmap.
+running `convert dnaat.png -flatten -alpha remove -monochrome dnaat.bmp` to get
+the bitmap.
 
 Final issue: the images still weren't loading properly.  The error message on
 the calculator is just a useless generic one so it took me a while to track
 *this* down, but it turns out I had made them the wrong resolution (440x240
 instead of 400x240).  Once I fixed *that* I finally had my custom `OFFIMG`.
 
+