English

Convert Grayscale to RGB PSD Image in C#

In certain cases, you may need to convert a PSD image with grayscale colors to a PSD image with RGB colors. Accordingly, this article covers how to convert Grayscale PSD to RGB PSD Image programmatically in C#.
October 13, 2022 · 2 min · Farhan Raza

Convert Excel Files to SVG in Java

In certain cases, you may need to convert the Excel files to other formats, for example, to embed their content within the web applications. For such cases, this article covers how to convert Excel XLS and XLSX files to SVG in Java.
October 13, 2022 · 3 min · Usman Aziz

Saturation Effect using SVG Color Matrix in C#

Saturation of an image describes the intensity of the color. The saturation effect is a common image processing technique that is used to make an image appear more vibrant. In this article, we’ll be discussing how to achieve the saturation effect using an SVG color matrix in C#.
October 13, 2022 · 4 min · Muzammil Khan

Adjust Row Height and Column Width in Excel using Java

In MS Excel, you can adjust the height of the rows and the width of the columns according to the content. For this, MS Excel provides Cell Width and Row Height options in the Format menu of the Cells group. But how would you do it while working with Excel files programmatically in Java? So let’s have a look at how to adjust row height and column width in Excel in Java.
October 12, 2022 · 3 min · Usman Aziz

Convert DXF to FBX in C#

We can dynamically export 2D or 3D drawings from DXF files to FBX documents. CAD software produce and support DXF files. A portable format for sharing drawings is made possible by this conversion. Learn how to convert a DXF file to an FBX using C# in this post.
October 12, 2022 · 3 min · Denis Demenko

Convert HEX to RGB or RGBA Color Code in C#

HEX color codes are represented with a leading number sign. A HEX triplet can denote a specific color that can be converted to an RGB value. In specific scenarios, you may need to convert a HEX color to RGB color space. In accordance with such requirements, this article explains how to convert HEX color to RGB or RGBA color code programmatically in C#.
October 11, 2022 · 2 min · Farhan Raza

Convert RGB or RGBA to HEX Color Code in C#

RGB color model consists of three basic colors that include Red, Green, and Blue. The rest of the colors are created by adding or combining these primary colors. Whereas, Hexadecimal color codes are also popular on web pages to set colors. In certain use cases, you may need to convert RGB to HEX color codes. Accordingly, this article covers how to convert RGB to HEX color code programmatically in C#.
October 11, 2022 · 2 min · Farhan Raza

Add New Layer to PSD in Java

Adobe Photoshop uses PSD format as a native image file format. PSD file contains several layers for creating logos, brochures, and other images. You can manipulate the PSD files programmatically in your Java applications. In this article, you will learn how to create new layers in a PSD file programmatically using Java.
October 11, 2022 · 3 min · Muzammil Khan

Remove Attachments in Outlook Emails using Python

In certain cases, you have to remove some or all attachments from the emails before forwarding. Therefore, in this article, you will learn how to remove attachments from an Outlook email in Python.
October 11, 2022 · 2 min · Usman Aziz

Create HTML File in Java

HTML files contain markup language which can be used to format text and other page contents which are viewed using web browsers. You may want to create HTML pages for different requirements. Accordingly, this article covers how to create an HTML file programmatically in Java.
October 10, 2022 · 2 min · Farhan Raza