p0nce
p0nce
This "QOI-plane" codec breaks byte alignment and works in groups of 4-bits in order to encode greyscale. https://github.com/AuburnSounds/gamut/blob/main/source/gamut/codecs/qoiplane.d#L79 Typically it encodes a uint8 image with 4.55 bit / pixel, and...
So I've been an `ae.utils.graphics` user and I don't have much complaints. I know it is a breaking change and not very important, but `.w` and `.h` look a tiny...
This primitive would be handy, though not very fun to implement.
https://forum.dlang.org/post/[email protected]
To make clear it's for when you want D + VisualD for debugger
- [ ] load a JPEG or PNG image, resize it, and save as PNG - [x] parse XML file - [x] put text in a PDF - [x] generate...
Adam uses: ````d struct S { this(typeof(this.tupleof) args) { this.tupleof = args; } // members... } ``` So that using the struct construction syntax catch errors with args. See beginning...
CRTP by Adam: ```d import arsd.cgi; import arsd.postgres; class Employee : RestObject!(Employee) { // implement the data members as plain old data // the annotation is actually for my database...
http://arsdnet.net/this-week-in-d/2016-sep-04.html
Quite a strong statement: https://forum.dlang.org/post/[email protected]