An open API service indexing awesome lists of open source software.

Image processing

Digital image processing is the use of algorithms to make computers analyze the content of digital images.

https://github.com/jonclayden/loder

Dependency-Free Access to PNG Image Files

image image-processing png r

Last synced: 23 Apr 2025

https://github.com/dfghiatus/autoresizeimages

Automatically resizes large square, power-of-2 textures upon import into Resonite

image-processing neos neosvr neosvr-mod virtual-reality vr

Last synced: 29 Jul 2025

https://github.com/pottekkat/teachable-machine

A teachable image classifier that runs on any browser built using TensorFlow JS

computer-vision data-science deep-learning image-processing machine-learning tensorflow tensorflow-js

Last synced: 29 May 2026

https://github.com/prashantrahul141/film-grain-filter

Film grain filter written rust.

film-grain image-processing rust

Last synced: 15 Mar 2025

https://github.com/nuhmanpk/cv2filters

CV2Filters a powerful Python package designed as a wrapper around OpenCV,cv2Filters simplifies image processing tasks by providing a higher-level abstraction of the underlying OpenCV functionality

computer-vision computer-vision-opencv dataset hacktoberfest hacktoberfest-accepted hacktoberfest2022-accepted image-analysis image-manipulation image-processing object-detection ocr-processing opencv opencv-python pip preprocessing pypi python wrapper

Last synced: 23 Apr 2025

https://github.com/mbrg/roxanne

Real-Time Identification of Key Moments in Sports

image-processing image-recognition video-processing

Last synced: 29 Jun 2025

https://github.com/shrimpza/image-halftone

Java utility and library to create halftone-effect images based on a source image

color halftone image-processing java

Last synced: 27 Apr 2026

https://github.com/raghav714/intruder-alarm

making a intruder alaram using the web-cam or CCTV camera

image-based-alarm image-processing python-audio-processing

Last synced: 15 Mar 2025

https://github.com/yesworld/plugin-wp-optimize-image

๐Ÿ“ฆ Images Optimize and Upload CF7 is an extension plugin for Contact Form 7 plugin.

form image image-processing js php wordpress-plugin

Last synced: 15 Apr 2025

https://github.com/qidian213/ntire2021_depth_guided_image_relighting

The 1st place solution to CVPR2021 NTIRE Depth Guided Relighting Challenge Track 2: Any-to-any relighting

computer-vision cvpr2021 image-enhancement image-processing image-relighting image-rendering ntire relight relighting

Last synced: 25 Apr 2026

https://github.com/severindenisenko/astroimsum

Tool for astronomical imagery summation

astrometry astronomy astrophotography image-processing

Last synced: 03 Oct 2025

https://github.com/muonray/quantum-encryption-of-images-using-bitwise-xor-and-qrng

Article here: http://muonray.blogspot.com/2022/02/quantum-encryption-of-images-in-python.html The definition of image encryption used here is an extension of data encryption in general: using the bitwise XOR operation of the original image pixels and the random key image pixels, with the key image being either a pseudo-random stream cipher or the quantum random stream cipher or anti-correlated entangled information shared over a secure channel. In either case we Perform bitwise XOR operation on the encrypted image and the key image. It can be seen from the image encryption and decryption that they are all the same operation. According to the above bitwise XOR operation, we assume: xor(a,b)=c You can get: xor(c,b)=a Or: xor(c,a)=b In summary, we assume that a is the original image data and b is the key, then c calculated by xor(a,c) is the encrypted ciphertext. This is a simple summary of the encryption and decryption process as used in the coding in this repository. Encryption process: Perform a bitwise XOR operation on the image a and the key b to complete the encryption and obtain the ciphertext c. Decryption process: Perform a bitwise XOR operation on the ciphertext c and the key b, complete the decryption, and get the image a. We can use our quantum random numbers generator in 2 ways to create our image encryption key: (1) as a random number generator seed source (2) using the random superposition of the H and V modes We can also use the shared set of correlated images, captured using the single CCD, from our entangled photon source with Alice getting one half and Bob getting the anti-correlated half. This provides the perfect key, with the quantum images shared over a separate channel hidden from the encrypted classical images. The file exchange channel is 2 way: Alice can use Her key to encrypt the image, Bob can use His key to decrypt the image OR Bob can use His key to encrypt the image, Alice can use Her key to decrypt the image. The XOR Cipher in this use can also be extended as a component in more complex overlay network ciphers if need be however for computational efficiency it is not necessary. It is just as effectual to have 1 quantum cipher as many, so in effect the system is completely hidden, by virtue of hidden variables, and is encrypted in an information condensate.

