Skip to content

Instantly share code, notes, and snippets.

View Toxantron's full-sized avatar
🏠
Working from home

Thomas Fuchs Toxantron

🏠
Working from home
View GitHub Profile
@Toxantron
Toxantron / ImageMetadata_const.cs
Created March 22, 2017 19:27
Different APIs for ImageSharp Metadata
// Contains all properties all images have
public interface IImageProperties
{
// Standard properties
int Height { get; set; }
int Width { get; set; }
// -- end of standard
// This holds the more flexible values