image-compression
Here are 377 public repositories matching this topic...
-
Updated
Jun 1, 2020 - Java
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.
./configure.py complains about missing Python library and asks to do python3 -m pip install --user docopt ninja-syntax. Yes it does work. But README.md doesn't mention this.
It doesn't mention need for a ninja either.
How to get logs
The documentation suggests that logs should show up in the folder specified by the --data-dir flag. However no logs are appearing in that folder. They also don't appear to show up in /var/log/ anywhere either.
How do we see what URLs are being requested from imageflow server?
Not sure if it makes any difference, but we're using the ir4_proxy_uncached option.
-
Updated
May 15, 2020 - Python
-
Updated
Feb 17, 2019 - C
-
Updated
Nov 23, 2019 - 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
Sep 27, 2019 - Java
-
Updated
Mar 13, 2020 - TypeScript
-
Updated
May 11, 2020 - Python
Hi,
It will be great if it's allowed to customize the commit message of imgbot, so that we can use conventional commit format without failing commitlint check.
Just noticed today that the image-action seems not compressing the jpeg file (changing the file extension to jpg works for me)
/kind bug
-
Updated
Apr 8, 2017 - Java
-
Updated
May 17, 2020 - C++
-
Updated
Feb 26, 2018 - Java
-
Updated
Jul 10, 2018 - Java
-
Updated
Sep 1, 2018 - Python
-
Updated
Jun 1, 2020 - JavaScript
-
Updated
Jul 29, 2019 - Swift
-
Updated
May 31, 2020 - JavaScript
-
Updated
Jan 28, 2020 - Python
-
Updated
Apr 29, 2020 - JavaScript
-
Updated
Dec 25, 2018 - PHP
-
Updated
Dec 3, 2019 - JavaScript
-
Updated
Dec 9, 2018 - JavaScript
-
Updated
Sep 29, 2017 - Java
-
Updated
Mar 10, 2020 - Rust
Improve this page
Add a description, image, and links to the image-compression topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the image-compression topic, visit your repo's landing page and select "manage topics."
Luban.compress(getActivity(), new File(mSelectPhotoList.get(0).getPhotoPath()))
.setMaxHeight(1600)
.setMaxWidth(1600)
.clearCache()
.launch(new OnCompressListener() {
});
has a image is 540*20354 ,big size. scale can't run ,is source return.