pure D jpeg encoder, public domain
ketmar via Digitalmars-d-announce
digitalmars-d-announce at puremagic.com
Fri Jun 17 18:10:11 PDT 2016
as a complement to jpeg decoder, here[1] is jpeg encoder from the
same author. surprisingly, it is more than two times smaller; i
took a look at it and decided: why, we should have both!
author claims that is supports baseline grayscale and RGB jpegs.
i tested it on some images i have, but no heavily testing was
done. it *should* work, though, as it is straightforward port.
it is completely independent of decoder, and self-contained.
unlicense, the same as encoder. yep, i know, i know, i'm very
sorry. fork it and relicense!
[1] http://repo.or.cz/iv.d.git/blob_plain/HEAD:/jpege.d
More information about the Digitalmars-d-announce
mailing list