All Projects → SixLabors → Imagesharp

SixLabors / Imagesharp

Licence: apache-2.0
📷 A modern, cross-platform, 2D Graphics library for .NET

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to Imagesharp

sail
The missing small and fast image decoding library for humans (not for machines) ⛵ https://sail.software
Stars: ✭ 206 (-96.03%)
Mutual labels:  png, jpeg, bmp, gif
Sharp
High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP, AVIF and TIFF images. Uses the libvips library.
Stars: ✭ 21,131 (+307.46%)
Mutual labels:  image-processing, png, jpeg, exif
Essential Image Optimization
Essential Image Optimization - an eBook
Stars: ✭ 1,950 (-62.4%)
Mutual labels:  image-processing, gif, png, jpeg
StbSharp
C# port of the famous C framework
Stars: ✭ 62 (-98.8%)
Mutual labels:  png, jpeg, bmp, gif
Flyimg
Dockerized PHP7 application runs as a Microservice to resize and crop images on the fly. Get optimised images with MozJPEG, WebP or PNG using ImageMagick. Includes face detection, cropping, face blurring, image rotation and many other options. Abstract storage based on FlySystem in order to store images on any provider (local, AWS S3...).
Stars: ✭ 762 (-85.31%)
Mutual labels:  image-processing, gif, png, jpeg
Imageprocessor
📷 A fluent wrapper around System.Drawing for the processing of image files.
Stars: ✭ 2,452 (-52.72%)
Mutual labels:  gif, png, jpeg, bmp
Imaginary
Fast, simple, scalable, Docker-ready HTTP microservice for high-level image processing
Stars: ✭ 4,107 (-20.81%)
Mutual labels:  image-processing, gif, png, jpeg
gfxprim
Open-source modular 2D bitmap graphics library with emphasis on speed and correctness.
Stars: ✭ 32 (-99.38%)
Mutual labels:  png, jpeg, bmp, gif
Govips
A lightning fast image processing and resizing library for Go
Stars: ✭ 442 (-91.48%)
Mutual labels:  image-processing, gif, png, jpeg
Format parser
file metadata parsing, done cheap
Stars: ✭ 46 (-99.11%)
Mutual labels:  gif, png, jpeg, exif
Libvips
A fast image processing library with low memory needs.
Stars: ✭ 6,094 (+17.51%)
Mutual labels:  image-processing, gif, png, jpeg
alfred-imagemin
Alfred workflow - Minify images with Imagemin
Stars: ✭ 29 (-99.44%)
Mutual labels:  png, jpeg, gif
Compress Images
Minify size your images. Image compression with extension: jpg/jpeg, svg, png, gif. NodeJs
Stars: ✭ 331 (-93.62%)
Mutual labels:  gif, png, jpeg
stbi-sharp
C# wrapper around stb_image.h and qoi.h
Stars: ✭ 17 (-99.67%)
Mutual labels:  png, jpeg, bmp
img2gcode
convert jpg, png,gif to gcode with nodejs and jimp
Stars: ✭ 31 (-99.4%)
Mutual labels:  png, jpeg, gif
imagor
Fast, Docker-ready image processing server in Go and libvips
Stars: ✭ 2,276 (-56.11%)
Mutual labels:  png, jpeg, gif
Selene
A C++17 image representation, processing and I/O library.
Stars: ✭ 266 (-94.87%)
Mutual labels:  image-processing, png, jpeg
Djv
Professional media review software for VFX, animation, and film production
Stars: ✭ 282 (-94.56%)
Mutual labels:  graphics, png, jpeg
Mort
Storage and image processing server written in Go
Stars: ✭ 420 (-91.9%)
Mutual labels:  image-processing, png, jpeg
QuickImageFX
Simplifying image manipulation using GDI, Graphics32, OpenCV or Vampyre Imaging libraries
Stars: ✭ 41 (-99.21%)
Mutual labels:  png, bmp, gif

SixLabors.ImageSharp
SixLabors.ImageSharp

Build Status Code coverage License: Apache 2.0 Twitter

ImageSharp is a new, fully featured, fully managed, cross-platform, 2D graphics API.

ImageSharp is a new, fully featured, fully managed, cross-platform, 2D graphics library. Designed to simplify image processing, ImageSharp brings you an incredibly powerful yet beautifully simple API.

ImageSharp is designed from the ground up to be flexible and extensible. The library provides API endpoints for common image processing operations and the building blocks to allow for the development of additional operations.

Built against .NET Standard 2.0, ImageSharp can be used in device, cloud, and embedded/IoT scenarios.

License

Support Six Labors

Support the efforts of the development of the Six Labors projects.

Documentation

  • Detailed documentation for the ImageSharp API is available. This includes additional conceptual documentation to help you get started.
  • Our Samples Repository is also available containing buildable code samples demonstrating common activities.

Questions

Code of Conduct

This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. For more information, see the .NET Foundation Code of Conduct.

Installation

Install stable releases via Nuget; development releases are available via MyGet.

Package Name Release (NuGet) Nightly (MyGet)
SixLabors.ImageSharp NuGet MyGet

Manual build

If you prefer, you can compile ImageSharp yourself (please do and help!)

Alternatively, you can work from command line and/or with a lightweight editor on both Linux/Unix and Windows:

To clone ImageSharp locally, click the "Clone in [YOUR_OS]" button above or run the following git commands:

git clone https://github.com/SixLabors/ImageSharp

If working with Windows please ensure that you have enabled long file paths in git (run as Administrator).

git config --system core.longpaths true

This repository uses Git Large File Storage. Please follow the linked instructions to ensure you have it set up in your environment.

This repository contains Git Submodules. To add the submodules to the project, navigate to the repository root and type:

git submodule update --init --recursive

How can you help?

Please... Spread the word, contribute algorithms, submit performance improvements, unit tests, no input is too little. Make sure to read our Contribution Guide before opening a PR.

The ImageSharp Team

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].