Search
Follow Us
Categories
- Success Stories(157)
Archives
Author Archives: Ikram Ul Haq
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
Skew Image Correction in OMR Template Editor
We are pleased to announce the release of Aspose.OCR for .Net 3.6.0. This release includes an improved mechanism to
correct skewed image imported in the OMR template editor. A faster image rotation algorithm has also been incorporated in this release.
Enhancements
Skew image correction in the OMR template editor was already supported. However, the skew image correction process has been improved further. Similarly, images can be rotated using Aspose.OCR but rotation algorithm has been improved further.
- The angle of the
Posted in Aspose.OCR Product Family Tagged skew image correction
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
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
Perform OCR Operation on Transparent Images with Aspose.OCR for Java 3.4.0
We are pleased to announce that Aspose.OCR for Java 3.4.0 is now available for public use. Performing OCR operation on images with transparent background is the major enhancement included in this release.
Enhancements
Following enhancements have been introduced in this release.
Save preprocessed binarized image process has been improved.
Exception handling process while performing OCR operation has been improved.
Please review the release notes of Aspose.OCR for Java 3.4.0 for a complete view of new enhancements.
Aspose.OCR for Java Resources
… Continue Reading Posted in Aspose.OCR 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