Automatically trims whitespace from product images, leaving only a specified margin around the object. Uses sobel energy analysis and adjustable thresholding for great accuracy.
URL commands: &trim.threshold=80, &trim.percentpadding=1
Docs:...
More information
If you want to protect self-contained trimmed .NET 5.0/6.0 applications with .NET Reactor you need to add this package to your project.
This package ensures your published application contains all the classes and methods required by .NET Reactor.
There is no need to call special methods. Just add...
More information
Extension to String class that makes it easier to do some common jobs as calculate Levenshtein distance between with another string, check if string contains at least one value from an array, check if ends with at least one value from an array, get the file extension of a filename, compute the hash...
More information
Extensions.dll contains extension methods that enhance existing C# classes thus making life easier for developers.
Extensions.dll supports all versions of .NET from 3.5 through 5.0
Highlights are methods such as:
Use .Save() and .Load() for easy...
More information