-
Updated
May 22, 2022 - Go
2d-graphics
Here are 417 public repositories matching this topic...
-
Updated
May 18, 2022 - C++
-
Updated
May 23, 2022 - TypeScript
-
Updated
Jul 20, 2021 - C
Hey all! I am trying to use the placeimage() function to place an image matrix over a drawing.
But I think the current approach here https://github.com/JuliaGraphics/Luxor.jl/blob/3d6b98348a1b7ba852c801d6ef205773fb6e454c/src/images.jl#L194 might be a little buggy?
The image placement is good as long as it has square dimensions(the image to be placed)
eg: `placeimage(img, centered=true, Poi
-
Updated
May 23, 2022 - C++
-
Updated
Feb 23, 2022 - Rust
-
Updated
Apr 10, 2022 - C
-
Updated
Dec 18, 2020 - C
-
Updated
May 23, 2022 - Java
-
Updated
Sep 18, 2020 - Python
-
Updated
Mar 1, 2022 - C
There are many leftovers from the time when extension methods used to operate on an image:
-
Updated
Sep 17, 2021 - JavaScript
Currently, we do not have pre-built python wheels for OpenImageIO. OpenImageIO is only used for image I/O so it is not necessarily a hard dependency. OpenCV doesn't provide all of the same support for the formats OIIO does, but that is the tradeoff. :/
This issue should implement cv2 (which is already a dependency) as a fallback for image Input and output when OIIO is not installed. It should a
-
Updated
May 21, 2022 - Java
-
Updated
Nov 17, 2021 - Go
-
Updated
Dec 26, 2021 - C
-
Updated
Nov 5, 2021 - C++
-
Updated
Jan 28, 2022 - Go
-
Updated
Mar 25, 2022 - C
-
Updated
Jul 28, 2021 - Java
-
Updated
Jul 4, 2021 - Swift
-
Updated
May 7, 2022 - Go
-
Updated
May 22, 2022 - C++
-
Updated
Feb 19, 2020 - Kotlin
Improve this page
Add a description, image, and links to the 2d-graphics topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the 2d-graphics topic, visit your repo's landing page and select "manage topics."
Currently in a lot of places, we are directly modifying the DOM by setting inline styles or other values directly on elements, often using either their
refs orquerySelector()/closest(). This is bad practice and we want to setdatavalues on the Vue components instead, then bind their styles or other attributes in the Vue HTML template. Except in rare cases, we shouldn't need to directly m