Questions tagged [brotli]

Brotli is a compression algorithm, first released in 2013 for web font compression and then used more widely for HTTP compression.

153 questions
0
votes
1 answer

Using different compression algorithms in java code

I've got a quick question. I have several images, all in bmp format, and I want to incorporate different compression algorithm options into an application I'm writing. I.e., let's say the user selects "Image1.bmp" and wants to compress and export it…
Sarah
  • 145
  • 1
  • 14
-1
votes
0 answers

brotlipy TypeError: expected new array length or list/tuple/str, not bytearray

I am trying to get data using python requests, the response uses br encoding, but brotlipy keeps giving the error: TypeError: expected new array length or list/tuple/str, not bytearray. It seems unable to properly decode the data. How can I solve…
zigth
  • 1
-1
votes
1 answer

.htaccess brotli compression with BrotliCompressionQuality in one line

I'm trying to active a better BrotliCompressionQuality of 6 or 7 in my htaccess file, but is has no sense on compression. Maybe is there a special syntax for one line usage? Here is a good working examle: AddOutputFilterByType…
Astarot
  • 61
  • 1
  • 8
1 2 3
10
11