org.eclipse.swt.graphics.ImageLoader

Copyright (c) 2000, 2008 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html

Contributors: IBM Corporation - initial API and implementation Port to the D programming language: Frank Benoit <benoit@tionex.de>

Members

Classes

ImageLoader
class ImageLoader

Instances of this class are used to load images from, and save images to, a file or stream. <p> Currently supported image formats are: </p><ul> <li>BMP (Windows or OS/2 Bitmap)</li> <li>ICO (Windows Icon)</li> <li>JPEG</li> <li>GIF</li> <li>PNG</li> <li>TIFF</li> </ul> <code>ImageLoaders</code> can be used to: <ul> <li>load/save single images in all formats</li> <li>load/save multiple images (GIF/ICO/TIFF)</li> <li>load/save animated GIF images</li> <li>load interlaced GIF/PNG images</li> <li>load progressive JPEG images</li> </ul>

Meta