bitwise-xor image-encryption image-processing muonray physics python quantum quantum-decryption quantum-encryption quantum-entanglement xor-cipher

Last synced: 24 Jul 2025

https://github.com/wesleych3n/trt-opencv

An example showing pipeline between OpenCV and TensorRT inference, and some pre/post-process utilities.

image-processing opencv resnet tensorrt yolov8

Last synced: 04 May 2026

https://github.com/ankushkun/split-pfp

Image splitter that splits a 2:1 image into two 1:1 images. Split images can be used as matching avatars on discord or any other social media platform

image-processing image-splitting matching-avatar

Last synced: 26 Jan 2026

https://github.com/szepeviktor/smart-image-resize-test

Fork of https://wordpress.org/plugins/smart-image-resize/ WordPress plugin

image-processing wordpress-plugin

Last synced: 09 May 2026

https://github.com/moapis/imageapi

ImageAPI is a gRPC image processing and storage service that is meant to work as a microservice along with Authenticator and Shop.

api grpc-go image-processing s3-storage

Last synced: 10 Nov 2025

https://github.com/shayanriyaz/rice-crop-disease-detection

This repository contains a notebook used to classify 4 rice disease images.

data-min deep-learning image-processing tensorflow2

Last synced: 17 Aug 2025

https://github.com/deonvz/imagetoasciiart

Converts any picture or your live Webcam feed into ascii art. Uses Javascript, P5.js, Asciiart repository and is based on the Coding Train Challenges.

art ascii ascii-art canvas creative-coding drawing generative-art html image image-processing javascript ps5 webcam webcam-streaming webcamera

Last synced: 05 Oct 2025

https://github.com/deepakkumar1984/arithmetica

This is a simple library to build and simulate your own quantum computing algorithms in C#, yes in C#.

array computing image-processing linear maths matrix multi ndarray quantum vector

Last synced: 22 Jul 2025

https://github.com/pixelbend/heatmapsharp

A dotnet based image heat mapping helper built on ImageSharp.

csharp dotnet dotnet-core dotnetcore heatmap image-heatmap image-processing

Last synced: 02 Sep 2025

https://github.com/srbrettle/image-resizer-python

Quickly resize images to a given height and width using a "Nearest Neighbour", "Bicubic", "Bilinear", or "Anti-Alias" filter.

image-processing image-resizer image-resizer-gui images python resize-image resize-images

Last synced: 08 Nov 2025

https://github.com/fairozahmadsheikh/neuropalette

A Flask-based web app that uses deep learning (Neural Style Transfer with PyTorch) to blend content images with famous painting styles, creating artistic masterpieces in your browser.

ai-art art-generator bootstrap computer-vision deep-learning flask image-processing machine-learning neural-style-transfer python pytorch style-transfer vgg19 web-app

Last synced: 13 Apr 2026

https://github.com/oscarsun72/ppttodoc_powerpoint_xchg_word

ppt and doc, PowerPoint and Word automation exchange and interoperationใ€็›ฎๅ‰ๅฐˆๆณจๅœจไธญๆ–‡ๅญ—ๅž‹่ฝ‰ๅญ—ๅœ–็š„่‡ชๅ‹•ๅŒ–ใ€‘

chinese chinese-characters chinese-language chinese-tranditional image image-processing images powerpoint powerpoint-automation powerpoint-generation powerpoint-presentations powerpoint-slides word-automation

Last synced: 16 Mar 2025

https://github.com/agarnung/threepde

A 3D visualization of image evolution under partial differential equations

computer-vision image-processing partial-differential-equations pde three-js threejs

Last synced: 02 Jul 2025

https://github.com/oscarsun72/insertguaxingtopowerpnt

insert Yi Jing Gua Xing to PowerPnt ๅœจPowerpoint็ฐกๅ ฑไธญๆ’ๅ…ฅใ€Šๆ˜“็ถ“ใ€‹ๅฆๅฝข-ๅทฒๆ“ดๅ……็‚บไธ€ๅˆ‡ๅญ—ๅœ–ไนƒ่‡ณๅœ–็‰‡ๆ’ๅ…ฅWord docx ่ˆ‡Power Point pptx ไน‹ๆ‡‰็”จ

characters chinese chinese-characters chinese-language chinese-tranditional image image-processing images powerpoint powerpoint-automation powerpoint-generation powerpoint-presentations powerpoint-slides word-automation yijing zhouyi

Last synced: 16 Mar 2025

https://github.com/phanikmr/facefinder

