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#.
Adjust Row Height and Column Width in Excel using Java
In Excel you can manually set row height and column width via the Format menu. Learn how to achieve the same adjustments programmatically using Java and Aspose.Cells.
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.
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#.
Convert RGB or RGBA to HEX Color Code in C#
The RGB model uses three primary colors—Red, Green, and Blue—to create all other colors. Hexadecimal codes are commonly used on web pages to define colors. When you need to convert RGB or RGBA values to HEX, this article shows how to perform the conversion programmatically in C#.
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.
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.
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.
Convert XPS to TIFF in C#
XPS documents are similar to PDF file format, but uses XML in layout, appearance, and printing information of a document. In certain cases, we may need to convert XPS to TIFF images programmatically. In this article, you will learn how to convert XPS to TIFF in C#.
Add and Extract Attachments in Outlook Emails using Python
In various cases, while working with MS Outlook emails programmatically, you have to manipulate the attachments. For example, you may need to add/download files to/from the attachments. In this article, you will learn how to add attachments to Outlook emails in Python. We will also demonstrate how to extract the attachments and save them as files programmatically in Python.