-
Updated
Mar 26, 2022 - JavaScript
pixel
Here are 601 public repositories matching this topic...
-
Updated
May 27, 2022 - GDScript
-
Updated
May 6, 2022 - Go
-
Updated
May 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
May 26, 2022 - Python
-
Updated
Oct 20, 2021 - Swift
-
Updated
Nov 18, 2021 - Jupyter Notebook
-
Updated
May 20, 2022 - Shell
-
Updated
May 8, 2022
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
May 9, 2022 - Kotlin
-
Updated
Oct 26, 2017 - Go
-
Updated
May 25, 2022 - C++
-
Updated
Sep 10, 2018 - CoffeeScript
-
Updated
Dec 22, 2021 - Kotlin
-
Updated
Nov 20, 2021 - JavaScript
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