NuGet Package: ImageHelper404
With ImageHelper404 package, working with images is now faster, more efficient, and hassle-free. Whether you need to manipulate, transform, or analyze images, this package has got you covered.
- Seamless image processing with intuitive methods.
- Return results as base64, IFormFile and byte arrays, making it easy to integrate into your workflows without worrying about file paths.
- Optimized for performance and ease of use in .NET Core.
This package was built with developers in mind—giving you the tools you need to handle image operations effortlessly. No more complex code, just clean, reliable, and reusable functions.
- await ImagesHelper.Resize(string imageUrl, int width, int height, string fileName, ImageFormat contentType = ImageFormat.Png): Resize image by providing width and height.
- await ImagesHelper.ResizeByPercentage(string imageUrl, float percentage, string fileName, ImageFormat contentType = ImageFormat.Png): Resize image By Percentage.
- await ImagesHelper.ChangeFormat(string imageUrl, string fileName, ImageFormat contentType = ImageFormat.Png): Converting Image contentTypes (JPEG, PNG, etc.)
- await ImagesHelper.Crop(string imageUrl, int x, int y, int width, int height, string fileName, ImageFormat contentType = ImageFormat.Png): Crop image.
- await ImagesHelper.Rotate(string imageUrl, float angle, string fileName, ImageFormat contentType = ImageFormat.Png): Rotate image.
- await ImagesHelper.AddWatermark(string imageUrl, string watermarkText, string fileName, ImageFormat contentType = ImageFormat.Png, string FontName = "Arial", int FontSize = 24): Adding text Watermark.
- await ImagesHelper.ConvertToGrayscale(string imageUrl, string fileName, ImageFormat contentType = ImageFormat.Png): Convert image To Grayscale.
- await ImagesHelper.Flip(string imageUrl, FlipMode flipMode, string fileName, ImageFormat contentType = ImageFormat.Png): Flip images.
- await ImagesHelper.Sharpen(string imageUrl, float amount, string fileName, ImageFormat contentType = ImageFormat.Png): Sharpen image.
- await ImagesHelper.GenerateThumbnail(string imageUrl, int thumbnailSize, string fileName, ImageFormat contentType = ImageFormat.Png): Generate Thumbnail.
- await ImagesHelper.GenerateQrCode(string text, int size, string fileName, ImageFormat contentType = ImageFormat.Png): Generate QR code.
Check it out on NuGet now: [link to package] ??
Looking forward to your feedback and suggestions as I continue to improve and expand its functionality. Let’s make image handling simpler together!
#dotnet #nuget #ImageHelper404 #csharp #developers #opensource #softwaredevelopment
Software Programmer at Self employed
5 个月Awesome product