-
Updated
Jan 10, 2022 - JavaScript
pixel
Here are 574 public repositories matching this topic...
-
Updated
Feb 2, 2022 - GDScript
-
Updated
Dec 13, 2021 - Go
-
Updated
Jan 3, 2022 - 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
Jan 10, 2022 - C++
-
Updated
Jul 23, 2020 - Shell
-
Updated
Oct 20, 2021 - Swift
-
Updated
Nov 18, 2021 - Jupyter Notebook
-
Updated
Jan 26, 2022 - Python
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
Jan 31, 2022
-
Updated
Dec 24, 2021 - Java
-
Updated
Oct 26, 2017 - Go
-
Updated
Dec 28, 2021 - C++
-
Updated
Nov 26, 2021 - Emacs Lisp
-
Updated
Sep 10, 2018 - CoffeeScript
-
Updated
Jan 21, 2022 - Shell
-
Updated
Nov 20, 2021 - JavaScript
-
Updated
Dec 22, 2021 - Kotlin
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