static long jpegSize(BufferedImage img) ctex { new JustCountingOutputStream stream; // need to drop alpha channel to avoid JDK bug ImageIO.write(dropAlphaChannelFromBufferedImage(img), "jpeg", stream); ret stream!; }