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

GemBox.Imaging

GemBox Software

|
244 clicks
| (0) | Free
GemBox.Imaging is a .NET component 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

What is GemBox.Imaging?

GemBox.Imaging is a .NET component 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 component 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

  • Read and write png, jpeg, gif and tiff file formats.
  • Compose multiframe tiff and gif images from loaded images.
  • Read image properties without need to load whole image.

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
© 2025 Microsoft