diff options
| author | Jordan Wiens <github@psifertex.com> | 2026-04-08 13:43:36 -0400 |
|---|---|---|
| committer | Jordan <github@psifertex.com> | 2026-04-08 20:45:00 +0200 |
| commit | e21239a72aa0d833c7ce3ddbcd0d5d129bf2dc5f (patch) | |
| tree | c53f76c5caba2e925802523a9a97ca8e850cfe22 /docs/dev | |
| parent | 1bb00127874e414066fe91943aa938ae414eca2a (diff) | |
add missing container trainsforms to the docs
Diffstat (limited to 'docs/dev')
| -rw-r--r-- | docs/dev/containertransforms.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/containertransforms.md b/docs/dev/containertransforms.md index a8dd4092..a7bcd5f9 100644 --- a/docs/dev/containertransforms.md +++ b/docs/dev/containertransforms.md @@ -6,7 +6,7 @@ You can list all available container transforms (those with detection support) u ```python >>> [x.name for x in Transform if getattr(x, "supports_detection", False)] -['Gzip', 'Zlib', 'XZ', 'Zip', 'CaRT', 'Tar', 'CPIO', 'IntelHex', 'SRec', 'TiTxt', 'IMG4', 'LZFSE'] +['Gzip', 'Zlib', 'Bzip2', 'LZMA', 'LZ4Frame', 'Zstd', 'XZ', 'Zip', 'CaRT', 'Tar', 'AR', 'CPIO', 'DMG', 'UImage', 'FIT', 'TRX', 'IntelHex', 'SRec', 'TiTxt', 'IMG4', 'LZFSE', 'Universal'] ``` ## Overview |
