Welcome to Atalasoft Community Sign in | Join | Help

Browse by Tags

All Tags » C# imageprocessing lamba   (RSS)
Sorry, but there are no more tags available to filter with.

More Image Processing with C# Lambdas

This is a continuation of the earlier post on image processing with C# lambda expressions . The previous blog describes a simple way to define image processing in terms of lambda expressions, and while efficient, it’s missing the ability to do commands

Image Processing with C# Lambda Expressions

For this blog, I’m going to cover the implementation of how to implement dotImage image processing commands based around C# lambda expressions. To get started, I’m going to come up with a simplified model of image processing. A lambda command is a command