4 Commits (e13b8dc3a60c97134a0f7077992968b2fca56f59)

Author SHA1 Message Date
James Jackson-South e13b8dc3a6 Limit constructors, change test format loading 10 years ago
James Jackson-South 050b4c5f45 Add ability to set custom Bootstrapper. 10 years ago
Dirk Lemstra 04294fd8e2 Added extra constructor overload for ImageBase<TColor>. 10 years ago
James Jackson-South 99fed3ff36 Merging into master 10 years ago
James Jackson-South 3863f69bff Remove TPacked from generic signature 10 years ago
Dirk Lemstra e4450d8b7c Fixed the last StyleCop warnings. 10 years ago
Dirk Lemstra b753f78553 Added an extra constructor to image that accepts a byte array. 10 years ago
Dirk Lemstra c3f4f5f888 Only calculate the maximum header size once and use ArrayPool to create the buffer. 10 years ago
Dirk Lemstra bb0226d239 Moved HeaderSize and IsSupportedFileFormat to IImageFormat. 10 years ago
Dirk Lemstra 13f8da0e51 Made all the Bootstrapper methods static and fixed thread safety issue. 10 years ago
Dirk Lemstra 6c69d339d1 Moved various properties from the encoder/decoder to the image format. 10 years ago
James Jackson-South 77f9bdecae Update TPacked signature 10 years ago
James Jackson-South 940801612d Add PackedPixelConverterHelper Fix #27 10 years ago
James Jackson-South 43b1dd1845 Fix To() Method to allow vector scaling. 10 years ago
James Jackson-South aed23abf1d Add new To<TColor,TPacked> method 10 years ago
Dirk Lemstra f9f4d4e73d Moved the ToFrame method to Image<TColor, TPacked> and added a Clone method to ImageFrame. 10 years ago
Anton Firszov 44d7359ae5 Merge branch 'master' into HEAD 10 years ago
James Jackson-South be5b01bd75 Cleanup 10 years ago
dirk 7ad899a028 Removed trailing whitespace. 10 years ago
James Jackson-South 2b2ec84e9c Rename to ImageSharp 10 years ago
dirk cf542ef1ec Enforce struct on TColor 10 years ago
dirk 7b7ae9344c Added extra interface IPackedPixel so we can easier add extra interfaces. 10 years ago
James Jackson-South d949ab0f26 Revert "Enforce struct on TColor" 10 years ago
James Jackson-South c6a36c9427 Enforce struct on TColor 10 years ago
James Jackson-South a772712c93 Fix Image.ToString() to reduce debug workload. 10 years ago
James Jackson-South cf112f604d Doh! 10 years ago
James Jackson-South 8674d63cfd Streams are now better handled 10 years ago
James Jackson-South 5e9ce77841 Use PixelAcessor<TColor, TPacked> #457 10 years ago
dirk 9bdd581aa8 The Save method now returns the instance to allow method chaining. 10 years ago
dirk 2e330649fa Added method to copy the properties of an image. 10 years ago
dirk 371970a5e6 Added class that can be used to read and edit an Exif profile and added a property for this to the Image class. 10 years ago
James Jackson-South 31efe63e6d Add ColorBlindness 10 years ago
James Jackson-South 916e172b0a Add all samplers. 10 years ago
James Jackson-South 87018d0c99 Remove new() type constraint 10 years ago
James Jackson-South 7b9fa020eb Ensure quality is carried across. 10 years ago
James Jackson-South 33497d5250 No need for second type param 10 years ago
James Jackson-South 15711f6a11 Use blitting, cleanup code. 10 years ago
James Jackson-South dc80f36e76 Faster... Much Faster... 10 years ago
James Jackson-South db714b9767 Getting there.... 10 years ago
James Jackson-South 9f25784c04 Moar T 10 years ago
James Jackson-South b04b6298e0 IPixelAcessor<TPacked> 10 years ago
James Jackson-South 4608c5c87d F**ck me it works! 10 years ago
James Jackson-South c1cea3b06e Trim back to basics 10 years ago
James Jackson-South 7aa7c40d38 True Generic Image? 10 years ago
James Jackson-South ffaddb984c Begin switching to generics 10 years ago
James Jackson-South 3dbad0c44a Use PixelAccessor 10 years ago
James Jackson-South 941cea90e5 Clean up formats. 10 years ago
James Jackson-South 2742c7841c Correctly dispose of frames. 10 years ago
James Jackson-South 3234c421c2 Use initialisers 10 years ago
James Jackson-South e46266737b Add Bootstrapper 10 years ago