9026 Commits (347ac360ec56e0e63ec97ba32f05d5bf8ea35b32)
 

Author SHA1 Message Date
Dmitry Pentin 347ac360ec LuminanceForwardConverter.Convert main loop routine now uses named constant instead of a 'magic value' 5 years ago
Dmitry Pentin 9bf9644e65 RgbToYCbCrConverterLut.Convert main loop routine now uses named constant instead of a 'magic value' 5 years ago
Dmitry Pentin 81c21e5af4 Fixed "constant" vectors naming 5 years ago
Dmitry Pentin 513e86a904 Implemented IDCT algorithm with avx/fma, move IDCT code to a different file 5 years ago
Dmitry Pentin e5188fe4f4 Implemented FDCT8x8 using avx instruction set, added backward compatibility for FDCT8x4 calls using FDCT8x8(ref Block8x8F, ref Block8x8F) method 5 years ago
Dmitry Pentin 20236b8c75 Block8x8F.TransposeInto no longer uses unsafe casts (partially) 5 years ago
Dmitry Pentin fbf0ff1466 Block8x8F.MultiplyInPlace no longer use unsafe casts 5 years ago
Dmitry Pentin 7229dbf73f Block8x8F explicit layout & 256bit rows support 5 years ago
James Jackson-South 993f96eb7d
Merge pull request #1624 from SixLabors/js/branding 5 years ago
James Jackson-South 5b280d3f5c Update branding [skip ci] 5 years ago
James Jackson-South a8cb711584
Merge pull request #1623 from SixLabors/bp/bmp1bit 5 years ago
Brian Popow 33192d396b Switch default quantizer for the bitmap encoder to Wu-quantizer 5 years ago
Brian Popow ea8bef4321 Add support for encoding 1 bit per pixel bitmaps 5 years ago
James Jackson-South 6fa903c83d
Merge pull request #1622 from SixLabors/bp/bmp4bit 5 years ago
Brian Popow 60bd3946de Execute 4bit bitmap encoder tests only on windows 5 years ago
Brian Popow 04e6b4135a Make sure bitmap encoder preserves 4 bits per pixel, when the input is 4 bit 5 years ago
Brian Popow c05d4ddeb5 Add support for encoding 4 bit per pixel bitmaps 5 years ago
James Jackson-South a6c1785468
Merge pull request #1615 from SixLabors/js/sponsors 5 years ago
James Jackson-South 9ed5fe95cf Update README.md 5 years ago
James Jackson-South 31dbe9a8ae
Merge pull request #1614 from SixLabors/js/fix-publish 5 years ago
James Jackson-South 4db99dbbf5 Update shared-infrastructure 5 years ago
James Jackson-South c5c4dd209b
Merge pull request #1610 from ptasev/pt/mem-manager-byte 5 years ago
Petar Tasev b7eb1d0ce5 Merge branch 'master' into pt/mem-manager-byte 5 years ago
Petar Tasev 70c6616fa9 Changed test to compare mem locations, and added same test to MemOwner of TPixel. 5 years ago
James Jackson-South 3e00488138
Merge pull request #1606 from SixLabors/js/innerloop 5 years ago
Petar Tasev 0871b85bdf Address code review comments. 5 years ago
Petar Tasev ae30a49357 Added file header. 5 years ago
Petar Tasev 402782acf5 Removed unused using statements. 5 years ago
Petar Tasev dc96867834 Added overloads to Image.WrapMemory for IMemoryOwner<byte>. 5 years ago
James Jackson-South 9f0515f27b Update shared-infrastructure 5 years ago
James Jackson-South c4d417ab66 Fix codecov test environment identification 5 years ago
James Jackson-South a4d05f5fd2 Add faster InnerLoop build configurations 5 years ago
James Jackson-South 14954cf5f2 Update to latest config/ruleset 5 years ago
James Jackson-South 82bca5517f
Merge pull request #1601 from saucecontrol/patch-4 5 years ago
Clinton Ingram 06f9e2483a
Update PULL_REQUEST_TEMPLATE.md 5 years ago
James Jackson-South dc0982f186
Faster Linear Transforms (#1591) 5 years ago
James Jackson-South 97dde7fb2f
Merge pull request #1593 from SixLabors/js/fix-gitlfs-macosx 5 years ago
James Jackson-South b1364dd065 Update shared-infrastructure 5 years ago
James Jackson-South bb72769968
Merge pull request #1586 from ynse01/ynse01/jpeg-grayscale 5 years ago
Ynse Hoornenborg 4d0fb4070a Put setting JpegColorType and ColorSpace close together 5 years ago
Ynse Hoornenborg d844e70760 Add JpegColorType to JpegMetadata and use it to configure the JpegEncoder 5 years ago
Ynse Hoornenborg 096ef3d3aa Refactor out JpegSubsample.Grayscale 5 years ago
Ynse Hoornenborg 26d61124b5 LuminanceForwardConverter handles the entire conversion itself 5 years ago
Ynse Hoornenborg 6dbde61f8d Rename JpegEncoder InitializeColorType method 5 years ago
Ynse Hoornenborg 6cff023550 Add test cases for Grayscale jpeg 5 years ago
Ynse Hoornenborg 7eaae92bbf Grayscale Jpeg encoding 5 years ago
James Jackson-South 08b0320538
Merge pull request #1575 from SixLabors/js/aot-experiments 5 years ago
James Jackson-South 0152586509 Merge branch 'master' into js/aot-experiments 5 years ago
James Jackson-South bf957c615c
Merge pull request #1574 from UltraNamahage/js/aot-experiments 5 years ago
UltraNamahage ece0707053 Organize Seed and solve the problem of more Seed and code strips with the Preserve attribute. 5 years ago