Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-14 | Remove the need of '#' for alpha masks | Laslo Hunhold | |
To be honest, it can happen too easily that the user forgets to put the colour in quotation marks, yielding in the rest of the pipeline to be discarded as a comment. | |||
2017-04-13 | Use fshut() to properly flush the output stream | Laslo Hunhold | |
For small images, it could happen that the output stream would not be flushed before exit(), resulting in a lack of error-reporting on a full device. Using fflush(), a function I first introduced in sbase, we do the flushing before returning manually and report errors if they occurred. | |||
2017-04-12 | Rename header-functions and add more util functions | Laslo Hunhold | |
parse_mask() -> parse a mask-color #xxxxxx ereallocarray() estrtonum() These will come in handy in the respective tools. | |||
2017-03-30 | Add util.{c|h} to deduplicate code | Laslo Hunhold | |