3868 Commits (a2e09f1bcfe135d6b2f3091c8790f7c4d1d3601e)

Author SHA1 Message Date
Anton Firszov 390691f209 WrapMemory<T>(IMemoryOwner<T>) + additional System.Drawing test case 8 years ago
Anton Firszov 33d32d7407 renamed BufferManager<T> to MemorySource<T> + enable consuming external IMemoryOwner<T> 8 years ago
James Jackson-South 5cc0e8b235 Add bulk ToHunterLab, ToLinearRgb, and ToLms 8 years ago
Anton Firszov 844740725e made WrapMemory() public + test case demonstrating using Image.WrapMemory() to draw over a System.Drawing.Bitmap instance 8 years ago
Anton Firszov 61eedd77e1 FillRegion_WorksOnWrappedMemoryImage 8 years ago
Anton Firszov 80a7b9f14a replace IBuffer<T> with IMemoryOwner<T> 8 years ago
Anton Firszov 706babe2a2 introducing BufferManager<T> 8 years ago
James Jackson-South dfbf5536ae Fix git merge 8 years ago
James Jackson-South 0da5e68854 Cleanup and remove double cast. 8 years ago
James Jackson-South e77ddd2152 Fix tests 8 years ago
James Jackson-South babe6e49b6 Add bulk ToHsl, ToHsv 8 years ago
James Jackson-South baa7ebe2c5 Add bulk ToCmyk 8 years ago
popow 4fcefc5e1f moved extension to the processing namespace and the processor accordingly into Processors namespace 8 years ago
James Jackson-South 1f375b17f6 Add bulk ToCieXyz 8 years ago
James Jackson-South 72b292abc7 Add bulk CieXyy transforms 8 years ago
popow efd0288f1d moved extending the ExifProfile to the jpeg decoder 8 years ago
James Jackson-South 9ed637dcb1 Use previous VS environment. 8 years ago
James Jackson-South 16422932b0 See if we can fix appveyor by forcing redirects. 8 years ago
James Jackson-South fe9eaac426 Update xml docs. 8 years ago
Dirk Lemstra f0926bbaab Changed clean boolean for allocation into an enumeration. 8 years ago
James Jackson-South 1223f78624 Simplify structs, 5% perf increase. 8 years ago
popow a9950213eb added support for large exif profiles for the old GolangJpegDecoderCore 8 years ago
popow c4e81de6bf skipping exif id code before extending the exif profile 8 years ago
Jason Nelson 4307d1a3a5 Remove leading whitespace 8 years ago
Jason Nelson 6dedf3db5f Fix comment reference 8 years ago
Jason Nelson 872be9e8e1 Format with expressions 8 years ago
Jason Nelson acf2bb3a44 Eliminate virtual calls from unnecessary IRgbWorkingSpace abstraction 8 years ago
Jason Nelson 88638d3f22 Remove AggressiveInlining hint from trival field accessor 8 years ago
Jason Nelson 4068401175 Seal memory classes 8 years ago
popow cb6f4a0bc7 to keep the ExifReader free from jpeg specific stuff, the Exif Id Code will be skipped when setting the ExifProfile 8 years ago
popow 35aaaeefad removed ExifIdCode parameter from ExifProfile.ToByteArray, because this is jpeg specific and should be handled by the jpeg encoder 8 years ago
popow a5d576e765 removed unnecessary comments 8 years ago
James Jackson-South 7db21263ad Add UnitConverter tests 8 years ago
James Jackson-South b176a0ec17 Add bmp and jpeg tests 8 years ago
James Jackson-South 965bc1037d Read/Write bmp resolution 8 years ago
popow e6bcb2b1cd if exif data exceeds 64k, it will be written in multiple APP1 markers 8 years ago
popow f544e18e6a if Exif data exceeds 64K and is split over multiple App1 marker, it will be extended like the ICC profile does 8 years ago
James Jackson-South 95e77e3ba3 Use UnitConverter to abstract complexity. 8 years ago
James Jackson-South 18fd820398 Properly handle png resolution. 8 years ago
James Jackson-South 9210d4cc35 Can now preserve correct resolution for jpeg and gif. 8 years ago
Vicente Penades c3a4b67330 changed In and Out composition functions to always produce "transparent black" 8 years ago
popow 5708144364 luminance levels is now a parameter of the constructor, defaults to 65536 8 years ago
Anton Firszov 0475a072d5 remove unnecessary partial keyword 8 years ago
Jason Nelson 8c120eb0a6 Heed to Stylecop 8 years ago
Jason Nelson 958f7dc118 Add periods 8 years ago
Jason Nelson a3370e5ad4 Return RgbWorkingSpace directly to reduce virtual calls 8 years ago
Jason Nelson 1e20c5c2a1 Prevent boxing of RgbWorkingSpace 8 years ago
Jason Nelson 315e670b1e Update IColorConversion to support readonly structs 8 years ago
Jason Nelson ba1bbfd7f4 Pass by reference 8 years ago
Vicente Penades 8a59bf7f38 fixed Clear composition, it essentially returns fully transparent 8 years ago