*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Tue, 29 Apr 2003 21:20:22 +0200
changeset 3868 e47cf114c824
parent 3867 2a620c958987
child 3869 cd40d1912c03
*** empty log message ***
Depth16Image.st
Depth1Image.st
Depth24Image.st
Depth2Image.st
Depth4Image.st
Depth8Image.st
Image.st
ImageReader.st
--- a/Depth16Image.st	Tue Apr 29 20:49:19 2003 +0200
+++ b/Depth16Image.st	Tue Apr 29 21:20:22 2003 +0200
@@ -127,7 +127,7 @@
 bitsPerRow
     "return the number of bits in one scanline of the image"
 
-    ^  width * 16
+    ^ width * 16
 !
 
 bytesPerRow
@@ -139,5 +139,5 @@
 !Depth16Image class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Depth16Image.st,v 1.10 2003-04-29 18:45:13 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Depth16Image.st,v 1.11 2003-04-29 19:20:09 cg Exp $'
 ! !
--- a/Depth1Image.st	Tue Apr 29 20:49:19 2003 +0200
+++ b/Depth1Image.st	Tue Apr 29 21:20:22 2003 +0200
@@ -628,7 +628,7 @@
 bitsPerRow
     "return the number of bits in one scanline of the image"
 
-    ^  width
+    ^ width
 !
 
 bytesPerRow
@@ -736,5 +736,5 @@
 !Depth1Image class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Depth1Image.st,v 1.50 2003-04-29 18:49:14 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Depth1Image.st,v 1.51 2003-04-29 19:19:54 cg Exp $'
 ! !
--- a/Depth24Image.st	Tue Apr 29 20:49:19 2003 +0200
+++ b/Depth24Image.st	Tue Apr 29 21:20:22 2003 +0200
@@ -2453,7 +2453,7 @@
 bitsPerRow
     "return the number of bits in one scanline of the image"
 
-    ^  width * 24
+    ^ width * 24
 !
 
 bitsPerSample
@@ -2577,5 +2577,5 @@
 !Depth24Image class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Depth24Image.st,v 1.78 2003-04-29 18:45:23 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Depth24Image.st,v 1.79 2003-04-29 19:20:22 cg Exp $'
 ! !
--- a/Depth2Image.st	Tue Apr 29 20:49:19 2003 +0200
+++ b/Depth2Image.st	Tue Apr 29 21:20:22 2003 +0200
@@ -914,7 +914,7 @@
 bitsPerRow
     "return the number of bits in one scanline of the image"
 
-    ^  width * 2
+    ^ width * 2
 !
 
 bytesPerRow
@@ -995,5 +995,5 @@
 !Depth2Image class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Depth2Image.st,v 1.45 2003-04-29 18:49:19 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Depth2Image.st,v 1.46 2003-04-29 19:20:12 cg Exp $'
 ! !
--- a/Depth4Image.st	Tue Apr 29 20:49:19 2003 +0200
+++ b/Depth4Image.st	Tue Apr 29 21:20:22 2003 +0200
@@ -966,7 +966,7 @@
 bitsPerRow
     "return the number of bits in one scanline of the image"
 
-    ^  width * 4
+    ^ width * 4
 !
 
 bytesPerRow
@@ -1027,5 +1027,5 @@
 !Depth4Image class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Depth4Image.st,v 1.43 2003-04-29 18:44:54 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Depth4Image.st,v 1.44 2003-04-29 19:19:49 cg Exp $'
 ! !
--- a/Depth8Image.st	Tue Apr 29 20:49:19 2003 +0200
+++ b/Depth8Image.st	Tue Apr 29 21:20:22 2003 +0200
@@ -1919,7 +1919,7 @@
 bitsPerRow
     "return the number of bits in one scanline of the image"
 
-    ^  width * 8
+    ^ width * 8
 !
 
 bytesPerRow
@@ -1959,5 +1959,5 @@
 !Depth8Image class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Depth8Image.st,v 1.100 2003-04-29 18:45:06 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Depth8Image.st,v 1.101 2003-04-29 19:20:03 cg Exp $'
 ! !
--- a/Image.st	Tue Apr 29 20:49:19 2003 +0200
+++ b/Image.st	Tue Apr 29 21:20:22 2003 +0200
@@ -11141,7 +11141,7 @@
 bitsPerRow
     "return the number of bits in one scanline of the image"
 
-    ^  width * (self bitsPerPixel).
+    ^ width * (self bitsPerPixel).
 !
 
 blackComponentOfCMYK:pixel
@@ -12463,7 +12463,7 @@
 !Image class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Image.st,v 1.338 2003-04-29 18:49:17 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Image.st,v 1.339 2003-04-29 19:19:59 cg Exp $'
 ! !
 
 Image initialize!
--- a/ImageReader.st	Tue Apr 29 20:49:19 2003 +0200
+++ b/ImageReader.st	Tue Apr 29 21:20:22 2003 +0200
@@ -1870,7 +1870,7 @@
 bitsPerRow
     "return the number of bits in one scanline of the image"
 
-    ^  width * (self bitsPerPixel).
+    ^ width * (self bitsPerPixel).
 
     "Created: 31.1.1997 / 10:38:42 / cg"
 !
@@ -2206,5 +2206,5 @@
 !ImageReader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/ImageReader.st,v 1.80 2003-04-10 14:25:49 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/ImageReader.st,v 1.81 2003-04-29 19:20:17 cg Exp $'
 ! !