public class WxMaImgProcServiceImpl extends Object implements WxImgProcService
构造器和说明 |
---|
WxMaImgProcServiceImpl() |
限定符和类型 | 方法和说明 |
---|---|
WxImgProcAiCropResult |
aiCrop(File imgFile) |
WxImgProcAiCropResult |
aiCrop(File imgFile,
String ratios) |
WxImgProcAiCropResult |
aiCrop(String imgUrl) |
WxImgProcAiCropResult |
aiCrop(String imgUrl,
String ratios) |
WxImgProcQrCodeResult |
qrCode(File imgFile) |
WxImgProcQrCodeResult |
qrCode(String imgUrl) |
WxImgProcSuperResolutionResult |
superResolution(File imgFile) |
WxImgProcSuperResolutionResult |
superResolution(String imgUrl) |
public WxImgProcQrCodeResult qrCode(String imgUrl) throws WxErrorException
qrCode
在接口中 WxImgProcService
WxErrorException
public WxImgProcQrCodeResult qrCode(File imgFile) throws WxErrorException
qrCode
在接口中 WxImgProcService
WxErrorException
public WxImgProcSuperResolutionResult superResolution(String imgUrl) throws WxErrorException
superResolution
在接口中 WxImgProcService
WxErrorException
public WxImgProcSuperResolutionResult superResolution(File imgFile) throws WxErrorException
superResolution
在接口中 WxImgProcService
WxErrorException
public WxImgProcAiCropResult aiCrop(String imgUrl) throws WxErrorException
aiCrop
在接口中 WxImgProcService
WxErrorException
public WxImgProcAiCropResult aiCrop(String imgUrl, String ratios) throws WxErrorException
aiCrop
在接口中 WxImgProcService
WxErrorException
public WxImgProcAiCropResult aiCrop(File imgFile) throws WxErrorException
aiCrop
在接口中 WxImgProcService
WxErrorException
public WxImgProcAiCropResult aiCrop(File imgFile, String ratios) throws WxErrorException
aiCrop
在接口中 WxImgProcService
WxErrorException
Copyright © 2024. All rights reserved.