39 Commits (c609db3b27b0c152c33f27d55e662d8ebc894417)

Author SHA1 Message Date
James Jackson-South c609db3b27 Throw, don't adjust. 6 years ago
James Jackson-South 80d672e2a7 Update ConfigurationTests.cs 6 years ago
James Jackson-South 95d054068f Make stream buffer size configurable. Fixes #1276 6 years ago
James Jackson-South 874115bd0a Update license 6 years ago
James Jackson-South 6183dd8c13 Update source license info. 6 years ago
Brian Popow 7b052c8076 Fix stylecop warnings in the test project 6 years ago
Anton Firszov 53bb11a236 expose ParallelExecutionSettings and ParallelHelper, fix MaxDegreeOfParallelism 7 years ago
Brian Popow 2e034af05c Set expected default configuration count to 5 7 years ago
Anton Firszov 07808bf8eb refactor stuff + implement CalculateResizeWorkerWindowCount() 7 years ago
Anton Firszov 9e292fbeb7 refactor PixelOperationsTests 8 years ago
James Jackson-South 6e47624413 Add Clone overloads for new configuration. 8 years ago
James Jackson-South dc4ec30a14 Strong type meta query + format singletons 8 years ago
James Jackson-South 970b1ba25a Add additional tests 8 years ago
James Jackson-South 3e7b84054d Don't allow duplicate formats in configuration. 8 years ago
Anton Firszov 61e2a8d92b Replace Configuration.ParallelOptions with Configuration.MaxDegreeOfParallelism 8 years ago
Dirk Lemstra 8c5dd789eb Fixed typo. 8 years ago
Jason Nelson 55d0e8c62a Format tests 8 years ago
Vicente Penades 1f2b2b8a7a removed ImageFormat redirect methods from Configuration. 8 years ago
Vicente Penades ce62a947d9 replaced Configuration copy constructor with a ShallowCopy method. 8 years ago
James Jackson-South c483cb5a53 Use Current as Default, Don't additionally throw 8 years ago
James Jackson-South c5f7f27e19 Use configuration to set ReadOrigin 8 years ago
Dirk Lemstra 534a7452d0 Silence warnings. 9 years ago
Anton Firszov 6137f703b8 renamed ImageFormats.Bitmap to ImageFormats.Bmp for more consistent naming 9 years ago
Scott Williams 872ca973de inital rename packages and namespaces 9 years ago
Scott Williams bb9280f317 switch from mimetype strings to IImageFormats 9 years ago
Scott Williams 732cb21bdc fix comments 9 years ago
Scott Williams 5e477e4537 fix formats + added sample for switching out encoders/decoders 9 years ago
Scott Williams 00c5897c2e provide IImageFormatProviders and split mimetype detection from decoders. 9 years ago
Scott Williams 42e0395a60 refactor encoders/decoders 9 years ago
Dirk Lemstra b33d633df4 Fixed var warnings. 9 years ago
James Jackson-South 119c1bf70f Remove non-generic Image 9 years ago
Scott Williams a5ef9520a2 ensure all save operations pass along IEncoderOptions 9 years ago
Scott Williams c3367c4d9c Add IFileSystem 9 years ago
Scott Williams 095c3fb5fb fix all instances of var 9 years ago
Scott Williams 27b09f56c8 move to static method 9 years ago
Scott Williams 06b3c4b4e7 Dropped ImageSharpd.Formats 9 years ago
James Jackson-South b867c05951 Better configuration tests 9 years ago
James Jackson-South ef60a6237e Rename Bootstrapper to Configuration 9 years ago
James Jackson-South 2fc0d4b0e9 Fix bootstrapper test 9 years ago
James Jackson-South 3718edb6e0 Add ability to set custom Bootstrapper. 9 years ago
Dirk Lemstra a0abb9fe4f Moved HeaderSize and IsSupportedFileFormat to IImageFormat. 10 years ago
Dirk Lemstra 47f70fe8cb Made all the Bootstrapper methods static and fixed thread safety issue. 10 years ago
Dirk Lemstra b44e4b138a Added guards and unit tests for the Bootstrapper. 10 years ago