diff --git a/src/helma/image/ImageWrapper.java b/src/helma/image/ImageWrapper.java index cc50e72e..0befb194 100644 --- a/src/helma/image/ImageWrapper.java +++ b/src/helma/image/ImageWrapper.java @@ -455,45 +455,6 @@ public class ImageWrapper { generator.write(this, filename, quality, alpha); } - /** - * Saves the image. Image format is deduced from mimeType. - * - * @param out ... - * @param mimeType ... - * @throws IOException - */ - public void saveAs(OutputStream out, String mimeType) - throws IOException { - generator.write(this, out, mimeType, -1f, false); // -1 means default quality - } - - /** - * Saves the image. Image format is deduced from mimeType. - * - * @param out ... - * @param mimeType ... - * @param quality ... - * @throws IOException - */ - public void saveAs(OutputStream out, String mimeType, float quality) - throws IOException { - generator.write(this, out, mimeType, quality, false); - } - - /** - * Saves the image. Image format is deduced from mimeType. - * - * @param out ... - * @param mimeType ... - * @param quality ... - * @param alpha ... - * @throws IOException - */ - public void saveAs(OutputStream out, String mimeType, float quality, boolean alpha) - throws IOException { - generator.write(this, out, mimeType, quality, alpha); - } - /** * Sets the palette index of the transparent color for Images with an * IndexColorModel. This can be used together with