Skip to content
#

image-editor

Here are 31 public repositories matching this topic...

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
douglascdev
douglascdev commented Sep 8, 2021

The current zoom value is initialized to a fixed value of 1000% of the image size. For very small images this makes the UI text clip, and for big images, the image overflows the screen.
To avoid this, initialize the zoom value to make the image take a portion of the current screen size.

enhancement good first issue

Improve this page

Add a description, image, and links to the image-editor 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 image-editor topic, visit your repo's landing page and select "manage topics."

Learn more