开发者

How do i create an image editor in java?

开发者 https://www.devze.com 2023-02-14 22:01 出处:网络
i want to create a image editor for cutting multiple parts o开发者_StackOverflowf the same image, realigning the parts with individual zooming capabilities, creating the image. and be able to return t

i want to create a image editor for cutting multiple parts o开发者_StackOverflowf the same image, realigning the parts with individual zooming capabilities, creating the image. and be able to return the image specifications to the program. PLease help


You can achieve this using Graphics2D and BufferedImages. For reference see at this post .

0

精彩评论

暂无评论...
验证码 换一张
取 消