Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev. Learn more →
ImageSharp Alternatives
Similar projects and alternatives to ImageSharp
-
-
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
ImageProcessor
:camera: A fluent wrapper around System.Drawing for the processing of image files.
-
Emgu CV
Emgu CV is a cross platform .Net wrapper to the OpenCV image processing library.
-
MetadataExtractor
Extracts Exif, IPTC, XMP, ICC and other metadata from image, video and audio files
-
.NET Runtime
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
-
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
-
eShopOnWeb
Sample ASP.NET Core 7.0 reference application, powered by Microsoft, demonstrating a layered application architecture with monolithic deployment model. Download the eBook PDF from docs folder.
-
ASP.NET Core
ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
-
SkiaSharp
SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
-
videostore
The videostore example from Martin Fowler's Refactoring, and from Episode 3 of cleancoders.com
-
-
-
Avalonia
Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. The most popular .NET Foundation community project.
-
Bitwarden
The core infrastructure backend (API, database, Docker, etc). (by bitwarden)
-
Entity Framework
EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.
-
Polly
Polly is a .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner. From version 6.0.1, Polly targets .NET Standard 1.1 and 2.0+.
-
UWP Community Toolkit
The Windows Community Toolkit is a collection of helpers, extensions, and custom controls. It simplifies and demonstrates common developer tasks building .NET apps with UWP and the Windows App SDK / WinUI 3 for Windows 10 and Windows 11. The toolkit is part of the .NET Foundation.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
ImageSharp reviews and mentions
-
First automatic JPEG-XL cloud service
> High quality progressive decoding at reduced filesizes is a big positive for me.
This is really cool!
Honestly, I want to use regular progressive JPEGs for a current project of mine, but it seems that even that doesn't have support in all the tech stacks yet despite how long it's been around for, for example: https://github.com/SixLabors/ImageSharp/issues/449
Here's hoping that in the case of JPEG-XL this will be more commonplace!
-
Unity’s New Pricing: A Wake-Up Call on the Importance of Open Source in Gaming
Here's an example:
https://github.com/SixLabors/ImageSharp/blob/main/LICENSE#L2...
https://news.ycombinator.com/item?id=33301518
Again, nothing stops someone from forking and maintaining.
Are you saying this is not legally enforceable? Because I am under the impression from my legal council it is. I can ask again to get more clarity.
-
Compress/resize images
ImageSharp is another option, but could have licence implications.
-
ImageSharp leaving the .NET Foundation due to licensing change
https://github.com/SixLabors/ImageSharp/discussions/2151#dis...
"The transitive clause is actually really important, I'll explain why.
I've explicitly called out the following to ensure that the Split License is non viral.
Once granted, You must reference the granted license only in all documentation.
In practical terms this means that If you are granted a license, that's the one you're use, not the Split License which exists to derive the license to be granted to you.
So if you're OSS, you should only be concerned about and reference the Apache 2.0 license - downstream consumers shouldn't need to care.
That, on the surface makes the whole transitive/direct thing seem redundant except for the fact we have to use the Split License in NuGet packages, so if someone is looking up their supply chain then they can reference the transitive clause to determine liability (none).
Can it be exploited. Yes, but as I've said elsewhere. "Evil Corp is gonna evil". They're actually more likely to simply ignore the license."
Library users should come together and fork the last open source version (https://github.com/SixLabors/ImageSharp/tree/v2.1.3) and maintain that together. Just having a version still available, even if it's got no new features, may be enough to make the Six Labors reconsider their approach because why pay for a library that can mostly work for free?
They have lot of employees: https://github.com/SixLabors/ImageSharp/graphs/contributors
-
TIL: mime types and static assets in Umbraco
Since .net doesn't yet support avif and neither does ImageSharp, files of this type just didn't have a MIME type available and trying to use them would result in a 404 error.
- I am trying to use System.Drawing to upscale a PNG, but it's exhibiting bizarre behavior and is driving me mad
-
License Changes for Six Labors Products
See https://github.com/SixLabors/ImageSharp/discussions/2151 for previous discussions on the subject.
-
Find out why Avalonia's architecture is so portable and simple!
Looks like everyone is using bloated Skia library. Why not use ImageSharp?
-
A note from our sponsor - Onboard AI
getonboard.dev | 28 Nov 2023
Stats
SixLabors/ImageSharp is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of ImageSharp is C#.