Image processing
Digital image processing is the use of algorithms to make computers analyze the content of digital images.
Here are 10,612 public repositories matching this topic...
Similar to jpeg / jpg we would appreciate adding alternate tif
delegating to tiff
format in formats map which is used in toFormat method.
https://github.com/lovell/sharp/blob/7467fa8b50d280780dfa9fe9a7248deaa499c7a1/lib/output.js#L14
-
Updated
Sep 11, 2021 - Python
-
Updated
Sep 1, 2021 - JavaScript
-
Updated
Sep 13, 2021 - JavaScript
-
Updated
Aug 30, 2021 - JavaScript
-
Updated
Jul 26, 2021 - Go
-
Updated
Oct 1, 2020 - Python
-
Updated
May 10, 2021 - Java
-
Updated
Sep 13, 2021 - Python
-
Updated
Aug 18, 2021 - Jupyter Notebook
-
Updated
Jul 21, 2020 - JavaScript
-
Updated
Jun 10, 2021 - Python
-
Updated
Jul 11, 2021
-
Updated
Aug 25, 2021 - Python
-
Updated
Apr 27, 2021 - Java
-
Updated
Sep 13, 2021 - Go
-
Updated
Sep 13, 2021 - Python
-
Updated
Jul 13, 2021 - Python
🚀 Feature
As reported by deepsource in here we abuse from using built-in input
function in our functionality.
Motivation
We target to have a clean and healthy source code free of risk.
Pitch
Replace variable names whether it makes sense e.g. for image based functionality input
-> image
; in l
-
Updated
Sep 13, 2021 - C++
-
Updated
Sep 7, 2021 - Python
Description
To address this issue, a new contributor could start with a recursive grep for \.format\(
on a subpackage of interest to them (or on the entire package). Replacing instances of .format()
with f-strings can be a good pretext to explore the codebase.
Reference: https://www.python.org/dev/peps/pep-0498/
-
Updated
Sep 11, 2021 - Go
-
Updated
Nov 18, 2020 - C#
-
Updated
Aug 15, 2021 - Objective-C
-
Updated
Aug 27, 2021 - Python
System information (version)
Detailed description
When running cv2.seamlessClone() the error is a bit misleading when the incorrect image path is supplied. It doesn't make it obvious that the problem is in the path
Steps to reproduce