Skip to content
#

2d-graphics

Here are 417 public repositories matching this topic...

Graphite
Keavon
Keavon commented May 22, 2022

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 or querySelector()/closest(). This is bad practice and we want to set data values 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

Good First Issue Available Cleanup Web
Luxor.jl
Sov-trotter
Sov-trotter commented Jun 9, 2021

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

G'MIC is a full-featured open-source framework for image processing, providing several different user interfaces to convert/manipulate/filter/visualize generic image datasets, ranging from 1d scalar signals to 3d+t sequences of multi-spectral volumetric images, including 2d color images. http://gmic.eu

  • Updated May 23, 2022
  • C++
Correct-Syntax
Correct-Syntax commented Feb 14, 2022

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

feature good first issue core python

Improve this page

Add a description, image, and links to the 2d-graphics topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more