therahedwig
therahedwig
So, I'd been poking at the example code and trying to see if I could get it running. There's several parts to decrypting the data: 1. Parsing through blocks for...
I implemented some automated comparison tests in the Krita code yesterday with the help of tiny test files. I figured I'd share the test files, even though I am not...
Ok, so I've gotten pretty far with deciphering transparency mask data: 1. Masks are stored as 16bit, not 8bit like the color raster data. 2. The highest value of a...
Ok, playing a bit now... masks: these have `plid` instead of `pfid` (parent layers instead of folders). Functioning is the same though. `texn`: Name of the texture overlay on a...
Right now, libsai can decrypt the file system, and look at each entry. To get the information about the layers, and then to get the pixeldata(if applicable) requires using VirtualFileEntry::Read()....
**Describe the bug** Documentation on what "delta palette" or "lossy palette" is and why anyone would use it is missing. I am the primary manual writer for Krita, and have...
So, doing the book research for the wiki, I ended up staring a lot at the contents via lua. Here it is said everything above 0 is ignored. https://github.com/DFHack/df-structures/blob/ff790ff50ddc26cc90fd184cbd7c10964fa9b7df/df.itemimprovements.xml#L186 It...
This currently parses the author roll string, and creates functions for the writing quality(which is derived from the author roll) as well as creating a proper style string. This is...
This works, but it could use a lot of graphical improvements, as well as more thinking about what to include (right now underworld contacts are in there...), as well as...
I have one histfig who has three kids, each with a different spouse. The family tree code gets confused and thinks he is either the sole parent, or thinks his...