-
Updated
Jul 14, 2021 - JavaScript
pixel
Here are 571 public repositories matching this topic...
-
Updated
Dec 17, 2021 - GDScript
-
Updated
Dec 13, 2021 - Go
-
Updated
Dec 15, 2021 - JavaScript
This is a Good First Issue to fix the following typos
./video_to_ascii/cli.py:8: usefull ==> useful
./video_to_ascii/render_strategy/ascii_strategy.py:72: correcly ==> correctly
./video_to_ascii/render_strategy/ascii_strategy.py:72: builded ==> built
./video_to_ascii/render_strategy/image_processor.py:1: usefull ==> useful
./video_to_ascii/render_strategy/image_processor.py:14: apropia
-
Updated
Aug 26, 2021 - C++
-
Updated
Jul 23, 2020 - Shell
-
Updated
Oct 20, 2021 - Swift
-
Updated
Nov 18, 2021 - Jupyter Notebook
Is your feature request related to a problem? Please describe.
All the data need to be logged. That's why I think that the logging must be added to the image-comparison.
Describe the solution you'd like
The solution is to add SLF4J based on Log4j 2.* version.
Describe alternatives you've considered
Instead of the Log4J can be used Logback or even JUL(java.util.logging).
Th
-
Updated
Oct 26, 2017 - Go
-
Updated
Nov 5, 2021 - C++
-
Updated
Nov 20, 2021
-
Updated
Nov 16, 2021 - Java
-
Updated
Sep 10, 2018 - CoffeeScript
-
Updated
Nov 26, 2021 - Emacs Lisp
-
Updated
Dec 17, 2021 - Python
-
Updated
Nov 20, 2021 - JavaScript
-
Updated
Nov 28, 2021 - Shell
Improve this page
Add a description, image, and links to the pixel topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pixel topic, visit your repo's landing page and select "manage topics."
Running the PNM fuzzing target, this input produces a crash due to an attempt to multiply with overflow:
It looks like the offending multiply is this: https://github.com/image-rs/image/blob/0f1c38a97ec809f399a2a5edfb85c7e17fcd46ec/src/codecs/pnm/decoder.rs#L608
I suspect this should be a `checke