FaceFinder is an face recognition security check app coded in Matlab. It can solve the issue of security check just in seconds. It identifies the particular person is allowed or not allowed for a particular thing or task. This can be used as an Visual Attendance system where student identification and recognition is achieved through face recognition, in security applications, in short face recognition applications are used in widely in many corporate and educational institutions, at ticket reservation systems. The alogorithm behind face tracking is Viola Jones and for face recognition PCA.

computer-vision face-recognition image-processing matlab pca-analysis

Last synced: 22 Mar 2025

https://github.com/Tran-Quyen/image-processing-visual-studio-purple

Image Processing basic with all word, powerpoint, exe setup

2021 image-processing visual-studio

Last synced: 11 Mar 2025

https://github.com/zeyadetman/camera-based-calculator

๐Ÿ–ฉ camera-based calculator (in progress)

calculator camera cs-projects image-processing

Last synced: 30 Jan 2026

https://github.com/eklypss/batchresizer

Small desktop application for batch resizing images

csharp image-processing mvvm wpf

Last synced: 02 Apr 2025

https://github.com/janeliascicomp/nf-demos

Nextflow Demo Pipelines for Image Processing

image-processing nextflow

Last synced: 27 Jan 2026

https://github.com/artbit/html5-image-triangulation

Turn an input image into a Delaunay triangulated grid

html5 html5-canvas image-processing javascript triangulation

Last synced: 07 Sep 2025

https://github.com/raklaptudirm/itp

Generate beautiful Prime Numbers from Images

image-processing prime-generator prime-numbers

Last synced: 09 Apr 2025

https://github.com/ahmedfgad/ecg-peak-bottom-detector-matlab

Detect Peaks and Bottoms of ECG Image Signals in MATLAB

ecg image-processing matlab signal-processing

Last synced: 28 May 2026

https://github.com/kauahensilva/c_image_processing_treatment

This project is a simple image processing program.

c image-processing

Last synced: 10 Jan 2026

https://github.com/tigrulya-exe/terraform

QGIS plugin with popular topographic correction algorithms and various methods of their evaluation

gis image-processing qgis qgis-plugin qgis-processing topographic-correction

Last synced: 20 Feb 2026

https://github.com/edoardotosin/batch-image-converter

Streamline your image editing process with this Python script, capable of converting large batches of images to desired formats and specifications, including DPI, resolution, and color space.

conversion converter image-processing jpeg pillow png python python3

Last synced: 07 Sep 2025

https://github.com/maneeshwije/pytoshop

An image processing tool written from scratch in Python and C

c ctypes image-processing python

Last synced: 03 Feb 2026

https://github.com/hyeockjinkim/image-processing

Matlab code for Image Processing

image-processing matlab

Last synced: 13 Jul 2025

https://github.com/konradlinkowski/voronoi

Converts user-provided image to a Voronoi diagram

hacktoberfest image-processing voronoi voronoi-diagram voronoi-generator

Last synced: 15 Apr 2025

https://github.com/cgohlke/chebyfit

Fit exponential and harmonic functions using Chebyshev polynomials

chebyshev-polynomials fluorescence-lifetime-spectroscopy fluorescence-microscopy-imaging image-processing python

Last synced: 29 Apr 2025

https://github.com/mainawycliffe/cropped-image-form-control-in-angular-demo

How to build an image cropper form control in angular

angular croppiejs image-processing

Last synced: 24 Apr 2025

https://github.com/serhaturtis/sw-gst_edgesharpen

A gstreamer video filter element that inserts edge sharpen filter, implemented with OpenCV.

gstreamer gstreamer-plugins image-enhancement image-processing opencv video video-processing

Last synced: 12 Apr 2026

https://github.com/kingcc/image

Node.js Image Database

image image-processing nodejs

Last synced: 25 Jan 2026

https://github.com/jsuyog2/duplicate-finder

A Python application for detecting and managing duplicate images and videos in a specified folder. Features include a user-friendly GUI built with PySimpleGUI, real-time progress updates, and automatic moving of duplicates to organized directories. Utilizes the difPy library for image comparisons and a custom video comparison class.

automation difpy duplicate-detection file-management filesystem-operations gui image-processing progress-bar pysimplegui python video-processing

Last synced: 06 Feb 2026

https://github.com/prathmesh-ka-github/asciinator

Experience the magic of AI-powered ASCII art! This web application, featuring a Python Flask backend and a dynamic ReactJS frontend, uses machine learning under the hood to convert your images into unique ASCII Arts.

flask image-processing machine-learning python reactjs

Last synced: 22 Aug 2025

https://github.com/kdosiodjinud/ai-generate-image-by-reference

