awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 dépôts

Awesome GitHub RepositoriesResampling Optimizations

Advanced techniques for adjusting color interpolation and alpha handling during image resizing.

Distinct from Image Optimization: Focuses on pixel-level interpolation quality and alpha blending rather than general file size compression.

Explore 6 awesome GitHub repositories matching part of an awesome list · Resampling Optimizations. Refine with filters or upvote what's useful.

Awesome Resampling Optimizations GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • sixlabors/imagesharpAvatar de SixLabors

    SixLabors/ImageSharp

    7,954Voir sur GitHub↗

    ImageSharp is a .NET image processing library and manipulation framework used for decoding, encoding, and modifying digital images. It functions as a comprehensive toolkit for resizing, cropping, and applying pixel-level filters while managing color profiles and pixel data across various file formats. The project integrates a 2D vector graphics engine and a typography rendering engine to draw geometric shapes, paths, and complex stylized text onto images. It also includes a geometry boolean operation library for calculating intersections, unions, and differences between complex polygons and c

    Adjusts color interpolation and alpha handling to prevent midtone shifts in gradients during resampling.

    C#bmpc-sharpdrawing
    Voir sur GitHub↗7,954
  • project-monai/monaiAvatar de Project-MONAI

    Project-MONAI/MONAI

    7,869Voir sur GitHub↗

    MONAI is a PyTorch-based deep learning framework and library specifically designed for healthcare imaging. It provides a suite of domain-specific neural network architectures, specialized loss functions, and preprocessing pipelines tailored for analyzing multi-dimensional medical data. The project distinguishes itself through a decentralized federated learning system that allows models to learn from datasets across multiple institutions without exchanging raw patient images. It also features AI-assisted medical image annotation tools and a standardized model bundling system to ensure consiste

    Combines multiple affine and non-linear transformations into a single interpolation step to minimize image degradation.

    Pythondeep-learninghealthcare-imagingmedical-image-computing
    Voir sur GitHub↗7,869
  • haxefoundation/haxeAvatar de HaxeFoundation

    HaxeFoundation/haxe

    6,880Voir sur GitHub↗

    Haxe is a statically typed, multi-target programming language and open-source compiler toolkit that translates a single codebase into native executables and scripts for JavaScript, C++, C#, Java, Python, Lua, PHP, and Flash targets. It provides a unified type system with automatic type inference, a compile-time macro system for code transformation and generation, conditional compilation directives, and a static analysis engine that enforces null safety and eliminates dead code to produce smaller, safer outputs. The language is supported by the HashLink virtual machine, which executes platform

    Provides image scaling and resampling capabilities using various algorithms.

    Haxecompilercross-platformhaxe
    Voir sur GitHub↗6,880
  • fengyuanchen/compressorjsAvatar de fengyuanchen

    fengyuanchen/compressorjs

    5,749Voir sur GitHub↗

    Compressorjs is a client-side image compression library that reduces file sizes in the browser before upload, using the HTML Canvas API to re-encode images into smaller File or Blob objects. It supports JPEG, PNG, and WebP formats, with configurable quality and dimension controls to balance file size and visual fidelity. The library distinguishes itself through several integrated capabilities. It reads Exif orientation metadata from JPEG images and automatically rotates or flips the canvas to ensure correct display after compression. An AbortController integration allows cancellation of an in

    Limits the maximum or minimum width and height of the compressed image to fit within bounds.

    JavaScriptfile-uploadimage-compressionimage-compressor
    Voir sur GitHub↗5,749
  • anthonynsimon/bildAvatar de anthonynsimon

    anthonynsimon/bild

    4,192Voir sur GitHub↗

    Bild est une bibliothèque de traitement d'image implémentée dans le langage de programmation Go. Elle fournit une collection de moteurs algorithmiques pour la manipulation d'images, incluant un moteur de noyau de convolution pour le filtrage, un outil de mélange d'images pour la composition de calques et un générateur de bruit procédural pour créer des textures synthétiques. Le projet se distingue par ses capacités de génération procédurale, implémentant des algorithmes de bruit de Perlin, Gaussien, binaire et uniforme pour produire des distributions de pixels aléatoires et des motifs organiques. Il dispose également d'une interface en ligne de commande qui permet aux utilisateurs d'appliquer des effets visuels, des ajustements de couleur et des transformations géométriques aux fichiers image sans écrire de code personnalisé. La bibliothèque couvre un large éventail de capacités de traitement d'image, incluant des transformations géométriques telles que la rotation, le cisaillement et le zoom, ainsi que la manipulation des couleurs et l'analyse de distribution. Elle fournit des outils pour l'analyse et la segmentation d'image, le filtrage morphologique, et prend en charge la lecture et l'écriture de données image aux formats PNG, JPEG, BMP et WebP.

    Ships resampling algorithms to change image dimensions while maintaining visual quality during resizing and zooming.

    Go
    Voir sur GitHub↗4,192
  • pintaproject/pintaAvatar de PintaProject

    PintaProject/Pinta

    3,771Voir sur GitHub↗

    Pinta is a cross-platform raster graphics editor and digital image manipulation tool. It provides a drawing environment for creating pixel-based artwork and editing photographs, utilizing a layer-based image model to organize visual components into a stack for non-destructive composition. The application is built with a GTK-based interface and features a plugin-based extension system that allows for the addition of new editing tools and filters. Its capabilities cover digital drawing workflows using various brushes and pencils, image geometry manipulation such as cropping and resizing, and v

    Provides capabilities to change image dimensions through scaling and resampling algorithms.

    C#csharpdotnetdrawing
    Voir sur GitHub↗3,771
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Image Optimization
  5. Resampling Optimizations

Explorer les sous-tags

  • Image Dimension Transformations1 sous-tagChanges the dimensions of images using resampling algorithms for scaling and resizing. **Distinct from Resampling Optimizations:** Distinct from Resampling Optimizations: focuses on dimension changes rather than color interpolation quality.
  • Spatial Transformation FusionsCombining multiple spatial resampling operations into a single interpolation step to reduce artifacts. **Distinct from Resampling Optimizations:** Specific to fusing multiple geometric transformations into one step, not just optimizing a single resampling operation.