diff -r 2de5bef5d11f -r d56585b0e8c0 Image.st --- a/Image.st Sat Feb 01 12:18:18 1997 +0100 +++ b/Image.st Sat Feb 01 14:13:37 1997 +0100 @@ -1231,6 +1231,16 @@ "Modified: 20.4.1996 / 23:40:41 / cg" ! +imageFileSuffixes + "return a collection of suffixes which are recognized as image-file suffix" + + ^ FileFormats keys + + " + Image imageFileSuffixes + " +! + implementorForDepth:depth "return the class, which best implements images of depth" @@ -8808,6 +8818,6 @@ !Image class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libview/Image.st,v 1.141 1997-01-28 11:05:58 cg Exp $' + ^ '$Header: /cvs/stx/stx/libview/Image.st,v 1.142 1997-02-01 13:13:37 ca Exp $' ! ! Image initialize!