Convert CMX Files to WEBP in Java
Empower your Java applications with document conversion features across 135+ popular image and file formats without requiring any additional software.
Download Free Trial
GroupDocs.Conversionfor Java
About GroupDocs.Conversion for Java API
GroupDocs.Conversion for Java is an advanced file formats conversion API to convert between popular images and document formats like Microsoft Office, OpenDocument, PDF, HTML, Email, CAD and many more using a few lines of code. The native API auto-detects the source document formats and offers a plenty of options to customize the converted documents. Along with the document information-extraction feature, it also supports caching conversion result to the local disk by default. However any type of cache storage can be supported by implementing appropriate interfaces – Amazon S3, Dropbox, Google Drive, Windows Azure, Reddis or any other.
Steps for Converting CMX to WEBP in Java
GroupDocs.Conversion makes it easy for developers to convert the CMX file to WEBP in few lines of code.
- Create a new instance of Converter class and load the CMX file with full path
- Set ConvertOptions for the WEBP document type
- Call the convert() method and pass the document name (full path) and format (WEBP) as parameter
System Requirements
A basic conversion with GroupDocs.Conversion for Java APIs can be done with just a few lines of code. Our APIs are supported on all major platforms and operating systems. Before executing the code below, please make sure that you have the following prerequisites installled on your system.
- Operating Systems: Microsoft Windows, Linux, MacOS
- Development Environment: NetBeans, Intellij IDEA, Eclipse etc
- Java Runtime Environment: J2SE 6.0 and above
- Get the latest version of GroupDocs.Conversion for Java from Maven
CMX to WEBP conversion using Java
// Load the source CMX file to be converted
Converter converter = new Converter("input.cmx");
// Get the convert options ready for the target WEBP format
ConvertOptions convertOptions = new FileType().fromExtension("webp").getConvertOptions();
// Convert to WEBP format
converter.convert("output.webp", convertOptions);
CMX to WEBP Live Demos
Convert CMX to WEBP right now by visiting GroupDocs.Conversion Live Demos website.
The live demo has the following benefits
CMX About CMX File Format
Files with CMX extension are Corel Exchange image file format that is used as presentation by CorelSuite applications. It contains image data as vector graphics as well as metadata that describes the image. CMX files can be opened by CorelDraw, Corel Presentations, Paint Shop Pro and some versions of Adobe Illustrator.
Read MoreWEBP About WEBP File Format
WebP, introduced by Google, is a modern raster web image file format that is based on lossless and lossy compression. It provides same image quality while considerably reducing the image size. Since most of the web pages use images as effective representation of data, the use of WebP images in web pages results in faster loading of web pages. As per Google, WebP lossless images are 26% smaller in size compared to PNGs, while WebP lossy images are 25-34% smaller than comparable JPEG images. Images are compared based on the Structural Similarity (SSIM) index between WebP and other image file formats. WebP is a sister project of WebM multimedia container format.
Read MoreOther Supported Conversions
You can also convert CMX into many other file formats. Please see the complete list below.