compression
Here are 1,482 public repositories matching this topic...
Is your feature request related to a problem? Please describe.
I'm copying text one tab into another to run it with another recipe. But when I change back to the first tab, the text I originally selected is no longer selected. It would be nice if this is remembered because when working with a wall of text, it's near impossible to figure out where I was.
This applies to both to input and th
If somebody has some time for FUSE benchmarking:
diff --git a/src/borg/fuse.py b/src/borg/fuse.py
index 429790e4..27ab1c1a 100644
--- a/src/borg/fuse.py
+++ b/src/borg/fuse.py
@@ -644,12 +644,13 @@ def read(self, fh, offset, size):
data = self.data_cache[id]
if offset + n == len(data):
# evict fully read chunk from cache
-
Update Documentation
You should probably mention that the library also does a Rotate on the image during the rescale process.
The library also catches any exception possible (OOM, ...) it makes it quite hard to debug when using it.
everything in the title :)
-
Updated
Aug 20, 2019 - C++
Is there technical papers or algorithm documents which explain basic and deep details of draco?
Hello,
I have learned corto(vclab) and other mesh compression library.I have read some papers such as Edgebreaker: Connectivity compression for triangle meshes and Edge breaker on a Corner Table : A simple technique for representing and compressing triangulated surfaces.However draco code seems more complexity than below projects and papers.Is there technical papers or algorithm documents w
-
Updated
May 15, 2019 - Java
-
Updated
May 15, 2020 - Python
I've been treating tuShorten/tuWiden as a string-ish conversion between UTF16 and UTF 8, so I recommend this.
Here's the code; add it to the end of every tuShorten/tuWiden function.
if (out < (original_out + out_len)) out = 0;
-
Updated
Mar 2, 2020 - JavaScript
Over the weekend, I wrote a short twitter thread on how resampling methods can affect file size (at least for PNGs of user interfaces and similar stuff well-suited to lossless formats). I wonder if a short section on this would be welcome, @addyosmani? If so, let's prioritize it somewhere.
-
Updated
May 4, 2020 - Swift
-
Updated
May 21, 2020 - C++
Before you post
- [x ] Did you check that the issue isn't already reported? Check both the open and closed issues
- [x ] Are you running the latest version?
- [x ] Did you check the FAQs and Important Information?
- [x ] Did you perform a cursory search through the issues list?
Description
As soon
@media all and (-webkit-min-device-pixel-ratio:0) {
select:disabled {
background-color: #ebebe4;
color: rgb(112,112,112);
}
}
is wrongly minified to:
@media all and(-webkit-min-device-pixel-ratio:0){select:disabled{background-color:#ebebe4;color:rgb(112,112,112)}}
There should be a space between and and (
When installing the protobuf dependencies on a Debian machine, I ran into the following error:
$ make
protoc-c --c_out=. cstore.proto
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-s
I would find it useful to be able to customize the help message more than just adding a header to it.
Document with markdown:
(samples could also be unit tests for some copy/pasting to make it easier to maintain when breaking changes occur)
-
Basic Archive usage
-
Basic Reader usage
-
Basic Writer usage
-
Options usage around leaving streams open
-
Archive Encoding usage with auto-detect
-
Updated
May 8, 2020 - JavaScript
-
Updated
Mar 13, 2020 - CSS
-
Updated
Apr 16, 2020 - JavaScript
-
Updated
Jul 30, 2019 - C
Master tracker issue for this.
At the minimum:
- we need to finish the first bullet point for infrastructure for open source.
Basic Doc for Contributors
- Pathway for recommending and contributing techniques (see this doc - initial version in [PR](https://github.com/tensorflow/model-optimization/pull
-
Updated
Apr 8, 2020 - Python
-
Updated
Mar 30, 2019 - Clojure
We need to update the Documentation in https://github.com/flyimg/flyimg/blob/master/docs/url-options.md
Fix the images url.
App full options need to be updated as well.
-
Updated
May 10, 2020 - C
WOFF format support
Improve this page
Add a description, image, and links to the compression topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the compression topic, visit your repo's landing page and select "manage topics."
The text says "y is the number of changes of chroma samples between the first and seconds rows of a pixels."
But isn't it more accurate to say:
"y is the number of changes of chroma samples between the first and last rows of a pixels."
If not, I still don't understand how chroma subsampling is used!