naps2/NAPS2.Images/Bitwise
2024-03-06 20:14:51 -08:00
..
BilateralFilterOp.cs Implement grayscale bilateral filter 2024-03-03 10:31:31 -08:00
BinaryBitwiseImageOp.cs Support SubPixelType.InvertedBit when copying to/from RGB buffers 2023-04-08 16:07:42 -07:00
BitPixelReader.cs Windows: Fix tests 2022-08-16 21:19:04 -07:00
BitwiseImageData.cs Switch to hasAlpha instead of bytesPerPixel checks 2022-09-22 19:52:52 -07:00
BitwiseImageOp.cs WIP: Document correction 2022-10-08 18:03:46 -07:00
BitwisePrimitives.cs Change rmse and invert to bitwise ops/primitives 2022-09-25 13:07:01 -07:00
BlankDetectionImageOp.cs Move blank detection to a bitwise op, add tests, and ignore edges 2022-12-30 12:50:17 -08:00
BrightnessBitwiseImageOp.cs Fix some grayscale transforms 2022-12-22 16:08:02 -08:00
ColorChannel.cs Implement destination color channels for bitwise copy 2022-08-31 23:13:38 -07:00
ColumnColorOp.cs Implement white/black detection with peak analysis 2022-10-09 16:29:10 -07:00
ColumnColorPreOp.cs Implement white/black detection with peak analysis 2022-10-09 16:29:10 -07:00
ContrastBitwiseImageOp.cs Fix some grayscale transforms 2022-12-22 16:08:02 -08:00
CopyBitwiseImageOp.cs Don't allow InvertedBit with alpha channels 2023-04-08 16:21:45 -07:00
DecolorBitwiseImageOp.cs Move rgb multipliers to the BitwiseImageOp parent class 2022-09-20 18:12:26 -07:00
FillColorImageOp.cs Initial combine impl 2024-03-06 20:14:51 -08:00
GammaTables.cs Improve precision for white/black point correction 2023-01-07 12:30:43 -08:00
HueShiftBitwiseImageOp.cs Implement saturation as a bitwise op 2022-08-14 17:50:14 -04:00
LogicalPixelFormatOp.cs Fix default alpha values in CopyBitwiseImageOp 2022-12-22 17:37:05 -08:00
PixelInfo.cs Fix PNG PDF export for widths that are not word-aligned 2023-01-02 18:25:42 -08:00
RgbPixelReader.cs Refactor PixelInfo to separate out pointer and subpixel type 2022-08-13 11:50:11 -04:00
RmseBitwiseImageOp.cs Fix default alpha values in CopyBitwiseImageOp 2022-12-22 17:37:05 -08:00
SaturationBitwiseImageOp.cs Implement saturation as a bitwise op 2022-08-14 17:50:14 -04:00
SharpenBitwiseImageOp.cs Switch to hasAlpha instead of bytesPerPixel checks 2022-09-22 19:52:52 -07:00
SubPixelType.cs Mac: Represent RGB24 as 32-bit and always convert to device color space 2022-09-22 21:47:36 -07:00
UnaryBitwiseImageOp.cs WIP: Document correction 2022-10-08 18:03:46 -07:00
UnmultiplyAlphaOp.cs Gtk: Fix tiff alpha 2022-12-18 18:39:10 -08:00
WhiteBlackPointOp.cs Set up debug logging 2023-04-16 17:04:19 -07:00
WhiteBlackPointPreOp.cs Implement white/black detection with peak analysis 2022-10-09 16:29:10 -07:00