草庐IT

setRenderingHint

全部标签

java - 调整动画 GIF 的大小,同时使用 java 保持它的动画

我在java中使用Graphics2D来调整图像大小,它可以完美地处理jpg、png和其他格式。我的问题是动画GIF图像,调整大小后动画消失了!这里是我使用的方法:privateBufferedImagedoResize(intnewWidth,intnewHeight,doublescaleX,doublescaleY,BufferedImagesource){GraphicsConfigurationgc=getDefaultConfiguration();BufferedImageresult=gc.createCompatibleImage(newWidth,newHeight