Image processing
Digital image processing is the use of algorithms to make computers analyze the content of digital images.
- GitHub: https://github.com/topics/image-processing
- Wikipedia: https://en.wikipedia.org/wiki/Digital_image_processing
- Related Topics: computer-vision, vision, deep-learning, opencv,
- Aliases: digital-image-processing,
- Last updated: 2026-06-25 00:11:35 UTC
- JSON Representation
https://github.com/niru-5/image-transformations-app
A streamlit app to visualize images/video and apply basic transformations to get some insights.
image-processing image-transformations opencv python streamlit-webapp
Last synced: 20 May 2026
https://github.com/gjae/python-images-multiprocessing
A python coding for generate multiples images from an original imagen using threadings
image-processing images pillow python3 threading threads
Last synced: 25 Jan 2026
https://github.com/sachintha-samarathunga/kidney-stones-detection-system
The "kidney-stones-Detector" is an advanced system delivering precise detection and classification of kidney conditions including stones, cysts, tumors, and normal states from medical imaging data. With an impressive accuracy of 98.87%, this machine learning-powered models offer reliable insights for medical professionals.
cnn-classification image-processing keras machine-learning meterial-ui metplotlib opencv python reactjs tensorflow uvicorn
Last synced: 28 Feb 2026
https://github.com/warrengalyen/ocular
An image processing library in C with a focus on advanced image filters for photo editing. Additionally supporting read/write of various palette file formats. Supports 125+ operations.
adobe-swatch color-palettes computer-vision image-filter image-processing image-processing-library
Last synced: 17 Jan 2026
https://github.com/mathworks-teaching-resources/morphology-in-image-processing
Interactive courseware module that introduces the fundamental morphological operations used in image processing.
courseware cwm image-processing matlab matlab-live-script morphology
Last synced: 05 Jul 2025
https://github.com/bkbilly/ros-weedspray
🤖 Robot Programming - CMP9767M Assessment
agriculture image-processing ros-kinetic
Last synced: 18 Mar 2026
https://github.com/0qln/obsidian-image-darkmodifier
Turn your inline images into darkmode.
darkmode-style image-processing obsidian obsidian-plugin
Last synced: 27 Apr 2026
https://github.com/arsfiqball/image-sharpen-cpp
Implementation of Image Sharpening algorithm in C++ & CUDA
cuda gpu image-processing image-sharpening-algorithm
Last synced: 22 Apr 2026
https://github.com/tommaso-dognini/astropi_f2d2
RaspberryPi camera experiment promoted by ESA to be run on the ISS, written in python.
dataanalysis image-classification image-processing matplotlib python raspberry-pi skyfield
Last synced: 10 Feb 2026
https://github.com/garthtb/fourierwatermark
Embeds undetectable watermarks into images using Fourier Transform.
annotation copyright csharp image image-processing multimedia photography watermark windows-app
Last synced: 28 Feb 2026
https://github.com/arquolo/bipl
Big Image Python Library
computer-vision image-processing openslide python tiff
Last synced: 10 Jun 2025
https://github.com/mdsanima-lab/mdsanima-cli
A command-line tool for image processing, generating pixel art, adding logos to images, and more
cli command-line console-application image-processing mdsanima pixelart python python3 shell-script
Last synced: 27 Feb 2026
https://github.com/ennerperez/image-toolkit
Image Toolkit
base64 base64-decoding base64-encoding crop crop-image cropper image image-processing image-recognition images picture resize-images resized-images
Last synced: 21 Sep 2025
https://github.com/docutain/docutain-sdk-example-flutter
Sample project showing how to integrate the Docutain Document Scanner SDK into a Flutter application.
data-capture dataextraction document-recognition document-rectification document-scanner documentscanner flutter flutter-sdk image-filter image-processing ocr ocr-recognition pdf scan scan-tool scanner scanners scanning sdk textrecognition
Last synced: 10 Feb 2026
https://github.com/zorchenhimer/bmp2chr
Utility to convert bitmaps into NES CHR image data
famicom image-manipulation image-processing nes nintendo-nes utility
Last synced: 14 Jan 2026
https://github.com/markuszeller/image-stitcher
Stitch images
drag-and-drop image-processing javascript runs-in-browser serverless
Last synced: 17 Jan 2026
https://github.com/alexlitel/mirrored-image-generator
Small app using HTML Canvas and JavaScript to generate mirrored versions of images.
art html5-canvas image image-creation image-generation image-processing mirroring spa
Last synced: 17 Jan 2026
https://github.com/robertobochet/opencv-talk
Jupyter notebook for the OpenCV talk, part of the Python Course 2020 by Politecnico Open unix Labs
course image-processing jupyter-notebook opencv politecnico-di-milano politecnico-open-unix-labs python talk tutorial
Last synced: 14 Apr 2026
https://github.com/oleksandr-g-rock/simple_classification_pi_vgg16_pretrain_model_from_pi_camera
Simple image classification on raspberry pi from pi-camera used the pre-trained model VGG16
image-classification image-processing image-recognition tensorflow tensorflow-tutorials
Last synced: 24 Apr 2026
https://github.com/aahouzi/facefocus
Generates high resolution face images from low resolution ones using SRGANs.
colab-notebook computer-vision gan generative-adversarial-network google-cloud-platform image-processing super-resolution tpu-acceleration visualization
Last synced: 08 Apr 2025
https://github.com/cloud-py-api/visionatrix
Scalable AI Provider for Nextcloud
diffusers image-processing nextcloud recognize sound-processing video-processing
Last synced: 23 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/kainnhantumbo/palletone-app
Desktop color pallete builder and manager for developers and designers.
colorization electron-app eslint image-processing linux prettier tailwindcss typescript vite windows
Last synced: 11 Feb 2026
https://github.com/andr3w03/image-classification-deployment
Machine Learning Development - Image Classification Model Deployment
convolutional-neural-networks dicoding image-processing keras machine-learning max-pooling python tensorflow tflite
Last synced: 11 Apr 2026
https://github.com/aidear3/bitmappery
Browser based non-destructive photo editor with layering, masking, customizable brushes and cloud storage integration for all your web based working.
browser image-editor image-processing photo-editor photos photoshop pwa pwa-apps typescript vue vuejs wasm webassembly
Last synced: 08 May 2026
https://github.com/nishantshah977/compress-to-webp
Compress your jpg, jpeg, png and convert into webp without losing quality ( depends upon level )in PHP.
compression image-processing seo web-optimization webp
Last synced: 11 Jun 2026
https://github.com/zedseven/palettepull
A tool to pull a complete colour palette from a directory of sprites.
color-palette colour-palette image-processing palette palettes sprite-sheet
Last synced: 19 Jun 2025
https://github.com/im-rises/cells_segmentation
Cells segmentation implemented in MatLab.
image-processing images matlab matlab-image-processing segmentation
Last synced: 02 Mar 2026
https://github.com/luisbarrancos/generative-o-matic
P5js, Processing and OpenFrameWorks assorted sketches and other graphics perambulations.
art creative-coding generative generative-art image-processing openframeworks p5js procedural processing sketch
Last synced: 28 Apr 2026
https://github.com/protoxyz/pxyz-js
TypeScript NextJS, React, and Node SDKs for Protocol
authentication authorization aws-ses aws-sns discord email image-processing nextjs nextjs-uploads notifications rbac sms team-management twilio uploads user-management
Last synced: 11 Jun 2025
https://github.com/0xgeorgii/imageblendingalgorithms
Library with algorithms to blend images
algorithm blending-images image-processing
Last synced: 28 Jun 2025
https://github.com/shikharj/gestures-alive
An Image-Processing Gesture Recognition Project Using OpenCV
image-processing opencv3 python3
Last synced: 31 Jan 2026
https://github.com/b1tflyyyy/ascii-art
ASCII-ART fun project written in C++
cmake cpp free image-processing open-source opencv
Last synced: 13 Feb 2026
https://github.com/hexaengine/hexa.net.directxtex
A .NET wrapper for the DirectXTex library.
bindings codegenerator csharp directx directxtex image image-processing wrapper
Last synced: 13 Feb 2026
https://github.com/tmtenbrink/frc
frc is a Python package for computing the Fourier Ring Correlation (FRC) of images using DIPlib
image-analysis image-processing microscopy numpy python scipy super-resolution
Last synced: 31 Jul 2025
https://github.com/vikastmz/3-sweep
Please view the new Repository:
3d-models computer-vision image-processing
Last synced: 15 Apr 2025
https://github.com/natthasath/python-nutrition-label
image-processing nutrition-label python
Last synced: 13 Jun 2026
https://github.com/zabir-nabil/imp-mat
Practice codes 4 Matlab & Image Processing
Last synced: 24 Mar 2025
https://github.com/muonray/ultraviolet_image_python_processing_codes
A selection of prototype and complete codes that use custom equations of color channel leverage of images taken in the Ultraviolet using specialist filters in order to create UV absorbance and reflectance index maps in an analogy to the NDVI technique of remote sensing. It is hoped that this step opens the gate to new developments of using drones and ultraviolet photography to perform visual inspection and environmental monitoring.
drone drones filter image-processing multispectral-images python reflectance ultraviolet uv-absorbance
Last synced: 24 Mar 2025
https://github.com/unovamata/textureswapper-unity-uniswf-plugin
Real-time Texture Swapping with Unity
2d flash-player image-classification image-manipulation image-processing swf unity
Last synced: 16 Apr 2025
https://github.com/yoyoberenguer/magicspritesheet
Load and add special effect to sprite sheet
animation image-processing sprite sprite-animation sprites spritesheet
Last synced: 29 Jan 2026
https://github.com/cnr-isti-vclab/archaide_digit
The repository for digit, an automatic MATLAB app for the digitalization of archaeological drawings
archaide image-processing image-recognition image-segmentation livewire matlab-application vectorization
Last synced: 08 Apr 2025
https://github.com/yasinefeee/parkspotter
This project uses AI-powered vehicle detection to enable customizable and efficient parking space management.
ai-systems artificial-intelligence cv2 firebase firebase-database image-processing image-recognition parking-management parking-slot-detection parking-spot-detection parking-spots pyqt5 python
Last synced: 13 Mar 2026
https://github.com/raideno/image-transformer
This repository contains a python cli tool to convert images into an svg hex representation
hexgrid image-processing poetry svg
Last synced: 05 Oct 2025
https://github.com/dinhanhx/deep_fried_meme
A Python script to make deep fried memes.
hacktoberfest image-processing meme-generator meme-maker opencv python3
Last synced: 23 Feb 2026
https://github.com/udaylunawat/music-playlist-ocr-python
Automating PNG Screenshot parsing to get Artist and Music Title.
image-processing ocr ocr-python pytesseract python tesseract-ocr
Last synced: 11 Oct 2025
https://github.com/bigsk1/airats
ASCII Image Convertor
ascii ascii-art command-line flask homelab image-processing linux python python3 self-hosted
Last synced: 23 Apr 2025
https://github.com/gofynd/huffer-edge
Huffer: On The Fly Image Transformation Library for Cloud!
aws aws-lambda aws-nodejs hacktoberfest image image-processing
Last synced: 10 Apr 2026
https://github.com/m3y54m/underactuated-robot-vision-opencv
Python and OpenCV used to Control an Underactuated Robot Manipulator
arduino control-systems csharp dotnet image-processing machine-vision manipulator-robotics opencv python robotics tkinter
Last synced: 13 Apr 2026
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/yaph/wim
A command-line tool for creating and optimizing images for the web with text overlays, watermarks, and more.
cli command-line-tools image image-manipulation image-optimization image-processing image-processing-python image-resize image-watermark pillow python-package text-overlay watermark web-images
Last synced: 05 Feb 2026
https://github.com/tirtharajsinha/computer-vision
computer vision sample code using python openCV library
ai color-classification computer-vision cv2 cv2-library face-detector face-recognition hacktoberfest image-classification image-processing image-processing-library image-stocking opencv python python3 shape-detection vertual-paint webcam-capture
Last synced: 24 Jan 2026
https://github.com/zhaoyuecheng/image-style-recognition
Image Style Recognition using Transfer Learning with Pre-trained ResNet
image-processing inception-resnet resnet transfer-learning
Last synced: 26 Jan 2026
https://github.com/roboflow/synthetic-fruit-dataset
Code for Roboflow's How to Create a Synthetic Dataset tutorial.
blog computer-vision coreml createml datasets how-to image-processing machine-learning object-detection open-images-dataset roboflow synthetic-data tutorial
Last synced: 05 May 2025
https://github.com/ahammadmejbah/ibm-project-02-transform-photos-to-sketches-and-paintings-with-opencv
Traditionally, a sketch is a crude drawing or painting in which an artist records his first thoughts for a work that will later be produced with more accuracy and detail. Sketches may take on a variety of forms, including drawings, paintings, and drawings on paper.
computer-vision deep-learning image-processing image-transformations opencv python
Last synced: 27 Apr 2025
https://github.com/mustafademirtas/boyut-resizer
Boyut Resizer based on React, React Router, Webpack, React Hot Loader
desktop-app electron generator icon icon-generator image-processing image-resize imageresizer react redux typescript
Last synced: 17 Apr 2026
https://github.com/kimrass/craft
'CRAFT'
craft image-processing pytorch text-detection
Last synced: 28 Apr 2026
https://github.com/vitorcarvalho67/memego
This software is a meme creation tool developed in the Go programming language. With a simple and intuitive command-line interface
command-line-tool fun go go-lang image-processing meme meme-generator open-source personalization text-overlay
Last synced: 26 Jul 2025
https://github.com/snigdho8869/ai-generative-models-notebooks-dcgan-vae-autoencoder
This repository contains notebooks showcasing various generative models, including DCGAN and VAE for anime face generation, an Autoencoder for converting photos to sketches, a captioning model using an attention mechanism for an image caption generator, and more.
anime-face-generation autoencoder cnn dcgan deep-convolutional-gan generative-adversarial-network generative-ai generative-art generative-model generative-models image-caption-generator image-captioning image-generation image-processing photo-to-sketch sketches tensorflow upsample vae variational-autoencoder
Last synced: 02 May 2026
https://github.com/jurihock/visualapplets.py
Python bindings for Basler's VisualApplets TCL script generation.
automation basler camera cameralink dsp fpga framegrabber gigevision high-performance image-processing kintex7 machine-vision microenable prototyping python real-time siso tcl visualapplets xilinx
Last synced: 10 Apr 2025
https://github.com/samst-one/imagesequencer
A well-tested iOS framework for producing a video from a sequence of images.
animation image-processing ios swift timelapse
Last synced: 21 Oct 2025
https://github.com/dkosarevsky/ajpegli
Fast JPEG-to-NumPy image loading powered by Google jpegli
albumentations augmentation computer-vision image image-classification image-load image-loader image-loading image-loading-library image-processing images python pytorch tensorflow
Last synced: 18 Jun 2026
https://github.com/towerism/stegosaurus
A steganography tool written in rust
bitmap bmp cli cryptography image image-processing png steganography
Last synced: 10 Jun 2025
https://github.com/jerboa88/image-signer
An experimental Python program to encode binary data within an image visually
cli-app image-processing image-signatures python steganography
Last synced: 19 Mar 2025
https://github.com/fitushar/automatic_breast_region_extraction_using_python
This Repo will contain Python Implementation of an Automatic approach to Extraction Breast Region from Memogram
breast-region-extraction cv cv2 image-processing medical-image-analysis medical-image-processing medical-image-segmentation python tomography
Last synced: 01 May 2026
https://github.com/dermatologist/python3-ml
:runner: OpenFaaS-cli template for python3 ML model deployments as microservices
fastai image-processing machine-learning opencv python3 pytorch
Last synced: 02 Apr 2026
https://github.com/christophlehmann/vips
TYPO3 Extension for faster thumbnail generation with PHP Module vips (libvips)
image-processing libvips performance
Last synced: 13 Jan 2026
https://github.com/trsdn/markitdown-mcp
📄 Professional MCP server for converting 29+ file formats to Markdown - Perfect for Claude Desktop and AI workflows!
ai-tools claude-desktop document-conversion file-conversion image-processing markdown markitdown mcp metadata-extraction model-context-protocol office-documents pdf-converter python speech-to-text
Last synced: 25 Sep 2025
https://github.com/bobotig/docolav
(DOminant COlor AVerage) Déterminer la couleur moyenne dominante d'une image.
cimg-library cpp dominant-color image-processing universal
Last synced: 17 Jun 2026
https://github.com/jorditost/postingbits
Open-Source Library and collection of resources and examples for real-time computer vision object tracking with Processing.
computer-vision image-processing interaction-design projection-mapping
Last synced: 09 Apr 2025
https://github.com/the0cp/face2pixel
Generate pixel-style avatars with python.
face2cartoon image-build image-processing opencv-python pixel-art python
Last synced: 14 Oct 2025
https://github.com/vanhoai/visioncpp
🚀 High-performance C++ implementations of computer vision and image processing algorithms from scratch
cmake computer-vision cpp deep-learning edge-detection image-processing neural-network opencv
Last synced: 07 Mar 2026
https://github.com/slimcandy/MetaCleaner
Easily remove metadata from your images with our online tool, MetaCleaner. Preserve your privacy by stripping out EXIF data from your photos in seconds.
exif-data image-optimization image-processing metadata-removal privacy remove-metadata
Last synced: 09 Mar 2025
https://github.com/mrfoxak/evaluate-lip-reading-using-deep-learning-techniques.
This paper explores Silent Sound Technology, focusing on its potential to enhance communication in noisy environments through lip-reading and deep learning, with applications in hearing aids and security.
bi-lstm cnn cuda deep-learning image-processing lstm machine-learning mathematics neural-networks ovencv python research-paper sklearn tensorflow
Last synced: 03 Sep 2025
https://github.com/michaelvilleneuve/simple-image-uploader
👌 Simple Node.JS npm package to handle image upload, resize and custom naming.
image-processing node-js npm-package upload-images
Last synced: 13 May 2026
https://github.com/moon0922/license-plate-recognition-android
This is a android project to recognize car license plate from camera or video file.
android android-opencv artificial-intelligence computer-vision image-processing license-plate-recognition machine-learning ocr
Last synced: 09 Apr 2025
https://github.com/setanarut/pointilizm
Command line tool to convert photos into pointillist painting
art creative-coding go image-processing photo-filters pointillism procedural-generation
Last synced: 22 Apr 2025
https://github.com/docutain/docutain-sdk-example-xamarin-ios
Sample project showing how to integrate the Docutain Document Scanner SDK into a Xamarin.iOS application.
data-capture dataextraction document-capture document-recognition document-rectification document-scanner documentscanner image-processing imagefilter ocr ocr-recognition pdf pdf-generation scan scanner scanning sdk textrecognition xamarin xamarin-ios
Last synced: 06 Oct 2025
https://github.com/auggen21/image_processing_basics
Image Reading, writing, histogram, histogram equalization, local histogram equalization, low pass filter, high pass filter, geometrical transformation
brightness contrast geometrical-transforms highpass-filter histogram-equalization image-processing lowpass-filter python
Last synced: 05 Sep 2025
https://github.com/plwai/spot-image-different
Casual project that aims to play Spot the Difference puzzle game automatically
Last synced: 15 Oct 2025
https://github.com/simple-works/image-filter
🌅 Simple Image Filter Applier for Windows.
image-filter image-filtering image-filters image-processing photo-filter photo-filtering photo-filters
Last synced: 23 Apr 2026
https://github.com/prash030/image_processing_projects
This repository contains codes that I developed for image processing and evaluation of large dataset of images. These codes are mostly used with Deep Learning networks.
augmentation big-data blur-filter chest-xray-images deblurring gaussian-filter image-analysis image-filtering image-processing opencv
Last synced: 01 Jan 2026
https://github.com/pn-projects/skintone_detection_using_matlab
Simple MATLAB app to Extract Skintone of the human subject from the given images ( Without using ML )
digital-image-processing image-processing image-segmentation matlab
Last synced: 18 Mar 2026
https://github.com/olucaslopes/draw2text
AI-powered drawing recognition app that uses advanced machine learning algorithms to detect numbers in drawing sketches
cloudinary computer-vision deep-learning digit-recognition drawing-recognition handwriting-recognition image-classification image-processing image-segmentation keras keras-tensorflow machine-learning mnist neural-networks numpy opencv pandas python streamlit tensorflow
Last synced: 13 Apr 2026
https://github.com/mr-technologies/farsightpy
Basic MRTech IFF Python SDK sample application
camera cuda demosaicing dng genicam gpu h264 h265 image-processing jetson json low-latency machine-vision mipi python rest-api rtsp sdk tiff vulkan
Last synced: 12 Apr 2025
https://github.com/nelson-gon/pyautocv
(Semi) Automated Image Processing
computer-vision edge-detection filters image-analysis image-classification image-clustering image-processing image-recognition image-segmentation imagedata laplace object-detection pypi python-package python3 segmentation sobel-filter thresholded-binary thresholding
Last synced: 25 Mar 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/louis-gm/phytospatial
Phytospatial is a python package that processes lidar and imagery data in forestry
forest-models forestry hyperspectral-imaging image-processing lidar-point-cloud remote-sensing
Last synced: 26 Feb 2026
https://github.com/jmaczan/tinyconv
🌸 Image processing with kernel and convolution
convolution convolution-filter image-processing image-processing-python kernel python python3
Last synced: 16 Oct 2025
https://github.com/donuts-are-good/imghost
its an img host
go golang image image-hosting image-processing image-server img stdlib
Last synced: 20 Nov 2025
https://github.com/ceodaniyal/universal-llm-ocr
This repository contains a Python script to extract text from images using OpenAI's GPT-4 API. The script supports text extraction from both online image URLs and locally stored images (converted to base64). It ensures accurate and structured text extraction, making it a powerful tool for OCR-like tasks. The extracted text is saved to a file
api-integration base64 gpt-4 gpt-4o gpt-4o-mini image-ocr image-processing image-to-text ocr openai python text-analysis text-extraction
Last synced: 04 May 2026
https://github.com/cutupdev/road-damage-detection
This is repository for detection damage and judgement on road.
Last synced: 15 Mar 2025
https://github.com/mahdi-marjani/object-tracking-entry-exit
This project implements an object counting system using the YOLOv8 object detection model from Ultralytics. The system detects and counts objects of specified classes in a video stream in real-time. It utilizes computer vision techniques to track objects as they move across a predefined line or region of interest.
ai bot computer-vision image-processing object-detection object-tracking opencv video-processing yolo yolov8
Last synced: 22 May 2026
https://github.com/hemansah/resmushit
A python wrapper for reSmush.it API
image-processing imageoptimizer open-source
Last synced: 14 Jan 2026
https://github.com/amirhnajafiz-university/s6mm02
Midterm project of Multimedia Systems course.
image-histogram image-processing image-systematizing python python3
Last synced: 17 Aug 2025
https://github.com/aydinnyunus/imageclassification
Image Classification
image image-classification image-processing image-recognition machine-intelligence machine-learning machine-learning-algorithms machinelearning machinelearning-python neural neural-network neural-networks python python-3 python3 tensorflow tensorflow-examples tensorflow-experiments tensorflow-models tensorflow-tutorials
Last synced: 02 Jul 2025
https://github.com/sevagh/quadtree-compression
lossy image compression with quadtrees and protobuf
2d gif-animation image-compression image-processing quadtree tree-structure
Last synced: 09 Apr 2025
https://github.com/vvhybe/photolab
simple Photo editor, using image processing algorithms.
algorithms canvas canvas-api canvas2d image image-processing javascript js photoeditor
Last synced: 26 May 2026
https://github.com/ytiurin/scale-crop-rotate
Inbrowser scale, crop and rotate images, without blocking the Event loop.
crop cropper croppie image-manipulation image-processing resize rotate scale
Last synced: 03 Mar 2026