How do i create an image editor in java?
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 .
精彩评论