388 Commits (094e7b081f0969aa8400ad49b3e5cfa90bf2f715)

Author SHA1 Message Date
James Jackson-South bad478defa Quantizer works. Encoding is the issue. 11 years ago
Yufei Huang ce125669c3 Make YCbCr.(Y/Cb/Cr) and Hsv.(H/S/V) a plan field to make color manipulations a bit faster 11 years ago
James South 1da5eae575 Add HSV color 11 years ago
James South d35803fcdf Enable jpeg 11 years ago
Yufei Huang 447b77439f Implement the interface for the basic quantizer. The resulting image is not correct with this commit but we have a starting point to troubleshoot the quantizer. 11 years ago
James South be588301d7 *Almost* translated quantizer. 11 years ago
James South 83cb74cb56 A bit more gif encoder work 11 years ago
James South 6e0780bcc2 Update to c#6 syntax, make structs immutable 11 years ago
James South d316d8090b Rename Colors, Begin Gif encoder 11 years ago
James South 7a85b8a244 Begin import LibJpeg 11 years ago
James South 4ad5321002 Import and cleanup bitmap format. 11 years ago
James South d9f4781504 Add YCbCrColor and intial encoder tests 11 years ago
James South 4c083a3ff9 Import png encoder and begin gif 11 years ago
James South cd18e01362 Added web compatible hex overload. 11 years ago
James South 023150528d Adding ImageBase and Color 11 years ago
James South 729bea0bb7 Adding more structs and tests 11 years ago
James South f8a9b439aa Adding example Point class. 11 years ago
James South cdbb57a8c6 Add a few common namespaces 11 years ago
James South 7501c0c2e0 Fresh start 11 years ago
Arne Kiesewetter 138bce2554 Remove unnecessary assignment/checks from Color32 11 years ago
James South 50570a80f6 v2.2.4 11 years ago
James South d41801f5e6 v 2.2.3 11 years ago
James South da37031cf8 Fix constructor and add cors support. 11 years ago
James South e0ddaec749 Fixing broken FastBitmap bug. 11 years ago
James South c00e1016a0 ImageProcessor v2.2.1 11 years ago
James South 82584b73c2 Hiding object detection for now. 11 years ago
James South bca2959405 Gif format now preserves original palette 11 years ago
James South 02339708f2 Cleanup 11 years ago
James South fc3aa36ef2 Initial commit. 11 years ago
James South 2dea00f17d Adding final rewrites plus tests 11 years ago
James South 64a3aef539 A few more parser rewrites 11 years ago
James South 44c353cc52 Initial addition of new query parser 11 years ago
James South 9f17351ab4 Update Halftone filter 11 years ago
James South cebcafb812 Fix gamma 11 years ago
James South 604086b350 Sanitise CropLayer to allow for whole numbers 11 years ago
James South cee8785673 Fixing RotateBounds maths. 11 years ago
Thomas Broust 819090c22b Fixes the CCW rotation bug 11 years ago
James South 8ce6a55e69 Just committing to build tools repeat. 11 years ago
James South 302390590e Rename RotateInside to RotateBounded 11 years ago
Thomas Broust 4d9f300aac Switches to rectangle structure for the rotation calculations 11 years ago
Thomas Broust fd92343b0c Moves the new methods to Imaging.Helpers.ImageMaths and auto-cleanup (reordering of methods) of the ImageMaths class 11 years ago
Thomas Broust 86ee3a41da Fixes the rotation calculations 11 years ago
Thomas Broust e132c884db Allows the rotation of the image without zooming (doesn't quite work yet) 11 years ago
Thomas Broust 3bde971ad3 Fixes XML comments 11 years ago
Thomas Broust 849b6f936d Adds a 'rotate layer' to provide a new 'resize' parameter 11 years ago
Thomas Broust 93eac1fb65 Adds reference for calculation 11 years ago
Thomas Broust e5154d3bb5 Zooms the image when doing an 'inside rotation' 11 years ago
Thomas Broust 38798a0ec9 Fixes XML comments 11 years ago
Thomas Broust 52dfb4541c Fixes the zoom calculation 11 years ago
Thomas Broust 03d6e9454f Changes the method to return a factor instead of a percentage 11 years ago