convert BufferedImage to byte[]
807589Aug 4 2008 — edited Aug 4 2008Does anyone know how to convert a buffered image into a byte array without using ImageIO. The two Image formats I need are PNG and GIF. I have tried a few things with PixelGrabber, but nothing works. Thanks in advance.