En

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.
December 24, 2021 · 4 min · Usman Aziz

Split PowerPoint PPT Slides in Python

While manipulating the PowerPoint presentations programmatically, you may need to split the slides and save them as separate PPT files. For example, you may want to split each slide, all odd or even slides, and so on. In this article, you will learn how to split slides in PowerPoint PPT or PPTX in Python.
December 23, 2021 · 2 min · Usman Aziz

Convert DWG to SVG in C#

DWG files contain 2D or 3D format design data. They can contain vector image data and metadata in binary coding. In certain situations, you might need to convert DWG files to SVG image files. This article covers how to convert DWG to SVG image programmatically in C#.
December 23, 2021 · 2 min · Farhan Raza

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#.
December 21, 2021 · 4 min · Usman Aziz

Convert FBX to GLB File in C#

FBX files are used by different content creation and digital modeling applications. They are often used for creating animations or game development purposes. In certain situations, you may need to convert the FBX file to GLB format. This brief article covers how to convert an FBX file to GLB programmatically in C#.
December 21, 2021 · 2 min · Farhan Raza

Create Flowchart Programmatically in Java

Flowcharts can be helpful to understand step-by-step algorithms to design the graphic representation of workflows and processes. In some scenarios, you may need to create flowcharts for problem-solving. This article covers how to create a flowchart diagram programmatically in Java.
December 20, 2021 · 2 min · Farhan Raza

Convert GLB to FBX File in C#

GLB files are popular as they can contain information related to augmented reality, virtual reality, games, etc. In certain situations, you may need to convert a GLB file to an FBX file format. This article covers how to convert a GLB file to FBX programmatically in C#.
December 20, 2021 · 2 min · Farhan Raza

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.
December 20, 2021 · 3 min · Usman Aziz

Create Scanned PDF to Excel Converter with OCR in Java

Scanned PDF files comprise data in image format because they are often created by scanners. In certain situations, you may require numerical information from a scanned PDF file. So you can perform OCR operations for creating an Excel file. This article covers how to create a scanned PDF to Excel converter with OCR feature programmatically in Java.
December 18, 2021 · 2 min · Farhan Raza

Convert SVG to HTML on Linux in C#

SVG (Scalable Vector Graphic) images are frequently used because they can be scaled without affecting the quality of the image. In certain situations, you might need to convert SVG to an HTML file. This article covers how to convert SVG to HTML on Linux programmatically using C#.
December 18, 2021 · 2 min · Farhan Raza