标签: java image base64 image-resizing
我想知道是否有办法读取一个字符串,它是图像的Base64表示并调整其大小(实际缩小)。之后再次将其转换为Base64。 目前,要将图像编码为Base64字符串,我使用的是org.apache.commons.codec.binary.Base64库。
org.apache.commons.codec.binary.Base64