<dependency>
    <groupId>com.aspose</groupId>
    <artifactId>aspose-imaging</artifactId>
    <version>19.10</version>
    <classifier>jdk16</classifier>
</dependency>
copied!  
                                                
                                                  compile(group: 'com.aspose', name: 'aspose-imaging', version: '19.10', classifier: 'jdk16')
                                                
                                              
copied!  
<dependency org="com.aspose" name="aspose-imaging" rev="19.10">
    <artifact name="aspose-imaging" m:classifier="jdk16" ext="jar"/>
</dependency>
copied!  
libraryDependencies += "com.aspose" % "aspose-imaging" % "19.10"
copied!  

用于图像处理的Java API

banner

产品页面 | 文档 | 演示 | API参考 | 例子 | 博客 | 搜索 | 免费支持 | 临时许可

它是由Java例程组成的独立成像API,它使您的Java应用程序能够绘制以及执行Raster&Vector Images的基本至高级处理。 Aspose.Imaving Java通过本机字节访问和一系列有效的算法提供了强大的图像压缩和高处理速度。它不仅可以操纵,导出和转换图像,还可以让您使用像素操纵和图形路径动态绘制对象。

成像API功能

  • 用图形绘制栅格图像。
  • 绘制矢量图像。
  • 将图像转换为各种格式。

-施加掩蔽以及Median & Wiener过滤器。

  • 作物,旋转并通过API调整图像大小。
  • De-Skew&Transform图像。
  • 设置图像属性。

读写图像格式

栅格格式: JPEG2000,JPEG,BMP,TIFF,GIF,PNG,APNG
** metafiles:** emf,emz,wmf,wmz
其他: SVG,SVGZ,DICOM

将图像保存为

固定: pdf
** Photoshop:** PSD
标记: html5画布

阅读图像格式

各种: DJVU,DNG,ODG,CMX,CDR,DIB,OTG,FODG,EPS(仅栅格预览),WebP

支持操作系统

aspose.imaving java实际上可以在安装Java的任何操作系统中运行(因为JDK 1.6)

  • Windows (since 7)
  • Linux
  • MacOS
  • 安装Java的任何操作系统。 aspose.mimaging适用于上述操作系统的x86和x64版本。 **注意:**在Linux OS中,建议使用Microsoft兼容字体安装软件包(例如`sudo apt-get install tttf-mscorefonts-installer“)。

开始

aspose.imaging Java API托管在Aspose存储库。您可以轻松地使用简单配置的Maven项目中的Java API来实现ASPOSE。有关详细说明,请访问Installing Aspose.Imaging for Java from Maven Repository文档页面。

作物EMF图像由矩形

try (MetafileImage metaImage = (MetafileImage) Image.load(dataDir + "Picture1.emf"))
{
	// create an instance of Rectangle class with desired size
	Rectangle rectangle = new Rectangle(10, 10, 100, 100);

	// perform the crop operation on object of Rectangle class
	metaImage.crop(rectangle);

	// save the result in PNG format
	metaImage.save(dataDir + "CropbyRectangle_out.png", new PngOptions());
}

产品页面 | 文档 | 演示 | API参考 | 例子 | 博客 | 搜索 | 免费支持 | 临时许可

VersionRelease Date
22.122022年12月5日
22.112022年11月14日
22.102022年10月3日
22.92022年9月2日
22.82022年8月4日
22.72022年7月7日
22.62022年6月7日
22.52022年5月13日
22.42022年4月11日
22.32022年3月7日
22.22022年2月1日
21.122021年12月1日
21.112021年11月3日
21.102021年10月7日
21.92021年9月13日
21.82021年8月5日
21.72021年7月5日
21.62021年6月1日
21.52021年5月6日
21.42021年4月5日
21.32021年3月9日
21.22021年2月8日
20.122020年12月31日
20.112020年11月26日
20.102020年10月24日
20.92020年9月28日
20.82020年8月26日
20.72020年7月22日
20.62020年6月17日
20.52020年5月20日
20.42020年4月23日
20.32020年3月19日
20.22020年2月21日
19.122019年12月16日
19.112019年11月13日
19.102019年10月4日
19.92019年9月10日
19.72019年7月30日
19.62019年6月29日
19.42019年4月25日
19.32019年3月28日
19.22019年2月27日
19.12019年1月23日
18.112018年11月26日
18.92018年9月26日
18.82018年8月30日
18.72018年7月23日
18.62018年6月12日
18.42018年4月30日
18.32018年3月29日
18.22018年2月23日
17.122017年12月28日
17.112017年11月29日
17.92017年9月29日
17.72017年7月28日
17.62017年6月30日
17.42017年4月21日
17.032017年3月14日
17.012017年1月31日
16.122016年12月31日
16.102016年10月25日
3.9.02016年9月23日
3.8.12016年9月1日
3.8.02016年8月12日
3.7.02016年7月21日
3.6.02016年6月21日
3.62016年6月8日
3.52016年5月12日
3.42016年4月13日
3.32016年1月25日