Image.st
changeset 8745 2ebd0e6febc9
parent 8729 ac6b7e021151
child 8758 c8ffbed1d428
--- a/Image.st	Mon Jul 22 13:56:47 2019 +0200
+++ b/Image.st	Mon Jul 22 13:57:21 2019 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1991 by Claus Gittinger
               All Rights Reserved
@@ -15985,7 +15987,7 @@
 !
 
 valueFromRedBits:redBits greenBits:greenBits blueBits:blueBits
-    "given a rgb bits, each in 0..maxXXXValue (i.e. according to
+    "given the rgb bits, each in 0..maxXXXValue (i.e. according to
      r/g/b channels number of bits, return the corresponding pixel value.
      For now, only useful with RGB images"
 
@@ -16004,7 +16006,8 @@
     ImageErrorSignal raiseErrorString:'format not supported'.
     ^ nil
 
-    "Modified: / 30.9.1998 / 22:03:50 / cg"
+    "Modified: / 30-09-1998 / 22:03:50 / cg"
+    "Modified (comment): / 22-07-2019 / 13:51:09 / Claus Gittinger"
 !
 
 widthOn:aGC