A PHP library to generate images in the style of a reference image using the OpenAI Image API.

ai generator image-processing images openai reference

Last synced: 14 Jan 2026

https://github.com/ravish1729/digital-image-processing

This repository contain some simple image processing code, that will be helpful for a beginners.

image image-processing

Last synced: 04 Oct 2025

https://github.com/reybits/icon-generator

This script simplifies the generation of app icons for iOS, macOS, and Android.

android assets icons image-processing ios macos tools tvos

Last synced: 21 Feb 2026

https://github.com/hzarei4/syntheticobjects.jl

Generates 2D and 3D objects which can be used in the image processing routines as test images.

image-processing julia julia-language test-images

Last synced: 21 Feb 2026

https://github.com/fluid-design-io/drag-n-convert

An elegant and fast image converter for macOS

image-converter image-processing sharp swiftui tool

Last synced: 15 Apr 2025

https://github.com/rhaymisonbetini/crop-resize-image

This is a javascript library to crop and resize images in a fast and dynamic way. Returning a base64 so the developer can decide how to handle the result

canvas crop image-processing javascript resize

Last synced: 25 Aug 2025

https://github.com/alexmacarthur/picperf-javascript

JavaScript utilities for using PicPerf.dev.

core-web-vitals image-processing markdown performance

Last synced: 21 Feb 2026

https://github.com/michelerenzullo/blur_algorithms

Fastest algorithm for Gaussaian blur on CPU. Fast Fourier Convolution - Portable alternative to cv::blur and cv::GaussianBlur in the frequency domain - Documentation and refactoring in progress

blur convolution cpp fft fftw fourier frequency gaussian image-processing kernel opencv openmp padding pffft pocketfft time

Last synced: 20 Aug 2025

https://github.com/blurred-machine/computer-vision-problems

In this repository, I have solved two problems with computer vision. The first Implementation is building a CNN in which the input is a noisy number and the output is a denoised number based on AutoEncoders. The second implementations is sequencing the characters read from number plates done using object detection.

cnn-classification cnn-keras computer-vision deeplearning detection image-processing neural-network

Last synced: 26 Feb 2025

https://github.com/basilfx/photod

An experimental photo gallery.

django gallery graphql image-processing photography react webpack

Last synced: 12 Apr 2026

https://github.com/mbuczko/lambda-image-resize-rust

Rust based AWS lambda imager resizer

aws-lambda image-processing

Last synced: 26 Aug 2025

https://github.com/abdulrahman-k-s/image_filter

This project tackles an important problem which deals with the removal of noise from images is a major task in the field of image processing, because it affects the quality of the image and leads to the loss of some of its important information through the impact of noise on it.

algorithm algorithms csharp filter image-processing sort sorting university-project

Last synced: 20 May 2026

https://github.com/raczu/image-processing

Labolatory assignments related to image processing using python (rolling shutter effect simulation, demosaicing, mosaicing, usage of interpolation algorithms etc.)

image-processing python

Last synced: 25 Mar 2025

https://github.com/codewithjaspreet/automatic-number-plate-recognition

Automatic Number plate recognition using cv2 and easyocr

image-processing opencv streamlit

Last synced: 21 Feb 2026

https://github.com/astronomersiva/placeholder-img

Generates low-res blurred version of images that can be used as placeholders while lazy-loading them

image-processing lazy-loading

Last synced: 15 Mar 2025

https://github.com/mr-g254/python-screenshot-to-text-converter

In this project I create a crossplatform app in python which can help capture text on the screen as an image and extract text from that image

customtkinter desktop-app easyocr image-processing lyrics-scraping python-desktop-application

Last synced: 20 Mar 2025

https://github.com/mxagar/ocr_guide

This repository contains a guide and example code on Optical Character Recognition (OCR).

easyocr image-processing ocr optical-character-recognition tesseract-ocr

Last synced: 30 Aug 2025

https://github.com/lucasbotang/piecewise_affine_fitting

MIP for the piecewise affine fitting problem

cplex image-processing mip

Last synced: 20 Mar 2025

https://github.com/walidalsafadi/barcode-detection-decoding

A project for detecting and decoding barcodes from real-life product images using image preprocessing, contour detection, and debugging techniques. Includes a dataset, preprocessing pipeline, and plans for improvement to ensure robustness.

barcode barcode-detection computer-vision contour-detection image-processing opencv

Last synced: 20 Feb 2026

https://github.com/ruban2205/python-programs

This repository contains a collection of Python Programs covering various concepts and topics, serving as a valuable resource for students and developers to enhance their understanding and proficiency in Python

