2018
DOI: 10.1145/3231935
|View full text |Cite
|
Sign up to set email alerts
|

Brotli

Abstract: Brotli is an open source general-purpose data compressor introduced by Google in late 2013 and now adopted in most known browsers and Web servers. It is publicly available on GitHub and its data format was submitted as RFC 7932 in July 2016. Brotli is based on the Lempel-Ziv compression scheme and planned as a generic replacement of Gzip and ZLib. The main goal in its design was to compress data on the Internet, which meant optimizing the resources used at decoding time, while achieving maximal compression den… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
17
0

Year Published

2020
2020
2023
2023

Publication Types

Select...
4
3
1
1

Relationship

0
9

Authors

Journals

citations
Cited by 53 publications
(23 citation statements)
references
References 16 publications
0
17
0
Order By: Relevance
“…Google Photos does not publicly specify its processing pipeline, but we observe it to downsample the JPEG chroma format to 4:2:0, and to apply compression with possibly a noise filter. The compression is likely a standard JPEG quantization plus Google's own Guetzli JPEG encoder [4,5]. ESP encryption must account for these techniques or images will be corrupted.…”
Section: Format-preserving Encrypted Imagesmentioning
confidence: 99%
See 1 more Smart Citation
“…Google Photos does not publicly specify its processing pipeline, but we observe it to downsample the JPEG chroma format to 4:2:0, and to apply compression with possibly a noise filter. The compression is likely a standard JPEG quantization plus Google's own Guetzli JPEG encoder [4,5]. ESP encryption must account for these techniques or images will be corrupted.…”
Section: Format-preserving Encrypted Imagesmentioning
confidence: 99%
“…ESP converts an image to RGB, encrypts it in RGB color space using a block-based Fisher-Yates shuffle [19] with a per-image encryption key, splits the RGB channels into three separate grayscale ciphertext images, then converts them back into the original image format, including compression for JPEG. This novel encrypted grayscale approach maintains the original image dimensions and ensures compatibility with standard JPEG compression, widely-used compression techniques such as Guetzli [4,5] JPEG encoding, and JPEG chroma subsampling.…”
Section: Introductionmentioning
confidence: 99%
“…There are compression algorithms optimized for time-series data that are not specific to the automotive domain [45,46]. Furthermore, there are generalized compression algorithms that can handle arbitrary binary data [47][48][49][50][51][52][53]. We have created a domain-specific and lossless data preprocessing strategy and combined it with an existing generalized compression algorithm.…”
Section: Academiamentioning
confidence: 99%
“…LZFSE is an Apple compressor with finite-state entropy, which combines a dictionary compression scheme with a technique based on asymmetric numeral systems [137]. Brotli is the Google approach to replace Zopfli and is not DEFLATE-compatible [8]. The compressed file is represented by a collection of meta-blocks.…”
Section: Lz77mentioning
confidence: 99%