====== std.pdf.compress ====== zlib/DEFLATE-Komprimierung für PDF-Content-Streams und eingebettete Daten. Diese Unit ist ein internes Modul der PDF-Bibliothek — direkte Nutzung ist selten nötig, da ''std.pdf.graphics'' und ''std.pdf.image'' die Komprimierung automatisch anwenden. → [[lyx_-_programmiersprache:units:pdf|std.pdf]] · [[lyx_-_programmiersprache:units:pdf:objects|std.pdf.objects]] ---- ===== Funktionen ===== ^ Signatur ^ Sichtbarkeit ^ Beschreibung ^ | ''zlibMaxOutputSize(inLen: int64): int64'' | pub | Höchstzahl Bytes, die zlibCompress für inLen Eingabebytes schreibt. | | ''zlibCompress(input: int64, inLen: int64, output: int64): int64'' | pub | Die Zeiger kommen bei PDF als int64 an, in std/zlib.lyx heißen sie pchar — derselbe Wert, andere Schreibweise. | ---- //Signaturen automatisch aus ''std/pdf/compress.lyx'' erzeugt (Stand 2026-08-02, lyxc 1.0.21A). Beschreibungen stammen aus den Quellkommentaren und sind teilweise unvollständig.//