📷 A modern, cross-platform, 2D Graphics library for .NET
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
James Jackson-South a1f1c58169
Merge branch 'master' into js/better-transforms
8 years ago
..
Advanced ImageSharp-762_Aot-compiling: renamed to AotCompilerTools 8 years ago
ColorSpaces simplify calculations by using intermediate results 8 years ago
Common fix typos in comments 8 years ago
Formats Fix trns preservation and add tests 8 years ago
IO Drop netstandard1.1 support 8 years ago
Memory cleanup & docs 8 years ago
MetaData fix typo in local variable name 8 years ago
PixelFormats fix typos in comments 8 years ago
Primitives Remove conditionals from loop and enforce equal matrice dimensions. 8 years ago
Processing Merge branch 'master' into js/better-transforms 8 years ago
Properties inital rename packages and namespaces 9 years ago
Configuration.cs Drop netstandard1.1 support 8 years ago
GraphicsOptions.cs Refactored IsSolidBrushWithoutBlending into GraphicsOptions so it can be called from more places, and also allows for specific tests. 8 years ago
IConfigurationModule.cs Remove leading whitespace 8 years ago
IDeepCloneable.cs covariant interface: IDeepCloneable<out T> 8 years ago
IImage.cs Move Bounds/Size to IImageInfo extension methods 8 years ago
IImageInfo.cs fix typos in comments 8 years ago
Image.Decode.cs Optimization: do not initialize pixel buffer in JpegDecoder 8 years ago
Image.FromBytes.cs return first matching ImageFormat when iterating over FormatDetectors 8 years ago
Image.FromFile.cs Drop netstandard1.1 support 8 years ago
Image.FromStream.cs Use standard sb variable name 8 years ago
Image.LoadPixelData.cs Update Span ->ReadOnlySpan 8 years ago
Image.WrapMemory.cs fix typos in comments 8 years ago
ImageExtensions.Internal.cs Move ImageSharp-specific memory primitives and utils to SixLabors.ImageSharp.Memory 8 years ago
ImageExtensions.cs fix typos in comments 8 years ago
ImageFrame.LoadPixelData.cs Use Configuration over MemoryManager for ImageFrame<TPixel> 8 years ago
ImageFrameCollection.cs Clone => DeepClone 8 years ago
ImageFrame{TPixel}.cs Feed Configuration to all methods in PixelOperations 8 years ago
ImageInfo.cs Use dictionaries to store format specific metadata 8 years ago
ImageInfoExtensions.cs Remove leading whitespace 8 years ago
ImageSharp.csproj Cross target NET472 and enable extended intrinisics behind SUPPORTS_EXTENDED_INTRINSICS symbol 8 years ago
ImageSharp.csproj.DotSettings Move all specific IPixel implementations to a (non-namespace-provider) subfolder 8 years ago
ImageSharp.netstandard1.1.v3.ncrunchproject refactor ImageFrameCollection for updated API 9 years ago
Image{TPixel}.cs fix typos in comments 8 years ago
ReadOrigin.cs Refactor Image, ImageFrame + IImage 8 years ago