ShareX/ShareX.ImageEffectsLib/Filters
Michael Ryan 83c3dcedff * Added "Color depth" filter that remaps RGB pixel color to the nearest color at the specified color depth. For example, #E1CB96 will be remapped to #DDCC99 when "BitsPerChannel" is set to 4.
* Fixed the menu items order of "Drawing > Particles", "Adjustments > Color matrix", and "Filters > Convolution matrix", which were not alphabetized correctly.
2020-09-14 12:45:26 -07:00
..
Blur.cs Use bitmap in filter image effects 2020-03-22 00:41:08 +03:00
ColorDepth.cs * Added "Color depth" filter that remaps RGB pixel color to the nearest color at the specified color depth. For example, #E1CB96 will be remapped to #DDCC99 when "BitsPerChannel" is set to 4. 2020-09-14 12:45:26 -07:00
EdgeDetect.cs Use bitmap in filter image effects 2020-03-22 00:41:08 +03:00
Emboss.cs Use bitmap in filter image effects 2020-03-22 00:41:08 +03:00
GaussianBlur.cs Use bitmap in filter image effects 2020-03-22 00:41:08 +03:00
MatrixConvolution.cs Use bitmap in filter image effects 2020-03-22 00:41:08 +03:00
MeanRemoval.cs Use bitmap in filter image effects 2020-03-22 00:41:08 +03:00
Outline.cs Improve outline image effect 2020-07-16 02:41:25 +03:00
Pixelate.cs Use bitmap in filter image effects 2020-03-22 00:41:08 +03:00
Reflection.cs Use bitmap in filter image effects 2020-03-22 00:41:08 +03:00
RGBSplit.cs Revert "Revert "Merge branch 'master' of https://github.com/ShareX/ShareX"" 2020-07-06 06:37:56 +08:00
Shadow.cs Use bitmap in filter image effects 2020-03-22 00:41:08 +03:00
Sharpen.cs Use bitmap in filter image effects 2020-03-22 00:41:08 +03:00
Slice.cs Restrict slice height to minimum 1 2020-07-20 22:31:03 +03:00
Smooth.cs Use bitmap in filter image effects 2020-03-22 00:41:08 +03:00
TornEdge.cs Use bitmap in filter image effects 2020-03-22 00:41:08 +03:00