Graphics Programming in C#

Graphics programming in C# might seem easier or harder than you might think. In this article, you will learn how to create stunning vector graphics programmatically in C#. Whether you’re creating graphics as part of your current project or as the basis of your own game or app! You’ll learn to create beautiful visuals with ease.
September 20, 2022 · Muzammil Khan

Crop Images Programmatically in Java

In the previous blog posts, we have shown you how to implement various image editing features such as resizing, flipping, and rotating images. Along with these features, image cropping is immensely used to trim the unwanted areas in the images. Also, you crop an image to focus on a particular object in the frame. In this article, you will learn how to crop images programmatically in Java. We will demonstrate how to crop an image using shift values or with a rectangle.
September 19, 2022 · Usman Aziz

Generate Pdf417 Barcode in C#

In different situations, you may need to generate Pdf417 barcode. Accordingly, this article explains how to generate Pdf417 barcode and customize it with different variations in C# as per your requirements.
September 16, 2022 · Farhan Raza

Merge Multiple Images Programmatically in Java

Image editing often requires merging pictures to create collages or combined visuals. This guide shows how to merge multiple images into a single image in Java, with step‑by‑step examples for horizontal and vertical merging.
September 16, 2022 · Usman Aziz

Data Extraction From Images in Java

This article guides you in data extraction from images in Java by performing OMR for capturing inputs on scanned survey forms or test sheets programmatically.
September 16, 2022 · Muzammil Khan

Generate DataMatrix Code in C#

Data matrix code offers high data density in a small size which makes it an ideal choice for space-limited scenarios. In some scenarios, you might want to create a Data Matrix code to store information in the form of contrasted cells arranged in a grid. In accordance with such requirements, this article covers how to generate a Data Matrix Code programmatically in C#.
September 14, 2022 · Farhan Raza

Convert Visio to PDF in Python

Microsoft Visio is a popular vector graphics application. It allows drawing a variety of simple or complicated professional diagrams, flowcharts, timelines, etc. In certain cases, you may need to convert Visio diagrams to PDF documents. In this article, you will learn how to convert a Visio drawing to a PDF in Python.
September 14, 2022 · Muzammil Khan

Convert Text to SVG in C#

The SVG text element is used to define a text in SVG. You can easily write any text as SVG using the SVG Text element. SVG (Scalable Vector Graphics) is a web-friendly vector file format that displays visual information on a webpage. In this article, you will learn how to convert text to SVG programmatically using C#.
September 13, 2022 · Muzammil Khan

Rotate Images Programmatically in C# .NET

Image processing and editing is commonly used in various fields these days. As a programmer, you may also come across the scenario where you need to implement image rotation feature. In this article, you will learn how to rotate an image in C#. We will also cover how to rotate the images at different angles programmatically.
September 13, 2022 · Usman Aziz

Add Digital Signature to PowerPoint in C#

A digital signature is an encrypted electronic signature used to validate the authenticity and integrity of digital documents. When you sign a document digitally, the signature will serve as a confirmation that the document came from you and it has not been changed since you signed it. In this article, you will learn how to add a digital signature to a PowerPoint in C#.
September 12, 2022 · Seriki Emmanuel