Category Archive: Aspose.Imaging Product Family

This Category contains blog posts related to Aspose.Imaging

Adjust Image Contrast, Brightness, and Gamma in C#

Contrast, brightness, and gamma are popular attributes that are used to tune images. Different values of these attributes are set to control and enhance appearance of the images. In this article, we will show you how to adjust the contrast, brightness, and gamma of an image programmatically in C#. You can utilize this to implement image editing capabilities from within your .NET applications.

Posted in Aspose.Imaging Product Family | Tagged , , ,

Rotate and Flip Images in C# .NET

While working with images, you may often need to rotate images at different angles. Moreover, horizontal and vertical flips are also used in various cases, especially in image editors. In this article, we will cover how to rotate and flip images programmatically using C#.

Posted in Aspose.Imaging Product Family | Tagged , , , ,

Resize Images Programmatically in C# .NET

We often get images with the size that doesn't meet our requirements, therefore, we have to resize them accordingly. In this article, you will learn how to resize images using C# from within your .NET applications. Moreover, you will learn how to resize raster images and vector images explicitly.

Posted in Aspose.Imaging Product Family | Tagged , , , ,

Convert PNG Images to JPG in C#

You may often need to convert images from one format to another depending upon different scenarios. PNG to JPG is among the widely performed image conversions, which is commonly used to shrink image size. To automate this conversion from within the .NET applications, this article shows how to convert a PNG image to JPG programmatically in C#.

Posted in Aspose.Imaging Product Family | Tagged , ,

Adjust Image Contrast, Brightness, and Gamma in Java

Various characteristics of images are modified to enhance their appearance. Contrast, brightness, and gamma are among the most commonly used attributes to improve the quality of the images. In various cases, you have to control these attributes programmatically from within your Java applications. To achieve that, in this article, you will learn how to adjust the contrast, brightness, and gamma of an image in Java.

Posted in Aspose.Imaging Product Family | Tagged , , ,

Resize Images Programmatically in Java

The image editors provide resizing feature that lets you alter the size of images as per your requirements. While designing an image editor or processing images from within your Java applications, you may need to resize images programmatically. To accomplish that, this article covers how to resize images in Java. Moreover, you will also learn how to resize images using different resizing techniques.

Posted in Aspose.Imaging Product Family | Tagged , , , ,

Rotate and Flip Images in Java

Image rotation and flipping are among the key features of the image editors. While working with images or creating your own image editor in Java, you may need to implement these features. To achieve that, this article shows how to rotate and flip images programmatically in Java. Particularly, we will cover how to rotate an image, flip an image, and rotate and flip an image at the same time.

Posted in Aspose.Imaging Product Family | Tagged , , , ,

Convert PNG Images to JPG in Java

In various scenarios, you may need to reduce size of the PNG images. In such cases, PNG to JPG conversion is commonly practiced. To automate this conversion from within the Java applications, this article shows how to convert a PNG image to JPG programmatically in Java.

Posted in Aspose.Imaging Product Family | Tagged , ,

Convert JPG Images to PNG in C#

JPG is one of the most popular and widely used image formats. However, JPG images lose quality each time they are saved. Therefore, you may need to convert them into a lossless format such as PNG. To perform this conversion programmatically from within the .NET applications, this article shows how to convert a JPG image to PNG in C#.

Posted in Aspose.Imaging Product Family | Tagged , , ,

Convert JPG Images to PNG in Java

JPG is a well-known and one of the most commonly used image formats. However, JPG images lose quality each time they are saved. Therefore, you may need to convert them into a lossless format such as PNG. To perform this conversion programmatically, this article shows how to convert a JPG image to PNG in Java.

Posted in Aspose.Imaging Product Family | Tagged , , ,