Skip to content
| Marketplace
Sign in
Visual Studio>Controls>GemBox.Imaging
GemBox.Imaging

GemBox.Imaging

GemBox Software

|
285 clicks
| (0) | Free
GemBox.Imaging is a .NET library that enables you to read, convert, and transform image files (PNG, JPEG, and GIF) from .NET applications in a simple and efficient way.
Get Started

GemBox.Imaging .NET Imaging library

What is GemBox.Imaging?

GemBox.Imaging is a .NET library that enables you to read, convert, and transform image files (PNG, JPEG, and GIF) from .NET applications.

With GemBox.Imaging you get a fast and reliable library that's easy to use and doesn't depend on Microsoft Windows GDI. It requires only .NET so you can deploy your applications on any platform.

GemBox.Imaging Features

  • Convert images to and from PNG, JPEG, GIF, and TIFF formats.
  • Resize, crop, rotate, and flip images.
  • Read image properties without loading pixel data.
  • Apply filters to an image for adjusting brightness, contrast, saturation, colors, and more.
  • Merge and split frames of multi-frame image formats like GIF and TIFF.

Get Started

You are not sure how to start working with images in .NET using GemBox.Imaging? Check the code below that shows how to change image file format.

// If using Professional version, put your serial key below.
ComponentInfo.SetLicense("FREE-LIMITED-KEY");

using (var image = Image.Load("SampleImage.png"))
{
    image.Save("SampleImage.jpg");
}

For more GemBox.Imaging code examples and demos, please visit our examples page.

Resources

  • Product Page
  • Examples
  • Documentation
  • API Reference
  • Forum
  • Blog
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft