Search
Follow Us
Categories
- Success Stories(157)
Archives
Category Archive: Aspose.Imaging Product Family
Work with SVG and Crop EMF Image using C#
We are pleased to announce the release of Aspose.Imaging for .NET 3.7.0. The major development in this release is support for Scalable Vector Graphics image. This release allows you to Crop EMF Image. Support to specify font folder while converting EMF to raster image has also been incorporated in this release.
Support for SVG Image
Aspose.Imaging for .Net now supports the SVG image format (.svg). SVG stands for Scalable Vector Graphics.
Below provided sample code demonstrates how to convert … Continue Reading
Posted in Aspose.Imaging Product Family
Merge PSD Layers and Convert EMF to Raster Image in Java
We are pleased to announce the release of Aspose.Imaging for Java 3.6.0. The major developments in this release are to convert metafile (Emf/Emf+) to raster image formats and merging PSD layers while converting PSD to JPG.
Export MetaFile To Raster Formats in Java
Using Aspose.Imaging for Java, developers can convert metafile (Emf/Emf+) to raster formats. Aspose.Imaging for Java provides the EmfImage class to load EMF files and same can be used to convert the PSD to raster formats. Below provided … Continue Reading
Posted in Aspose.Imaging Product Family
For a Limited Time Aspose.CAD for .NET free to use for Existing Aspose.Imaging for .NET Customers
The CAD feature set from Aspose.Imaging for .NET has been extracted to form its own product – Aspose.CAD for .NET. Within the next month or so CAD related features will be removed from Aspose.Imaging for .NET and will be available only in Aspose.CAD for .NET.
As per our policy on product migrations such as in this case, any customer with an active subscription to Aspose.Imaging for .NET can use Aspose.CAD for .NET free of charge up until their subscription expires. … Continue Reading
Convert EMF to Raster Image Formats using C#
We are pleased to announce the release of Aspose.Imaging for .NET 3.6.0. The major development in this release is to convert metafile (Emf/Emf+) to raster image formats. Support to merge PSD layers while converting PSD to JPG has also been incorporated in this release.
Export MetaFile To Raster Formats using C#
Using Aspose.Imaging for .Net, developers can convert metafile (Emf/Emf+) to raster formats. Aspose.Imaging for .Net provides the EmfImage class to load EMF files and the same can be used … Continue Reading
Posted in Aspose.Imaging Product Family
Convert EMF to PDF and Import Image to PSD Layer using Java
We are pleased to announce the release of Aspose.Imaging for Java 3.5.0. The major development in this release is support for DICOM image and support for EMF format. This release allows you to blur an image and import image to PSD layer. Support to apply correction filters on images has also been incorporated in this release.
Convert EMF To PDF using Java
Using Aspose.Imaging for Java, developers can convert EMF metafile to PDF format. Aspose.Imaging provides the EmfImage … Continue Reading
Convert EMF to PDF using C# with Aspose.Imaging for .NET 3.5.0
We are pleased to announce the release of Aspose.Imaging for .NET 3.5.0. The major development in this release is support for DICOM image and support for EMF format. This release allows you to blur an image and import image to PSD layer. Support to apply correction filters on images has also been incorporated in this release.
Convert EMF Files to PDF using C#
Using Aspose.Imaging for .NET, developers can convert EMF metafile to PDF format. Aspose.Imaging for .NET … Continue Reading
Posted in Aspose.Imaging Product Family
Apply Median and Wiener Filters and Detect Flattened PSD using Java
We are pleased to announce the release of Aspose.Imaging for Java 3.4.0. This release allows you to apply median & wiener filters on an image. Support to detect flattened PSD have also been incorporated in this release.
Apply Median and Wiener Filters
Using Aspose.Imaging for Java API, developers can apply median & wiener filters on an image. Following is the code to apply median & wiener filters.
Apply Median Filter
String inputFilePath = @"median_test_noise.gif";
String outputFilePath = @"median_test_denoise.gif";
// Create
… Continue Reading Posted in Aspose.Imaging Product Family
Create and Export WebP Images Programmatically using Java
We are pleased to announce the release of Aspose.Imaging for Java 3.3.0. This release allows you to Create WebP image, export WebP image to other image formats, and convert frame of a GIF image to WebP image. Support to update text layer in the PSD file and read/write XMP data to image has also been incorporated in this release.
Create a WebP Image using Java
Using Aspose.Imaging for Java API, you can create WebP image.
The … Continue Reading
Posted in Aspose.Imaging Product Family
Detect Flattened PSD And Apply Median & Wiener Filters With Aspose.Imaging for .Net 3.4.0
We are pleased to announce the release of Aspose.Imaging for .NET 3.4.0. This release allows you to detect flattened PSD. Support to apply median & wiener filters have also been incorporated in this release.
Detect Flattened PSD
Using Aspose.Imaging for .NET API, developers can detect flattened PSD. Following is the code demonstrating the use of IsFlatten property of the PsdImage class.
string flattenPath = "flatten.psd";
// create an instance of PsdImage class and load the PSD file.
using (Aspose.Imaging.FileFormats.Psd.PsdImage image
… Continue Reading Posted in Aspose.Imaging Product Family
Export Webp and Update Text Layer In PSD using C#
We are pleased to announce the release of Aspose.Imaging for .NET 3.3.0. This release allows you to Create Webp image, export Webp image to other image formats, extract a particular frame from Webp image and convert frame of a GIF image to Webp image. Support to update text layer in the PSD file and read/ write XMP data to image has also been incorporated in this release.
Create WebP Image using C#
Using Aspose.Imaging for .NET API, developers can create … Continue Reading
Posted in Aspose.Imaging Product Family