Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 java swing 的 netbeans 平台上为牙医制作桌面应用程序。现在我刚刚完成了我的应用程序的 GUI,我正在做图像处理。在这个过程中,我想要来自 BufferedImage 的 PlannerImage 对象。那么我该怎么做呢?
该Java Adavanced Imaging库有一个方法javax.media.jai.PlanarImage.getGraphics(),您可以使用它来将您的图像写入.drawImage(.....):
Java Adavanced Imaging
javax.media.jai.PlanarImage.getGraphics()
.drawImage(.....)
贾伊