Changeset 213:36f5cb12e1a2 for dwt/internal/image/FileFormat.d
- Timestamp:
- 05/17/08 11:34:28 (8 months ago)
- Files:
-
- dwt/internal/image/FileFormat.d (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
dwt/internal/image/FileFormat.d
r212 r213 12 12 *******************************************************************************/ 13 13 module dwt.internal.image.FileFormat; 14 15 import dwt.dwthelper.utils; 14 16 15 17 public import dwt.graphics.ImageLoader; … … 33 35 import tango.core.Exception; 34 36 import tango.core.Tuple; 35 import dwt.dwthelper.utils;36 37 37 38 /** … … 82 83 FileFormat fileFormat = null; 83 84 LEDataInputStream stream = new LEDataInputStream(istr); 84 bool isSupported = false; 85 bool isSupported = false; 85 86 foreach( TFormat; TFormats ){ 86 87 try{
