Image.st
changeset 8303 a8f01dbe8e70
parent 8301 d4ba3e39cae1
child 8326 ff1b239ffe17
--- a/Image.st	Wed Mar 07 20:56:24 2018 +0100
+++ b/Image.st	Thu Mar 08 00:49:32 2018 +0100
@@ -24,9 +24,9 @@
 		CollectGarbageWhenRunningOutOfColors DitherAlgorithm
 		FileCreationErrorSignal ImageErrorSignal ImageLoadErrorSignal
 		ImageNotFoundQuerySignal ImageSaveErrorSignal
-		InformationLostQuerySignal Lobby NumberOfDitherColors
-		UnrepresentableColorSignal NoMaskSupportedQuerySignal
-		NoMaskButAlphaSupportedQuerySignal'
+		InformationLostQuerySignal Lobby
+		NoMaskButAlphaSupportedQuerySignal NoMaskSupportedQuerySignal
+		NumberOfDitherColors UnrepresentableColorSignal'
 	poolDictionaries:''
 	category:'Graphics-Images'
 !
@@ -11282,7 +11282,7 @@
     self release
 
     "
-     (Image fromFile:'goodies/bitmaps/gifImages/garfield.gif') flipHorizontal inspect
+     (Image fromFile:'../../goodies/bitmaps/gifImages/garfield.gif') flipHorizontal inspect
     "
 
     "Modified: 24.4.1997 / 18:29:13 / cg"