3 packages tagged with “Inch”
Piczard is a FREE image manipulation library developed keeping focus on ASP.NET needs It provides a variety of tools that can help you to manage images in your ASP.NET applications: - PictureTrimmer: The world's most awesome WYSIWYG image cropping tool for ASP.NET. - An expandable set of classes and methods that allows - in an extremely easy way - to programmatically load, process and save images. With Piczard, tasks such as image resizing, watermarking or cropping, can be performed even with a single line of code ! - An advanced image upload control with a powerful and intuitive image manipulation interface.
An extensive measurement, unit, and data conversion library for .NET. var twoFeet = new Measurement(2, Units.Length.Feet); var twelveInches = new Measurement(12, Units.Length.Inches); var result = twoFeet + twelveInches; Console.WriteLine(result.GetValueAs(Units.Length.Yards).ToString()); // = 1 yard
With this package you can convert units of area, time, electric current, length, pressure, temperature and time.