image-processing jupyter-notebook pillow-library python python-programming python3 turtle-graphics turtle-python

Last synced: 06 Jan 2026

https://github.com/vaibhav-kesarwani/artify-ai

๐—”๐—ฟ๐˜๐—ถ๐—ณ๐˜† ๐—”๐—œ is a powerful ๐˜๐—ฒ๐˜…๐˜-๐˜๐—ผ-๐—ถ๐—บ๐—ฎ๐—ด๐—ฒ ๐—ด๐—ฒ๐—ป๐—ฒ๐—ฟ๐—ฎ๐˜๐—ผ๐—ฟ ๐Ÿ–ผ๏ธ that transforms your text descriptions into stunning images ๐ŸŽจ using advanced ๐—บ๐—ฎ๐—ฐ๐—ต๐—ถ๐—ป๐—ฒ ๐—น๐—ฒ๐—ฎ๐—ฟ๐—ป๐—ถ๐—ป๐—ด ๐—บ๐—ผ๐—ฑ๐—ฒ๐—น๐˜€ ๐Ÿค–. Built with Flutter, ๐—”๐—ฟ๐˜๐—ถ๐—ณ๐˜† ๐—”๐—œ offers a seamless and interactive user experience ๐Ÿš€ for creating unique visuals from text prompts โœ๏ธ.

articicial-inteligence flutter image-classification image-processing machine-learning provider-state-management

Last synced: 14 May 2026

https://github.com/idealista/vips_role

Ansible role to install libvips image processing library

ansible ansible-role image-processing libvips vips-role

Last synced: 04 Jan 2026

https://github.com/dwinugroho/og

Generate stunning Open Graph Images Effortlessly!

image-processing nextjs open-graph

Last synced: 11 May 2026

https://github.com/rishit-katiyar/mars-river

A Python script for analyzing celestial terrain and generating hydrographic maps, particularly suited for Mars terrain analysis.

celestial-terrain-analysis data-visualization gis hydrographic-mapping image-processing mars-exploration open-source planetary-science python-scripting scientific-computing

Last synced: 23 Mar 2025

https://github.com/blackmonk13/similar_images

a Python command-line tool that identifies and groups similar images using average hashing. It supports single-level and recursive directory scanning, adjustable similarity threshold, and presents results in JSON format. Ideal for image deduplication, organization, and content-based retrieval tasks.

command-line-tool concurrency content-based-image-retrieval image-comparison image-deduplication image-hashing image-hashing-algorithms image-processing image-similarity imagehash json multithreading pillow python

Last synced: 16 May 2026

https://github.com/jasjisdo/ctview

:hospital: java 8 swing application to view computed tomography scanned medical images

computer-tomograpy computer-vision ct image-processing medical-imaging segementation

Last synced: 25 May 2026

https://github.com/voidberg/imagecache-sharp

Image processing library based on sharp and inspired by Drupal's image styles.

crop image image-processing imagecache resize sharp thumbnail-generator thumbnails typescript

Last synced: 11 Jul 2025

https://github.com/vignetteapp/kirie

Simple image proxy for Vignette

image-processing image-proxy sharp

Last synced: 07 Sep 2025

https://github.com/flug/image-processor

Image Processor with Amazon S3

aws composer-project image-processing php s3-bucket

Last synced: 18 Apr 2026

https://github.com/earthdaily/earthdaily-documentation

Repository dedicated to product documentation

documentation image-processing

Last synced: 01 Mar 2026

https://github.com/myatmyintzuthin/extract-table

Table Cell Coordinate Extraction From Image

image-processing table-extraction

Last synced: 29 Mar 2025

https://github.com/sharathk4/sar-imagery-colorization

This project implements a deep learning model to colorize grayscale SAR images, enhancing their interpretability for applications like remote sensing and environmental monitoring. By leveraging paired SAR and optical data, the model transforms monochromatic SAR imagery into intuitive color representations, improving the usability of SAR data.

colorization convolutional-neural-networks deep-learning environmental-monitoring image-processing machine-learning python remote-sensing sar-image-colorization tensorflow

Last synced: 04 Jan 2026

https://github.com/dheerajshenoy/sonify

Convert images into beautiful audio signals

audio-processing gui image-processing python qt sonification

Last synced: 06 Jan 2026

https://github.com/sciviews/zooimage

Plankton images analysis system

cran image-processing machine-learning plankton r r-package

Last synced: 18 Mar 2025

https://github.com/gregorykogan/palettizer

Convert any image to color palette of your choice!

color-scheme conversion image-processing palette themeing vuejs vuex

Last synced: 21 Aug 2025