Apply Median and Wiener Filters to Images in Java

In this article, we are going to show you how to apply median and wiener filters, which are commonly used to denoise and smoothen the images. So let’s see how to apply median and wiener filers to an image programmatically in Java.
November 3, 2022 · Usman Aziz

Convert Visio to Image in Python

Microsoft Visio creates professional diagrams, flowcharts, and timelines. When you need PNG or JPG versions, this guide shows how to convert Visio diagrams to images using Python.
November 3, 2022 · Muzammil Khan

Create a Photo Album in Java

Photo albums have been used for years to keep the collections of photographs. Many people used to keep photos of a certain event in a single album. Since things have gone digital, digital albums have taken the place of traditional printed albums. So in this article, we’ll show you how to create a photo album programmatically in Java.
November 2, 2022 · Usman Aziz

Use CSS Selector in HTML using Java

CSS selectors are used to process specific elements in an HTML document. This article covers different examples of CSS Selectors like QuerySelector and QuerySelectorAll to update first instance of an element or all of the instances of an element programmatically in Java.
November 2, 2022 · Farhan Raza

Text Saturation in SVG Image using C#

Saturation in an image is described as the intensity of colors. Sometimes you may need to add text in an SVG image and saturate it. In accordance with such scenarios, this article covers how to perform text saturation in SVG image programmatically in C#.
November 1, 2022 · Farhan Raza

Convert OSM to KML in C#

In certain cases, we may need to export map data from OpenStreetMap (OSM) to display on Google Earth. Google Earth uses KML files to display geographic data. In this article, we will learn how to convert an OSM to KML in C#.
November 1, 2022 · Muzammil Khan

Convert MPP to TIFF in Java

Microsoft Project allows creating, organizing, tracking, and maintaining projects in MPP format. An MPP file stores tasks, resources, assignments, timelines, budgets, and different other project-related information. In this article, we will learn how to convert MPP to TIFF in Java.
October 31, 2022 · Muzammil Khan

Blur Images Programmatically in Java

Recently, we have written a series of blog posts to show you how to implement various image editing features such as cropping, resizing, flipping, and rotating images. Today, we are going to cover how to apply the blur effect on images. So let’s see how to blur images programmatically in Java.
October 31, 2022 · Usman Aziz

Convert MA to USDZ File in C#

MA files consist a huge list of textual commands to specify information about the file. Whereas, a USDZ file contains information about textures, animation, etc. In certain scenarios, you might want to convert an MA file to USDZ format. Following such use cases, this article discusses how to convert MA file to USDZ format programmatically in C#.
October 28, 2022 · Farhan Raza

Create Booklet from PDF in Java

In some instances, i.e. printing PDF, you need to create the booklet from PDF files. For example, a saddle-stitch booklet is used for printing two pages on one sheet. In this article, we are going to show you how to create booklets from PDF files programmatically in Java.
October 28, 2022 · Usman Aziz