• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Convert EMF to PDF, Import Image to PSD Layer & Create Blur Effect on Image using Java

 
Ranch Hand
Posts: 714
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What is new in this release?

Aspose development team is pleased to announce the new release 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. Aspose.Imaging for Java now supports the DICOM image format(.dicom). DICOM stands for Digital Imaging and Communications in Medicine. DICOM is a standard for handling, storing, printing, and transmitting information in medical imaging. It includes a file format definition and a network communications protocol. Using Aspose.Imaging for Java, developers can convert EMF metafile to PDF format. Aspose.Imaging provides the EmfImage class to load EMF files and same can be used to save the image to PDF format. Below provided sample code demonstrate how to convert EMF to PDF. Using Aspose.Imaging for Java API, developers can create blur effect on an image. Following is the code demonstrating the use of GaussianBlurFilterOptions class. Using Aspose.Imaging for Java API, developers can import image into a PSD file. Aspose.Imaging for Java has exposed the DrawImage method of the Layer class to add/import an image into a PSD file. DrawImage method needs location and image values to add/import an image into a PSD file. The following code example demonstrates how to import an image into PSD file. Using Aspose.Imaging for .NET API, developers can apply correction filters on an image. Aspose.Imaging for .NET has exposed the BilateralSmoothingFilterOptions and SharpenFilterOptions classes for filtration. BilateralSmoothingFilterOptions class needs an integer as size. The following code example demonstrates how to apply correction filter. There are some important enhancements part of this release, such as Process of digital signing of assembly has been improved, Processing of PSD file has been improved, DXF to PDF conversion process has been improved, JPG to JPG2000 format conversion process has been improved, processing of YCBCR format has been upgraded and processing of JPEG & TIFF formats have been improved. The main new and improved features added in this release are listed below

- Blur an Image
- Ability to add / import image to PSD layer
- Support for image Correction filters like GaussBlurFilter, RemoveNoiseFilter like in Aspose.OCR
- Helper method to ensure that both Horizontal & Vetical Resolutions are Equal
- Support for DWG 2015 Format
- Support for DWG 2014 Format
- Noise Removal Feature
- Support for DICOM file format
- Support Emf+ file format
- The signature of this program is corrupt or invalid
- Loading PSD file through excaption using version 3.3.0 while it was working fine with version 3.0.0
- Converting DXF version R12 file to PDF is generating a blank PDF
- Converting JPG image with 300 x 300 resolution to jpg2000 format losing resolution
- Improve quality of MTEXT rendering
- Loading DWG file shows exception: Image loading failed
- Improve Jpeg resolution setting
- Support Ycbcr format storage
- Tiff file opening errors

Newly added documentation pages and articles

Some new tips and articles have now been added into Aspose.Imaging for Java documentation that may guide you briefly how to use Aspose.Imaging for performing different tasks like the followings.

- Create Blur Effect On An Image
- Applying Correction Filters On Images

Overview: Aspose.Imaging for Java

Aspose.Imaging for .NET is an image processing & manipulation component that allows developers to create, edit, draw or convert images in their .NET application. It allows developers to convert image files to PSD, BMP, JPEG, PNG, TIFF and GIF formats. Moreover a set of pens, brushes and fonts can be used to draw images or add new elements & text to existing images. Aspose.Imaging for .NET works well with both web & windows applications. Moreover, it adds the support for Silverlight platform.

More about Aspose.Imaging for Java

- Homepage for Aspose.Imaging for Java
- Download Aspose.Imaging for Java
- Online documentation of Aspose.Imaging for Java

Contact Information

Aspose Pty Ltd
Suite 163, 79 Longueville Road
Lane Cove, NSW, 2066
Australia
Aspose - Your File Format Experts
[email][email protected][/email]
Phone: 888.277.6734
Fax: 866.810.9465
 
Whatever. Here's a tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic